mirror of
https://github.com/libretro/RetroArch
synced 2025-02-07 03:40:24 +00:00
(MaterialUI) Make grey_bg more translucent for dark theme
This commit is contained in:
parent
6c2856926c
commit
7d73e17b6f
@ -762,10 +762,10 @@ static void mui_frame(void *data)
|
||||
0.98, 0.98, 0.98, 0.90,
|
||||
};
|
||||
float grey_bg[16]= {
|
||||
0.78, 0.78, 0.78, 1,
|
||||
0.78, 0.78, 0.78, 1,
|
||||
0.78, 0.78, 0.78, 1,
|
||||
0.78, 0.78, 0.78, 1,
|
||||
0.78, 0.78, 0.78, 0.90,
|
||||
0.78, 0.78, 0.78, 0.90,
|
||||
0.78, 0.78, 0.78, 0.90,
|
||||
0.78, 0.78, 0.78, 0.90,
|
||||
};
|
||||
float shadow_bg[16]= {
|
||||
0, 0, 0, 0,
|
||||
|
Loading…
x
Reference in New Issue
Block a user