mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-26 23:13:00 +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)
|
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