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:
vanhofen
2018-10-26 00:20:23 +02:00
parent 77516ee6da
commit 1c4daaa39c

View File

@@ -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;
}