Files
Claude-Code-Workflow/ccw/frontend/src/locales/en/theme.json

39 lines
929 B
JSON

{
"title": {
"colorScheme": "Color Scheme",
"themeMode": "Theme Mode",
"customHue": "Custom Hue"
},
"colorScheme": {
"blue": "Classic Blue",
"green": "Deep Green",
"orange": "Vibrant Orange",
"purple": "Elegant Purple",
"custom": "Custom"
},
"themeMode": {
"light": "Light",
"dark": "Dark"
},
"select": {
"colorScheme": "Select {name} theme",
"themeMode": "Select {name} mode"
},
"current": "Current theme: {name}",
"hueValue": "Hue: {value}°",
"preview": "Preview",
"preview.background": "Background",
"preview.surface": "Card",
"preview.accent": "Accent",
"save": "Save Custom Theme",
"reset": "Reset to Preset",
"gradient": {
"title": "Gradient Effects",
"off": "Off",
"standard": "Standard",
"enhanced": "Enhanced",
"hoverGlow": "Enable hover glow effects",
"bgAnimation": "Enable background gradient animation"
}
}