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:
10
ui/resources/themes/m3-dynamic_kupya.json
Normal file
10
ui/resources/themes/m3-dynamic_kupya.json
Normal file
@ -0,0 +1,10 @@
|
||||
{
|
||||
"id": "kupya",
|
||||
"name": "Kupya",
|
||||
"colors": {
|
||||
"primary": "#ffeb9e"
|
||||
},
|
||||
"options": {
|
||||
"forceScheme": "light"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user