mirror of
https://github.com/markqvist/Sideband.git
synced 2025-05-05 07:55:07 -04:00
Tweaked theme colors
This commit is contained in:
parent
49f3f9c732
commit
b46c004b31
1 changed files with 4 additions and 6 deletions
|
@ -12,14 +12,12 @@ def mdc(color, hue=None):
|
|||
hue = "400"
|
||||
return get_color_from_hex(colors[color][hue])
|
||||
|
||||
# color_received = "Green"
|
||||
color_received = "Teal"
|
||||
color_delivered = "Indigo"
|
||||
color_propagated = "Blue"
|
||||
color_received = "LightGreen"
|
||||
color_delivered = "Blue"
|
||||
color_propagated = "Indigo"
|
||||
color_failed = "Red"
|
||||
color_unknown = "Gray"
|
||||
|
||||
intensity_msgs_dark = "700"
|
||||
intensity_msgs_dark = "800"
|
||||
intensity_msgs_light = "500"
|
||||
|
||||
class ContentNavigationDrawer(Screen):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue