mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-29 08:21:07 +02:00
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:
@@ -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();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user