diff options
author | Martin Schirrmacher <vdr.skinflatplus@schirrmacher.eu> | 2014-05-30 14:39:19 +0200 |
---|---|---|
committer | Martin Schirrmacher <vdr.skinflatplus@schirrmacher.eu> | 2014-05-30 14:39:19 +0200 |
commit | 2a12ed8e36b91a2fc2fb7c542af10d1d574129da (patch) | |
tree | 8912c55b160121088436a6828b918b52531b56de /decors | |
parent | 6da4db2110a4882e907f347c22b01f98fecc6f71 (diff) | |
download | skin-flatplus-2a12ed8e36b91a2fc2fb7c542af10d1d574129da.tar.gz skin-flatplus-2a12ed8e36b91a2fc2fb7c542af10d1d574129da.tar.bz2 |
use 10_rect_sml.decor as default
Diffstat (limited to 'decors')
-rw-r--r-- | decors/41_rect-alpha_mid.decor | 67 |
1 files changed, 67 insertions, 0 deletions
diff --git a/decors/41_rect-alpha_mid.decor b/decors/41_rect-alpha_mid.decor new file mode 100644 index 00000000..dee9e046 --- /dev/null +++ b/decors/41_rect-alpha_mid.decor @@ -0,0 +1,67 @@ +Description = rect alpha mid +# BORDER TYPES +# 0 = none +# 1 = rect +# 2 = round +# 3 = invert round +# 4 = rect + alpha blend +# 5 = round + alpha blend +# 6 = invert round + alpha blend + +# PROGRESS TYPES +# 0 = small line + big line +# 1 = big line +# 2 = big line + outline +# 3 = small line + big line + dot +# 4 = big line + dot +# 5 = big line + outline + dot +# 6 = small line + dot +# 7 = outline + dot +# 8 = small line + big line + alpha blend +# 9 = big line + alpha blend + +# TopBar +TopBarBorderType = 4 +TopBarBorderSize = 10 + +# Buttons +ButtonBorderType = 4 +ButtonBorderSize = 10 + +# Messages +MessageBorderType = 4 +MessageBorderSize = 10 + +# Display Channel +ChannelBorderType = 4 +ChannelBorderSize = 10 +ChannelProgressType = 0 +ChannelProgressSize = 10 +ChannelSignalProgressType = 2 +ChannelSignalProgressSize = 10 + +# Display Menu +MenuContentHeadBorderType = 4 +MenuContentHeadBorderSize = 10 +MenuContentBorderType = 4 +MenuContentBorderSize = 10 +MenuItemBorderType = 4 +MenuItemBorderSize = 10 +MenuItemProgressType = 2 +MenuItemProgressSize = 20 + +# Display Replay +ReplayBorderType = 4 +ReplayBorderSize = 10 +ReplayProgressType = 0 +ReplayProgressSize = 32 + +# Display Tracks +TrackItemBorderType = 4 +TrackItemBorderSize = 10 + +# Display Volume +VolumeBorderType = 4 +VolumeBorderSize = 10 +VolumeProgressType = 3 +VolumeProgressSize = 10 |