From d1df12fb8218dce0b7c80c971447a9e0021f9ab3 Mon Sep 17 00:00:00 2001 From: Martin Schirrmacher Date: Fri, 30 May 2014 15:29:26 +0200 Subject: 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 --- flat.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'flat.h') 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); -- cgit v1.2.3