(GLUI) Improve tab icon colours for 'Dark Blue' theme (#9636)

This commit is contained in:
jdgleaver 2019-10-25 17:58:45 +01:00 committed by Twinaphex
parent 1194b29c12
commit 45deb2c218

View File

@ -211,8 +211,8 @@ static const materialui_theme_t materialui_theme_dark_blue = {
0x4b636e, /* list_switch_off */
0x607d8b, /* list_switch_off_background */
/* Navigation bar icon colours */
0x90caf9, /* nav_bar_icon_active */
0x8eacbb, /* nav_bar_icon_passive */
0x6ec6ff, /* nav_bar_icon_active */
0xA5B4BB, /* nav_bar_icon_passive */
0x000000, /* nav_bar_icon_disabled */
/* Misc. colours */
0x000000, /* header_shadow */