mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-30 08:51:04 +02:00
colors_custom: rework colors; use Google Material Palette
TODO: make custom colors themable
Origin commit data
------------------
Branch: ni/coolstream
Commit: 1da3f5ef61
Author: vanhofen <vanhofen@gmx.de>
Date: 2021-11-19 (Fri, 19 Nov 2021)
Origin message was:
------------------
- colors_custom: rework colors; use Google Material Palette
TODO: make custom colors themable
------------------
This commit was generated by Migit
This commit is contained in:
@@ -267,7 +267,7 @@ void CComponentsFooter::setButtonLabels(const struct button_label_cc * const con
|
||||
if (icon_name == NEUTRINO_ICON_BUTTON_GREEN)
|
||||
f_col = COL_DARK_GREEN;
|
||||
if (icon_name == NEUTRINO_ICON_BUTTON_YELLOW)
|
||||
f_col = COL_OLIVE;
|
||||
f_col = COL_DARK_YELLOW;
|
||||
if (icon_name == NEUTRINO_ICON_BUTTON_BLUE)
|
||||
f_col = COL_DARK_BLUE;
|
||||
btn->setColorFrame(f_col);
|
||||
|
Reference in New Issue
Block a user