mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-27 15:32:59 +02:00
- colors: highlight marked items a bit less
Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
@@ -249,8 +249,8 @@ void getItemColors(fb_pixel_t &t, fb_pixel_t &b, bool selected, bool marked, boo
|
|||||||
|
|
||||||
if (marked)
|
if (marked)
|
||||||
{
|
{
|
||||||
t = COL_MENUCONTENT_TEXT_PLUS_2;
|
t = COL_MENUCONTENT_TEXT_PLUS_1;
|
||||||
b = COL_MENUCONTENT_PLUS_2;
|
b = COL_MENUCONTENT_PLUS_1;
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user