themes: add color for channellist event descriptions

Origin commit data
------------------
Commit: 6cb7939fdd
Author: vanhofen <vanhofen@gmx.de>
Date: 2022-04-17 (Sun, 17 Apr 2022)

Origin message was:
------------------
- themes: add color for channellist event descriptions
This commit is contained in:
vanhofen
2022-04-17 23:34:03 +02:00
parent 72413b515f
commit 490a869716
10 changed files with 47 additions and 4 deletions

View File

@@ -400,6 +400,11 @@ void CColorSetupNotifier::setPalette()
convertSetupColor2RGB(t.progressbar_active_red, t.progressbar_active_green, t.progressbar_active_blue),
convertSetupAlpha2Alpha(t.menu_Content_alpha));
// COL_CHANNELLIST_DESCRIPTION_TEXT
frameBuffer->paletteSetColor(COL_NEUTRINO_TEXT + 22,
convertSetupColor2RGB(t.channellist_Description_Text_red, t.channellist_Description_Text_green, t.channellist_Description_Text_blue),
convertSetupAlpha2Alpha(t.channellist_Description_Text_alpha));
frameBuffer->paletteSet();
}