From 7b34d920b0043281d7877d1e0ece8642d27f212d Mon Sep 17 00:00:00 2001 From: Andreas Mair Date: Sun, 9 Mar 2008 09:39:06 +0100 Subject: 2008-03-09: Version 0.0.6 - Added scrollbar in menu lists when compiled with VDR >= v1.5.15. - Fixed: VDR didn't responde anymore if the font used for lists was too small (<11px) and the marker in front of the active list item has been turned on. - Added workaround to fix chrashes (hopefully) for VDR 1.4.x and patched fonts. - Updated French translation (Submitted by Patrice Staudt). - Updated Dutch translation (Submitted by Johan Schuring). - Updated Spanish translation (Submitted by Bittor Corl). - Updated Finnish translation (Submitted by Rolf Ahrenberg). - Fixed crash in EPG details when using epgsearch if channel isn't found. - Updated Italian translation (Provided by Gringo). - Fix TrueTypeFonts support when compiled with VDR >= v1.5.4. - Use WeekDayNameFull() in VDR >= v1.5.5. - Use "Full Title Width" setting also for Tracks and Replay OSD. - Optionally scroll current event's title and subtitle in channel info. - New setup option "Show status symbols" (Suggested by chrisz @vdr-portal.de). - Moved to the new i18n system introduced in VDR 1.5.7; fully backwards compatible due to Udo Richter's po2i18n.pl. - Optionally show current WSS mode as symbol (if Avards is running). - Draw "Dolby Digital" and "MONO" indicator in language flags. - Hide inactive status symbols. - Removed date from OSDs: tracks, volume - Added status symbols in replay OSD. - Draw line right to logos in Tracks and Replay OSD as it's done in other OSDs too. - Added channel info OSD for "Info on channel switch = no" VDR option (Reported by Pat @vdr-portal.de). - Removed compile time dependencies to plugin services. - Renamed SKINENIGMA_HAVE_EPGSEARCH define to SKINENIGMA_USE_PLUGIN_EPGSEARCH. - Disable i18n support for VDR >= v1.5.7. - Added Turkish to translation array (for VDR >= v1.5.2). - Use group name for logos even if channel logos are searched for by channel id. - Fixed problems when compiling with VDR v1.5.7+ (Reported by Matthias Fechner). - Fixed problems with certain images (Submitted by pinky666 @vdr-portal.de). - Fixed crash if using display of repeatings in EPG details and reelchannelscan plugin is loaded. - New setup option for location of messages in menu OSD. --- themes/EnigmaNG-Black.theme | 55 +++++++++++++++++++++++++++++++++++++++++++++ themes/EnigmaNG-Grey.theme | 47 ++++++++++++++++++++++++++++++++++++++ 2 files changed, 102 insertions(+) create mode 100644 themes/EnigmaNG-Black.theme create mode 100644 themes/EnigmaNG-Grey.theme (limited to 'themes') diff --git a/themes/EnigmaNG-Black.theme b/themes/EnigmaNG-Black.theme new file mode 100644 index 0000000..7123305 --- /dev/null +++ b/themes/EnigmaNG-Black.theme @@ -0,0 +1,55 @@ +Description = Black +clrBackground = EE3e4044 #496DCC +clrAltBackground = EE25252a #393D8C +clrTitleBg = EE37383a #5f6064 #4158BC +clrLogoBg = EE3e4044 #575758 #496DAC +clrBottomBg = EE37383a #5f6064 #1D2F7D + +clrBotProgBarBg = FF808080 +clrBotProgBarFg = EE9cea6d #C4C400 + +clrMenuTxtFg = FFDDDDDD +clrTitleFg = FFDDDDDD +clrTitleShadow = FF000000 + +clrSymbolActive = FF90ec58 #C4C400 +clrSymbolInactive = FF808080 +clrSymbolRecord = FFC40000 +clrSymbolRecordBg = FFDDDDDD +clrSymbolTimerActive = FF0000C4 +clrSymbolVpsActive = FF90ec58 #C4C400 +clrSymbolRecActive = FFC40000 +clrSymbolRunActive = FF90ec58 #00C400 + +clrButtonRedFg = FFDDDDDD +clrButtonRedBg = E8C40000 +clrButtonGreenFg = FF111111 +clrButtonGreenBg = E800C400 +clrButtonYellowFg = FF111111 +clrButtonYellowBg = E8C4C400 +clrButtonBlueFg = FFDDDDDD +clrButtonBlueBg = E80000C4 + +clrMessageStatusFg = FF111111 +clrMessageStatusBg = E89cff70 #C4C400 +clrMessageInfoFg = FF111111 +clrMessageInfoBg = E89cff70 #C4C400 +clrMessageWarningFg = FF111111 +clrMessageWarningBg = E8C4C400 +clrMessageErrorFg = FF111111 +clrMessageErrorBg = E8d2544d #C4C400 + +clrVolumeBar = FF33CC33 +clrVolumeBarMute = EE496DCC + +clrMenuItemSelectableFg = FFDDDDDD +clrMenuItemNotSelectableFg = FFAFAFCF + +clrReplayCurrent = EE8d8d93 #C3CAFA +clrReplayTotal = EE8d8d93 #C3CAFA +clrReplayModeJump = EE8d8d93 #C3CAFA +clrReplayBarAreaBg = EE5c5d61 #496DCC +clrReplayProgressSeen = EE33CC33 +clrReplayProgressRest = EE515255 #496DCC +clrReplayProgressSelected = EE1d1e38 #292D5C +clrReplayProgressMark = EE292D5C diff --git a/themes/EnigmaNG-Grey.theme b/themes/EnigmaNG-Grey.theme new file mode 100644 index 0000000..9feb7c1 --- /dev/null +++ b/themes/EnigmaNG-Grey.theme @@ -0,0 +1,47 @@ +Description = Grey +clrBackground = EE3e4044 +clrAltBackground = EE25252a +clrTitleBg = EE5f6064 +clrLogoBg = EE575758 +clrBottomBg = EE5f6064 +clrBotProgBarBg = FF808080 +clrBotProgBarFg = EE9cea6d +clrMenuTxtFg = FFDDDDDD +clrTitleFg = FFDDDDDD +clrTitleShadow = FF000000 +clrSymbolActive = FF90ec58 +clrSymbolInactive = FF808080 +clrSymbolRecord = FFC40000 +clrSymbolRecordBg = FFDDDDDD +clrSymbolTimerActive = FF0000C4 +clrSymbolVpsActive = FF90ec58 +clrSymbolRecActive = FFC40000 +clrSymbolRunActive = FF90ec58 +clrButtonRedFg = FFDDDDDD +clrButtonRedBg = E8C40000 +clrButtonGreenFg = FF111111 +clrButtonGreenBg = E800C400 +clrButtonYellowFg = FF111111 +clrButtonYellowBg = E8C4C400 +clrButtonBlueFg = FFDDDDDD +clrButtonBlueBg = E80000C4 +clrMessageStatusFg = FF111111 +clrMessageStatusBg = E89cff70 +clrMessageInfoFg = FF111111 +clrMessageInfoBg = E89cff70 +clrMessageWarningFg = FF111111 +clrMessageWarningBg = E8C4C400 +clrMessageErrorFg = FF111111 +clrMessageErrorBg = E8d2544d +clrVolumeBar = FF33CC33 +clrVolumeBarMute = EE496DCC +clrMenuItemSelectableFg = FFDDDDDD +clrMenuItemNotSelectableFg = FFAFAFCF +clrReplayCurrent = EE8d8d93 +clrReplayTotal = EE8d8d93 +clrReplayModeJump = EE8d8d93 +clrReplayBarAreaBg = EE5c5d61 +clrReplayProgressSeen = EE33CC33 +clrReplayProgressRest = EE515255 +clrReplayProgressSelected = EE1d1e38 +clrReplayProgressMark = EE292D5C -- cgit v1.2.3