Introduce a dynamic color scheme that adapts to user mood and time

Adds ThemePage with adaptive theme control and localization in i18n files.

Replit-Commit-Author: Agent
Replit-Commit-Session-Id: c5f0c281-8dd8-4846-b452-4a07bcd21062
Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/9777c70b-fc38-4831-8d6b-78dfffe041b0/10c277b8-60f1-4b7d-855d-8ed2071cad3f.jpg
This commit is contained in:
ghaddaditw
2025-06-08 07:43:45 +00:00
parent 2a21e7af47
commit 66bbfad3bc
5 changed files with 144 additions and 1 deletions
+7 -1
View File
@@ -19,7 +19,8 @@ import {
Zap,
Monitor,
UserCheck,
Focus
Focus,
Palette
} from "lucide-react";
interface SidebarProps {
@@ -63,6 +64,11 @@ const getNavigation = (t: any) => [
href: "/focus",
icon: Focus,
},
{
name: t('navigation.themes'),
href: "/themes",
icon: Palette,
},
];
const getManagementNavigation = (t: any) => [