multiple updates
- colour theme implemented. ThemeService based global switching for future light detection triggers - test flipflop service for various fun - navigator widget class with state switching
This commit is contained in:
14
extra/themes/rei.json
Normal file
14
extra/themes/rei.json
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"dark": {
|
||||
"background": "#101010",
|
||||
"foreground": "#EAEAEA",
|
||||
"highlight": "#FA1504",
|
||||
"subdued": "#E47841"
|
||||
},
|
||||
"bright": {
|
||||
"background": "#E47841",
|
||||
"foreground": "#202020",
|
||||
"highlight": "#F0F0F0",
|
||||
"subdued": "#BC4600"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user