Add an Appearance settings page with color theme and corner options

This commit is contained in:
Steven RYDELL
2026-07-29 11:21:44 +02:00
parent dca6082039
commit 2ac9a6b90e
4 changed files with 172 additions and 1 deletions
+4
View File
@@ -2,11 +2,15 @@
"accounts": "Accounts",
"appearance": {
"colorTheme": "Color theme",
"colorThemeDescription": "Pick the accent color used across the interface.",
"corners": "Corners",
"cornersDescription": "Choose between rounded and square corners. Applies to every theme.",
"dark": "Dark",
"description": "Customize how the interface looks and feels.",
"label": "Appearance",
"light": "Light",
"mode": "Mode",
"modeDescription": "Switch between light and dark mode.",
"rounded": "Rounded",
"square": "Square",
"switchToDark": "Switch to dark mode",