diff options
Diffstat (limited to 'decors/52_round-alpha_big.decor')
-rw-r--r-- | decors/52_round-alpha_big.decor | 69 |
1 files changed, 69 insertions, 0 deletions
diff --git a/decors/52_round-alpha_big.decor b/decors/52_round-alpha_big.decor new file mode 100644 index 00000000..8555ea85 --- /dev/null +++ b/decors/52_round-alpha_big.decor @@ -0,0 +1,69 @@ +Description = round alpha big +# 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 = 5 +TopBarBorderSize = 20 + +# Buttons +ButtonBorderType = 5 +ButtonBorderSize = 20 + +# Messages +MessageBorderType = 5 +MessageBorderSize = 20 + +# Display Channel +ChannelBorderType = 5 +ChannelBorderSize = 20 +ChannelEPGBorderType = 5 +ChannelEPGBorderSize = 20 +ChannelProgressType = 0 +ChannelProgressSize = 10 +ChannelSignalProgressType = 2 +ChannelSignalProgressSize = 10 + +# Display Menu +MenuContentHeadBorderType = 5 +MenuContentHeadBorderSize = 20 +MenuContentBorderType = 5 +MenuContentBorderSize = 20 +MenuItemBorderType = 5 +MenuItemBorderSize = 10 +MenuItemProgressType = 2 +MenuItemProgressSize = 20 + +# Display Replay +ReplayBorderType = 5 +ReplayBorderSize = 20 +ReplayProgressType = 0 +ReplayProgressSize = 32 + +# Display Tracks +TrackItemBorderType = 5 +TrackItemBorderSize = 20 + +# Display Volume +VolumeBorderType = 5 +VolumeBorderSize = 20 +VolumeProgressType = 3 +VolumeProgressSize = 10 |