Skip to content

Commit

Permalink
(GLUI) Improve tab icon colours for 'Dark Blue' theme (#9636)
Browse files Browse the repository at this point in the history
  • Loading branch information
jdgleaver authored and inactive123 committed Oct 25, 2019
1 parent 1194b29 commit 45deb2c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions menu/drivers/materialui.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down

0 comments on commit 45deb2c

Please sign in to comment.