Fix readability of top bar buttons

This commit is contained in:
fieldOfView 2017-09-13 16:04:06 +02:00
parent 72b85fe69a
commit f2dbde0fe1

View file

@ -18,6 +18,10 @@
"topbar_background_color": [0, 0, 0, 0],
"topbar_background_color_monitoring": [0, 0, 0, 255],
"topbar_button_text_active": [255, 255, 255, 255],
"topbar_button_text_inactive": [128, 128, 128, 255],
"topbar_button_text_hovered": [255, 255, 255, 255],
"text": [255, 255, 255, 204],
"text_detail": [255, 255, 255, 172],
"text_link": [255, 255, 255, 127],