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

@@ -456,6 +456,25 @@ export default {
'Unpin from profile': 'Unpin from profile',
'Pin to profile': 'Pin to profile',
Appearance: 'Appearance',
'Pure Black': 'Pure Black'
'Pure Black': 'Pure Black',
Default: 'Default',
Red: 'Red',
Orange: 'Orange',
Amber: 'Amber',
Yellow: 'Yellow',
Lime: 'Lime',
Green: 'Green',
Emerald: 'Emerald',
Teal: 'Teal',
Cyan: 'Cyan',
Sky: 'Sky',
Blue: 'Blue',
Indigo: 'Indigo',
Violet: 'Violet',
Purple: 'Purple',
Fuchsia: 'Fuchsia',
Pink: 'Pink',
Rose: 'Rose',
'Primary color': 'Primary color'
}
}