Skip to content

Commit b1c670d

Browse files
committed
glui: Select a darker background for the title, toolbar
1 parent 087f396 commit b1c670d

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

menu/drivers/materialui.c

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1867,11 +1867,11 @@ static const materialui_theme_t *materialui_get_theme(enum materialui_color_them
18671867
0xF8F8F2, /* list_hint_text_highlighted */
18681868
0x6272A4, /* status_bar_text */
18691869
/* Background colours */
1870-
0x282A36, /* sys_bar_background */
1871-
0x282A36, /* title_bar_background */
1870+
0x1E2029, /* sys_bar_background */
1871+
0x1E2029, /* title_bar_background */
18721872
0x282A36, /* list_background */
18731873
0x44475A, /* list_highlighted_background */
1874-
0x282A36, /* nav_bar_background */
1874+
0x1E2029, /* nav_bar_background */
18751875
0x282A36, /* surface_background */
18761876
0x282A36, /* thumbnail_background */
18771877
0x282A36, /* side_bar_background */
@@ -1885,7 +1885,7 @@ static const materialui_theme_t *materialui_get_theme(enum materialui_color_them
18851885
/* Navigation bar icon colours */
18861886
0xFF79C6, /* nav_bar_icon_active */
18871887
0xF8F8F2, /* nav_bar_icon_passive */
1888-
0x282A36, /* nav_bar_icon_disabled */
1888+
0x1E2029, /* nav_bar_icon_disabled */
18891889
/* Screensaver */
18901890
0x282A36, /* screensaver_tint */
18911891
/* Misc. colours */
@@ -1894,7 +1894,7 @@ static const materialui_theme_t *materialui_get_theme(enum materialui_color_them
18941894
0x44475A, /* status_bar_shadow */
18951895
0x44475A, /* selection_marker_shadow */
18961896
0x44475A, /* scrollbar */
1897-
0x282A36, /* divider */
1897+
0x1E2029, /* divider */
18981898
0x282A36, /* screen_fade */
18991899
0x282A36, /* missing_thumbnail_icon */
19001900
0.0f, /* header_shadow_opacity */

0 commit comments

Comments
 (0)