Updated message colors

This commit is contained in:
Mark Qvist 2024-12-09 20:25:50 +01:00
parent 1989330d21
commit 79ad4bb353
2 changed files with 16 additions and 8 deletions

View file

@ -29,12 +29,12 @@ intensity_play_light = "300"
intensity_msgs_dark_alt = "800"
intensity_msgs_light_alt = "400"
intensity_delivered_alt_dark = "800"
color_received_alt = "BlueGray"
color_received_alt_light = "BlueGray"
color_delivered_alt = "LightBlue"
color_delivered_alt = "Blue"
color_propagated_alt = "Indigo"
color_paper_alt = "Indigo"
color_delivered_alt = "Indigo"
color_propagated_alt = "DeepPurple"
color_paper_alt = "DeepPurple"
color_playing_alt = "Amber"
color_failed_alt = "Red"
color_unknown_alt = "Gray"