mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-09-02 02:11:11 +02:00
- colors: change color for marked items under cursor; user's request
This commit is contained in:
@@ -233,8 +233,8 @@ void getItemColors(fb_pixel_t &t, fb_pixel_t &b, bool selected, bool marked, boo
|
|||||||
{
|
{
|
||||||
if (selected && marked)
|
if (selected && marked)
|
||||||
{
|
{
|
||||||
t = COL_MENUCONTENTSELECTED_TEXT_PLUS_2;
|
t = COL_MENUCONTENTSELECTED_TEXT;
|
||||||
b = COL_MENUCONTENTSELECTED_PLUS_2;
|
b = COL_MENUCONTENTSELECTED_PLUS_0;
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user