feat: add theme selection and customization

This commit is contained in:
2026-07-07 22:59:03 -04:00
parent 49df5195bd
commit fe39b2196d
26 changed files with 3485 additions and 0 deletions
+29
View File
@@ -0,0 +1,29 @@
{
"nav": {
"appearance": "Appearance"
},
"mode": {
"light": "Light",
"dark": "Dark",
"system": "System"
},
"presets": {
"default": "Indigo",
"emerald": "Emerald",
"rose": "Rose",
"amber": "Amber",
"ocean": "Ocean",
"graphite": "Graphite",
"custom": "Custom"
},
"tokens": {
"primary": "Primary",
"secondary": "Secondary",
"background": "Background",
"surface": "Surface",
"error": "Error",
"warning": "Warning",
"info": "Info",
"success": "Success"
}
}