mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-26 15:02:50 +02:00
colors: highlight marked items a bit less
Origin commit data
------------------
Commit: d4a7cfb797
Author: vanhofen <vanhofen@gmx.de>
Date: 2018-10-26 (Fri, 26 Oct 2018)
Origin message was:
------------------
- colors: highlight marked items a bit less
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