Files
smart-serow/extra/themes/default.json
Mikkeli Matlock c7edc30b79 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
2026-01-26 00:20:52 +09:00

15 lines
261 B
JSON

{
"dark": {
"background": "#000000",
"foreground": "#FFFFFF",
"highlight": "#FF5555",
"subdued": "#808080"
},
"bright": {
"background": "#F0F0F0",
"foreground": "#1A1A1A",
"highlight": "#CC0000",
"subdued": "#606060"
}
}