(MaterialUI) Make grey_bg more translucent for dark theme

This commit is contained in:
twinaphex 2016-07-09 13:56:16 +02:00
parent 6c2856926c
commit 7d73e17b6f

View File

@ -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,