Update cyberpunk theme: light mode overrides synced to dark mode colors
Build & Auto-Repair / build (push) Has been cancelled

This commit is contained in:
2026-07-01 14:34:59 +02:00
parent 9bfd4e47ee
commit 727dcddf37
2 changed files with 321 additions and 57 deletions
+20 -20
View File
@@ -40,33 +40,33 @@
},
"light": {
"colors": {
"background": "hsl(220, 15%, 96%)",
"foreground": "hsl(240, 30%, 10%)",
"background": "hsl(0, 0%, 98%)",
"foreground": "hsl(240, 10%, 15%)",
"card": "hsl(0, 0%, 100%)",
"cardForeground": "hsl(240, 30%, 10%)",
"cardForeground": "hsl(240, 10%, 15%)",
"popover": "hsl(0, 0%, 100%)",
"popoverForeground": "hsl(240, 30%, 10%)",
"primary": "hsl(330, 80%, 48%)",
"popoverForeground": "hsl(240, 10%, 15%)",
"primary": "hsl(330, 100%, 50%)",
"primaryForeground": "hsl(0, 0%, 100%)",
"secondary": "hsl(180, 80%, 38%)",
"secondaryForeground": "hsl(0, 0%, 100%)",
"muted": "hsl(240, 8%, 92%)",
"mutedForeground": "hsl(240, 8%, 48%)",
"accent": "hsl(260, 65%, 52%)",
"secondary": "hsl(180, 100%, 50%)",
"secondaryForeground": "hsl(0, 0%, 0%)",
"muted": "hsl(240, 5%, 94%)",
"mutedForeground": "hsl(240, 4%, 48%)",
"accent": "hsl(260, 80%, 60%)",
"accentForeground": "hsl(0, 0%, 100%)",
"destructive": "hsl(0, 80%, 55%)",
"destructive": "hsl(0, 84%, 55%)",
"destructiveForeground": "hsl(0, 0%, 100%)",
"border": "hsl(270, 15%, 84%)",
"input": "hsl(240, 8%, 92%)",
"ring": "hsl(330, 80%, 48%)",
"border": "hsl(270, 10%, 88%)",
"input": "hsl(240, 5%, 92%)",
"ring": "hsl(330, 100%, 50%)",
"sidebar": "hsl(0, 0%, 100%)",
"sidebarForeground": "hsl(240, 30%, 10%)",
"sidebarPrimary": "hsl(330, 80%, 48%)",
"sidebarForeground": "hsl(240, 10%, 15%)",
"sidebarPrimary": "hsl(330, 100%, 50%)",
"sidebarPrimaryForeground": "hsl(0, 0%, 100%)",
"sidebarAccent": "hsl(240, 8%, 92%)",
"sidebarAccentForeground": "hsl(240, 30%, 10%)",
"sidebarBorder": "hsl(270, 15%, 84%)",
"sidebarRing": "hsl(330, 80%, 48%)"
"sidebarAccent": "hsl(240, 5%, 94%)",
"sidebarAccentForeground": "hsl(240, 10%, 15%)",
"sidebarBorder": "hsl(270, 10%, 88%)",
"sidebarRing": "hsl(330, 100%, 50%)"
}
}
},