diff options
author | kamel5 <vdr.kamel5 (at) gmx (dot) net> | 2020-03-26 16:27:51 +0100 |
---|---|---|
committer | kamel5 <vdr.kamel5 (at) gmx (dot) net> | 2020-03-28 12:35:24 +0100 |
commit | 97a994ac366bd3772e3f535a767fffc3bcf1c4ba (patch) | |
tree | 9a351bafed80b5d0076352ed2bd8be65fe94b69f /displaychannel.h | |
parent | c5b9a477844e2255a409690d96a7da4cedb32361 (diff) | |
download | skin-lcarsng-97a994ac366bd3772e3f535a767fffc3bcf1c4ba.tar.gz skin-lcarsng-97a994ac366bd3772e3f535a767fffc3bcf1c4ba.tar.bz2 |
Add new themes
Diffstat (limited to 'displaychannel.h')
-rw-r--r-- | displaychannel.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/displaychannel.h b/displaychannel.h index cf35d4c..91db0d8 100644 --- a/displaychannel.h +++ b/displaychannel.h @@ -39,7 +39,8 @@ private: cFont *tallFont; tColor frameColorFg; tColor frameColorBg; - tColor frameColorMg; + tColor frameColorBr; + tColor textColorBg; bool message; const cEvent *present; const cEvent *following; |