mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-28 16:01:10 +02:00
colors: make footer background color configurable
TODO: footer text color and maybe footer font
Origin commit data
------------------
Branch: ni/coolstream
Commit: cc5258e6d5
Author: vanhofen <vanhofen@gmx.de>
Date: 2016-08-15 (Mon, 15 Aug 2016)
Origin message was:
------------------
- colors: make footer background color configurable
TODO: footer text color and maybe footer font
------------------
This commit was generated by Migit
This commit is contained in:
@@ -167,6 +167,7 @@ static void set_lua_variables(lua_State *L)
|
||||
{ "MENUCONTENTDARK", MAGIC_COLOR | (COL_MENUCONTENTDARK) },
|
||||
{ "MENUCONTENTSELECTED", MAGIC_COLOR | (COL_MENUCONTENTSELECTED) },
|
||||
{ "MENUCONTENTINACTIVE", MAGIC_COLOR | (COL_MENUCONTENTINACTIVE) },
|
||||
{ "MENUFOOT", MAGIC_COLOR | (COL_MENUFOOT) },
|
||||
{ "BACKGROUND", MAGIC_COLOR | (COL_BACKGROUND) },
|
||||
{ "DARK_RED", MAGIC_COLOR | (COL_DARK_RED0) },
|
||||
{ "DARK_GREEN", MAGIC_COLOR | (COL_DARK_GREEN0) },
|
||||
@@ -211,6 +212,7 @@ static void set_lua_variables(lua_State *L)
|
||||
{ "MENUCONTENTSELECTED_PLUS_0", (lua_Unsigned) (COL_MENUCONTENTSELECTED_PLUS_0) },
|
||||
{ "MENUCONTENTSELECTED_PLUS_2", (lua_Unsigned) (COL_MENUCONTENTSELECTED_PLUS_2) },
|
||||
{ "MENUCONTENTINACTIVE_PLUS_0", (lua_Unsigned) (COL_MENUCONTENTINACTIVE_PLUS_0) },
|
||||
{ "MENUFOOT_PLUS_0", (lua_Unsigned) (COL_MENUFOOT_PLUS_0) },
|
||||
{ NULL, 0 }
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user