l4l: add some more colors for theme

Origin commit data
------------------
Commit: 0d60c9407c
Author: TangoCash <eric@loxat.de>
Date: 2018-12-24 (Mon, 24 Dec 2018)
This commit is contained in:
TangoCash
2018-12-24 23:43:45 +01:00
committed by vanhofen
parent 185f95546f
commit 7dd350362a
2 changed files with 50 additions and 0 deletions

View File

@@ -111,6 +111,9 @@ class CLCD4l
std::string m_font;
std::string m_fgcolor;
std::string m_bgcolor;
std::string m_fcolor1;
std::string m_fcolor2;
std::string m_pbcolor;
};
#endif