generated from Nodarx/template
feat: add theme selection and customization
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user