feat: add gradient effects settings and enhance theme customization options

This commit is contained in:
catlog22
2026-02-04 23:24:16 +08:00
parent 369b470969
commit 0664937b98
8 changed files with 435 additions and 21 deletions

View File

@@ -26,5 +26,13 @@
"preview.surface": "Card",
"preview.accent": "Accent",
"save": "Save Custom Theme",
"reset": "Reset to Preset"
"reset": "Reset to Preset",
"gradient": {
"title": "Gradient Effects",
"off": "Off",
"standard": "Standard",
"enhanced": "Enhanced",
"hoverGlow": "Enable hover glow effects",
"bgAnimation": "Enable background gradient animation"
}
}