xmb: Remove gradient on Light theme

This commit is contained in:
Rob Loach 2017-12-27 19:41:46 -05:00
parent d71a2db781
commit 60702e3871
No known key found for this signature in database
GPG Key ID: 627C60834A74A21A

View File

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