feat(web): add color theme presets (#1040)

* feat(web): add color theme presets

* fix(web): preserve presets with custom colors

* fix(web): sync color theme across tabs

* fix(web): clear boot theme background

* feat(web): integrate palette presets with display settings
This commit is contained in:
NightWatcher314
2026-07-16 12:32:54 +08:00
committed by GitHub
parent dd2684a4e7
commit f8657dae3a
11 changed files with 685 additions and 21 deletions
+18
View File
@@ -563,6 +563,24 @@ export default {
'settings.display.appearance.dark': 'Dark',
'settings.display.appearance.oled': 'OLED Black',
'settings.display.appearance.light': 'Light',
'settings.display.colorTheme': 'Color theme',
'settings.display.colorTheme.default': 'Default',
'settings.display.colorTheme.notion': 'Notion',
'settings.display.colorTheme.one': 'One',
'settings.display.colorTheme.proof': 'Proof',
'settings.display.colorTheme.raycast': 'Raycast',
'settings.display.colorTheme.rosePine': 'Rose Pine',
'settings.display.colorTheme.solarized': 'Solarized',
'settings.display.colorTheme.vercel': 'Vercel',
'settings.display.colorTheme.vsCodePlus': 'VS Code Plus',
'settings.display.colorTheme.xcode': 'Xcode',
'settings.display.colorTheme.linear': 'Linear',
'settings.display.colorTheme.lobster': 'Lobster',
'settings.display.colorTheme.material': 'Material',
'settings.display.colorTheme.matrix': 'Matrix',
'settings.display.colorTheme.monokai': 'Monokai',
'settings.display.colorTheme.nightOwl': 'Night Owl',
'settings.display.colorTheme.nord': 'Nord',
'settings.display.themeColors.title': 'Custom colors',
'settings.display.themeColors.description': 'Applies to the current appearance. Switch appearance to customize each one separately.',
'settings.display.themeColors.reset': 'Reset',