summaryrefslogtreecommitdiff
path: root/lcarsng.h
diff options
context:
space:
mode:
authorkamel5 <vdr.kamel5 (at) gmx (dot) net>2020-03-26 16:27:51 +0100
committerkamel5 <vdr.kamel5 (at) gmx (dot) net>2020-03-28 12:35:24 +0100
commit97a994ac366bd3772e3f535a767fffc3bcf1c4ba (patch)
tree9a351bafed80b5d0076352ed2bd8be65fe94b69f /lcarsng.h
parentc5b9a477844e2255a409690d96a7da4cedb32361 (diff)
downloadskin-lcarsng-97a994ac366bd3772e3f535a767fffc3bcf1c4ba.tar.gz
skin-lcarsng-97a994ac366bd3772e3f535a767fffc3bcf1c4ba.tar.bz2
Add new themes
Diffstat (limited to 'lcarsng.h')
-rw-r--r--lcarsng.h14
1 files changed, 9 insertions, 5 deletions
diff --git a/lcarsng.h b/lcarsng.h
index cb31f69..cbbc9b9 100644
--- a/lcarsng.h
+++ b/lcarsng.h
@@ -68,6 +68,9 @@
#define DISKUSAGEALERTLIMIT 95 // percent of disk usage above which the display goes into alert mode
#define SIGNALDISPLAYDELTA 2 // seconds between subsequent device signal displays
+//extern cTheme Theme;
+cTheme Theme;
+
// Color domains:
#define CLR_BACKGROUND 0x99000000
@@ -94,8 +97,6 @@
#define CLR_BLUE 0xFF9A99FF
#define CLR_BLACK 0xFF000000
-extern cTheme Theme;
-
// General colors:
THEME_CLR(Theme, clrBackground, CLR_BACKGROUND);
@@ -150,7 +151,8 @@ THEME_CLR(Theme, clrVolumeBarLower, CLR_GREEN);
THEME_CLR(Theme, clrChannelFrameFg, CLR_BLACK);
THEME_CLR(Theme, clrChannelFrameBg, CLR_CHANNEL_FRAME);
-THEME_CLR(Theme, clrChannelFrameMg, CLR_WHITE);
+THEME_CLR(Theme, clrChannelFrameBr, CLR_BLACK);
+THEME_CLR(Theme, clrChannelTextBg, CLR_BACKGROUND);
THEME_CLR(Theme, clrChannelSymbolOn, CLR_BLACK);
THEME_CLR(Theme, clrChannelSymbolOff, RgbShade(CLR_CHANNEL_FRAME, -0.2));
THEME_CLR(Theme, clrChannelSymbolRecFg, CLR_WHITE);
@@ -161,7 +163,8 @@ THEME_CLR(Theme, clrSwitchTimer, CLR_GREEN);
THEME_CLR(Theme, clrMenuFrameFg, CLR_BLACK);
THEME_CLR(Theme, clrMenuFrameBg, CLR_MAIN_FRAME);
-THEME_CLR(Theme, clrMenuFrameMg, CLR_WHITE);
+THEME_CLR(Theme, clrMenuFrameBr, CLR_BLACK);
+THEME_CLR(Theme, clrMenuTextBg, CLR_BACKGROUND);
THEME_CLR(Theme, clrMenuTitle, CLR_MAIN_FRAME);
THEME_CLR(Theme, clrMenuMainBracket, CLR_MENU_ITEMS);
THEME_CLR(Theme, clrMenuTimerRecording, CLR_DEVICE);
@@ -179,7 +182,8 @@ THEME_CLR(Theme, clrMenuText, CLR_TEXT);
THEME_CLR(Theme, clrReplayFrameFg, CLR_BLACK);
THEME_CLR(Theme, clrReplayFrameBg, CLR_REPLAY_FRAME);
-THEME_CLR(Theme, clrReplayFrameMg, CLR_WHITE);
+THEME_CLR(Theme, clrReplayFrameBr, CLR_BLACK);
+THEME_CLR(Theme, clrReplayTextBg, CLR_BACKGROUND);
THEME_CLR(Theme, clrReplayPosition, CLR_SEEN);
THEME_CLR(Theme, clrReplayJumpFg, CLR_BLACK);
THEME_CLR(Theme, clrReplayJumpBg, CLR_SEEN);