diff options
author | Andreas Mair <amair.sob@googlemail.com> | 2007-03-06 09:26:11 +0100 |
---|---|---|
committer | Andreas Mair <amair.sob@googlemail.com> | 2007-03-06 09:26:11 +0100 |
commit | de39678a54ab87364a3c8c5e3b058d313451db5b (patch) | |
tree | 46ea3b911b6fb0982d910e5bcd398d373f86a887 /themes/EnigmaNG-YellowSun.theme | |
parent | b1fa489fdbd06712add00390966defbe9a96232a (diff) | |
download | vdr-plugin-skinenigmang-de39678a54ab87364a3c8c5e3b058d313451db5b.tar.gz vdr-plugin-skinenigmang-de39678a54ab87364a3c8c5e3b058d313451db5b.tar.bz2 |
2007-03-06: Version 0.0.3v0.0.3
- New command line option "-l" to set the logo path.
- Added support for epgsearch's timer check auxiliary info in a recording's info.
- Reorganized setup menu.
- Don't use small font in a recording's replay info.
- Show channel name and number in recording's info.
- Don't use small font for description in event and recording info.
- Added setup options for epgsearch features.
- Use location set at "Channel info position" to display channel info.
- Fixed transparent group titles in menus. (Reported by several users)
- New (temporary) compile time option SKINENIGMA_FULL_CHANNELINFO_TITLE.
- Fixed duration and elapsed/remaining time displaying in channel info.
- Enhanced setup option "Show remaining/elapsed time".
- Enhanced setup option "Show Symbols".
- Changed alignment in bottom line of channel info.
- New setup option to hide language flags; shows language name in channel info. (Suggested by balta @vdr-portal.de)
- Redraw date in main menu and channel info only if time changed. (Based on suggestion by Hanspeter)
- Changed detection for main menu; it now must start with "VDR - ". (Based on patch by triple955 @vdr-portal.de)
- Fixed problems with floating text. (Patch by triple955 @vdr-portal.de)
- Localized full weekday name.
- Added new setup option for 8bpp or 4bpp single area.
- Added Russian translation (Submitted by SergArb @vdr-portal.de).
- Log "LOGO NOT FOUND" errors to syslog (Requested by Der_Pit).
- Changed a false 4bpp area to 2bpp.
- Corrected brackets (Reported by Sebastian Werner).
- Many other fixes and graphical changes.
Diffstat (limited to 'themes/EnigmaNG-YellowSun.theme')
-rw-r--r-- | themes/EnigmaNG-YellowSun.theme | 54 |
1 files changed, 54 insertions, 0 deletions
diff --git a/themes/EnigmaNG-YellowSun.theme b/themes/EnigmaNG-YellowSun.theme new file mode 100644 index 0000000..fe8c0ff --- /dev/null +++ b/themes/EnigmaNG-YellowSun.theme @@ -0,0 +1,54 @@ +Description = YellowSun +clrBackground = E5fae9bc +clrAltBackground = E5f3e396 +clrTitleBg = E5ffd927 +clrLogoBg = E5e7dd41 +clrBottomBg = E5e8c523 +clrBotProgBarBg = FF808080 +clrBotProgBarFg = FFFFFFFF +clrMenuTxtFg = FF000000 +clrTitleFg = FF000000 +clrTitleShadow = FF9f9f9f +clrSymbolActive = FFb12e2e +clrSymbolInactive = FF808080 +clrSymbolRecord = FFC40000 +clrSymbolTimerActive = FFe98400 +clrSymbolVpsActive = FF002ec4 +clrSymbolRecActive = FFC40000 +clrSymbolRunActive = FF00C400 +clrButtonRedFg = FFFFFFFF +clrButtonRedBg = E5C40000 +clrButtonGreenFg = FFFFFFFF +clrButtonGreenBg = E500C400 +clrButtonYellowFg = FF000000 +clrButtonYellowBg = E5f4f115 +clrButtonBlueFg = FFFFFFFF +clrButtonBlueBg = E50000C4 +clrMessageBorder = E5FF0000 +clrMessageStatusFg = FF000000 +clrMessageStatusBg = E5ffe29b +clrMessageInfoFg = FF000000 +clrMessageInfoBg = E5ffdf89 +clrMessageWarningFg = FF000000 +clrMessageWarningBg = E5ffe08d +clrMessageErrorFg = FF000000 +clrMessageErrorBg = E5FFD1D1 +clrVolumeBar = FFffaa33 +clrVolumeBarMute = FFFF0000 +clrMenuItemCurrentFg = FF000000 +clrMenuHighlight = E5f3e396 +clrMenuItemSelectableFg = FF000000 +clrMenuItemNotSelectableFg = E54158BC +clrMenuEventTitle = FF000000 +clrMenuEventShortText = FF1D2F7D +clrMenuScrollbarTotal = E5B2BBD6 +clrMenuScrollbarShown = FF000000 +clrReplayCurrent = FFd4870e +clrReplayTotal = FFd4870e +clrReplayModeJump = FFd4870e +clrReplayBarAreaBg = E5fae086 +clrReplayProgressSeen = FFe3be57 +clrReplayProgressRest = E5fada8c +clrReplayProgressSelected = FFfb7141 +clrReplayProgressMark = FFfb7141 +clrReplayProgressCurrent = FFfb7141 |