feat: support primary color customization

This commit is contained in:
codytseng
2025-10-18 23:18:44 +08:00
parent b17846f264
commit 28dad7373f
21 changed files with 644 additions and 43 deletions

View File

@@ -471,6 +471,25 @@ export default {
'Unpin from profile': 'Vom Profil lösen',
'Pin to profile': 'An Profil anheften',
Appearance: 'Aussehen',
'Pure Black': 'Reines Schwarz'
'Pure Black': 'Reines Schwarz',
Default: 'Standard',
Red: 'Rot',
Orange: 'Orange',
Amber: 'Bernstein',
Yellow: 'Gelb',
Lime: 'Limette',
Green: 'Grün',
Emerald: 'Smaragd',
Teal: 'Blaugrün',
Cyan: 'Cyan',
Sky: 'Himmelblau',
Blue: 'Blau',
Indigo: 'Indigo',
Violet: 'Violett',
Purple: 'Lila',
Fuchsia: 'Fuchsia',
Pink: 'Rosa',
Rose: 'Rose',
'Primary color': 'Primärfarbe'
}
}