Theme tweaks

This commit is contained in:
Mark Qvist 2022-10-02 14:51:01 +02:00
parent 7cd250fda7
commit c6df8b851b
3 changed files with 21 additions and 4 deletions

View file

@ -17,7 +17,8 @@ color_delivered = "Indigo"
color_propagated = "Blue"
color_failed = "Red"
color_unknown = "Gray"
intensity_msgs = "600"
intensity_msgs_dark = "600"
intensity_msgs_light = "500"
class ContentNavigationDrawer(Screen):
pass