xmb: Remove gradient on Light theme
This commit is contained in:
parent
d71a2db781
commit
60702e3871
|
@ -373,8 +373,8 @@ float gradient_dark[16] = {
|
|||
};
|
||||
|
||||
float gradient_light[16] = {
|
||||
0.9, 0.9, 0.9, 1.00,
|
||||
0.9, 0.9, 0.9, 1.00,
|
||||
1.0, 1.0, 1.0, 1.00,
|
||||
1.0, 1.0, 1.0, 1.00,
|
||||
1.0, 1.0, 1.0, 1.00,
|
||||
1.0, 1.0, 1.0, 1.00,
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue