mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-26 23:13:13 +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)
|
||||
{
|
||||
t = COL_MENUCONTENT_TEXT_PLUS_2;
|
||||
b = COL_MENUCONTENT_PLUS_2;
|
||||
t = COL_MENUCONTENT_TEXT_PLUS_1;
|
||||
b = COL_MENUCONTENT_PLUS_1;
|
||||
return;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user