summaryrefslogtreecommitdiff
path: root/flat.h
diff options
context:
space:
mode:
authorMartin Schirrmacher <vdr.skinflatplus@schirrmacher.eu>2014-05-30 15:29:26 +0200
committerMartin Schirrmacher <vdr.skinflatplus@schirrmacher.eu>2014-05-30 15:29:26 +0200
commitd1df12fb8218dce0b7c80c971447a9e0021f9ab3 (patch)
treefe2caa5f3e889b38a2e202d4e1b502ec929d4e83 /flat.h
parentf02c42ee02d523db40505a1271de7d35586bb422 (diff)
downloadskin-flatplus-d1df12fb8218dce0b7c80c971447a9e0021f9ab3.tar.gz
skin-flatplus-d1df12fb8218dce0b7c80c971447a9e0021f9ab3.tar.bz2
theme color clrChannelEPGBorderFg and clrChannelEPGBorderBg for border color of epg image in chanel info + decor option ChannelEPGBorderType and ChannelEPGBorderSize for border of epg image in chanel info
Diffstat (limited to 'flat.h')
-rw-r--r--flat.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/flat.h b/flat.h
index 3d222dba..1b1e86c6 100644
--- a/flat.h
+++ b/flat.h
@@ -83,6 +83,9 @@ THEME_CLR(Theme, clrChannelProgressBg, 0xC0101010);
THEME_CLR(Theme, clrChannelBorderFg, 0xC03090B0);
THEME_CLR(Theme, clrChannelBorderBg, 0xC03090B0);
+THEME_CLR(Theme, clrChannelEPGBorderFg, 0xC03090B0);
+THEME_CLR(Theme, clrChannelEPGBorderBg, 0xC03090B0);
+
THEME_CLR(Theme, clrChannelSignalFont, 0xFFA0A0A0);
THEME_CLR(Theme, clrChannelSignalProgressFg, 0xFFA0A0A0);
THEME_CLR(Theme, clrChannelSignalProgressBarFg, 0xFFA0A0A0);