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