mirror of
https://github.com/283375/arcaea-offline-pyside-ui.git
synced 2026-02-27 16:11:09 +00:00
wip: theme system
- Add theme id - WIP theme cache key - Force scheme (light/dark) for dynamic theme - でびるんちゃんかわいい
This commit is contained in:
11
ui/resources/themes/m3-dynamic_devilun.json
Normal file
11
ui/resources/themes/m3-dynamic_devilun.json
Normal file
@ -0,0 +1,11 @@
|
||||
{
|
||||
"id": "devilun",
|
||||
"name": "Devilun",
|
||||
"colors": {
|
||||
"primary": "#d1779d",
|
||||
"secondary": "#85a9a5"
|
||||
},
|
||||
"options": {
|
||||
"forceScheme": "dark"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user