mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-26 15:02:56 +02:00
themes: add Gray-3.0.theme
This commit is contained in:
@@ -406,6 +406,9 @@ data/themes/Makefile
|
||||
data/themes/Grey-Blue/Makefile
|
||||
data/themes/Grey-Blue/icons/Makefile
|
||||
data/themes/Grey-Blue/icons/buttons/Makefile
|
||||
data/themes/Grey-3.0/Makefile
|
||||
data/themes/Grey-3.0/icons/Makefile
|
||||
data/themes/Grey-3.0/icons/buttons/Makefile
|
||||
data/themes/Neutrino-3.0/Makefile
|
||||
data/themes/Neutrino-3.0/icons/Makefile
|
||||
data/themes/Neutrino-3.0/icons/buttons/Makefile
|
||||
|
107
data/themes/Grey-3.0.theme
Normal file
107
data/themes/Grey-3.0.theme
Normal file
@@ -0,0 +1,107 @@
|
||||
clock_Digit_alpha=0
|
||||
clock_Digit_blue=100
|
||||
clock_Digit_green=100
|
||||
clock_Digit_red=100
|
||||
colored_events_alpha=0
|
||||
colored_events_blue=62
|
||||
colored_events_channellist=2
|
||||
colored_events_green=62
|
||||
colored_events_infobar=1
|
||||
colored_events_red=63
|
||||
font_file=/share/fonts/neutrino.ttf
|
||||
infobar_Text_alpha=0
|
||||
infobar_Text_blue=100
|
||||
infobar_Text_green=100
|
||||
infobar_Text_red=100
|
||||
infobar_alpha=0
|
||||
infobar_blue=40
|
||||
infobar_casystem_alpha=8
|
||||
infobar_casystem_blue=0
|
||||
infobar_casystem_green=0
|
||||
infobar_casystem_red=0
|
||||
infobar_gradient_body=4
|
||||
infobar_gradient_body_direction=1
|
||||
infobar_gradient_bottom=0
|
||||
infobar_gradient_bottom_direction=1
|
||||
infobar_gradient_top=3
|
||||
infobar_gradient_top_direction=1
|
||||
infobar_green=29
|
||||
infobar_red=25
|
||||
lcd_autodimm=0
|
||||
lcd_brightness=10
|
||||
lcd_contrast=15
|
||||
lcd_deepbrightness=5
|
||||
lcd_dim_brightness=8
|
||||
lcd_dim_time=10
|
||||
lcd_inverse=0
|
||||
lcd_power=1
|
||||
lcd_show_volume=1
|
||||
lcd_standbybrightness=3
|
||||
menu_ButtonBar_gradient=0
|
||||
menu_ButtonBar_gradient_direction=1
|
||||
menu_Content_Selected_Text_alpha=0
|
||||
menu_Content_Selected_Text_blue=0
|
||||
menu_Content_Selected_Text_green=0
|
||||
menu_Content_Selected_Text_red=0
|
||||
menu_Content_Selected_alpha=0
|
||||
menu_Content_Selected_blue=70
|
||||
menu_Content_Selected_green=65
|
||||
menu_Content_Selected_red=65
|
||||
menu_Content_Text_alpha=0
|
||||
menu_Content_Text_blue=100
|
||||
menu_Content_Text_green=100
|
||||
menu_Content_Text_red=100
|
||||
menu_Content_alpha=0
|
||||
menu_Content_blue=40
|
||||
menu_Content_green=30
|
||||
menu_Content_inactive_Text_alpha=0
|
||||
menu_Content_inactive_Text_blue=58
|
||||
menu_Content_inactive_Text_green=58
|
||||
menu_Content_inactive_Text_red=58
|
||||
menu_Content_inactive_alpha=0
|
||||
menu_Content_inactive_blue=40
|
||||
menu_Content_inactive_green=30
|
||||
menu_Content_inactive_red=25
|
||||
menu_Content_red=25
|
||||
menu_Foot_Text_alpha=0
|
||||
menu_Foot_Text_blue=60
|
||||
menu_Foot_Text_green=60
|
||||
menu_Foot_Text_red=60
|
||||
menu_Foot_alpha=0
|
||||
menu_Foot_blue=30
|
||||
menu_Foot_green=25
|
||||
menu_Foot_red=24
|
||||
menu_Head_Text_alpha=0
|
||||
menu_Head_Text_blue=0
|
||||
menu_Head_Text_green=70
|
||||
menu_Head_Text_red=95
|
||||
menu_Head_alpha=0
|
||||
menu_Head_blue=30
|
||||
menu_Head_gradient=3
|
||||
menu_Head_gradient_direction=1
|
||||
menu_Head_green=20
|
||||
menu_Head_red=15
|
||||
menu_Hint_gradient=3
|
||||
menu_Hint_gradient_direction=1
|
||||
menu_Separator_gradient_enable=0
|
||||
menu_SubHead_gradient=4
|
||||
menu_SubHead_gradient_direction=1
|
||||
message_frame_enable=1
|
||||
progressbar_active_blue=98
|
||||
progressbar_active_green=98
|
||||
progressbar_active_red=98
|
||||
progressbar_design=3
|
||||
progressbar_design_channellist=3
|
||||
progressbar_gradient=1
|
||||
progressbar_passive_blue=60
|
||||
progressbar_passive_green=60
|
||||
progressbar_passive_red=60
|
||||
progressbar_timescale_green=100
|
||||
progressbar_timescale_invert=0
|
||||
progressbar_timescale_red=0
|
||||
progressbar_timescale_yellow=70
|
||||
rounded_corners=0
|
||||
shadow_alpha=0
|
||||
shadow_blue=8
|
||||
shadow_green=8
|
||||
shadow_red=8
|
1
data/themes/Grey-3.0/Makefile.am
Normal file
1
data/themes/Grey-3.0/Makefile.am
Normal file
@@ -0,0 +1 @@
|
||||
subdir = icons
|
1
data/themes/Grey-3.0/icons/Makefile.am
Normal file
1
data/themes/Grey-3.0/icons/Makefile.am
Normal file
@@ -0,0 +1 @@
|
||||
subdir = buttons
|
7
data/themes/Grey-3.0/icons/buttons/Makefile.am
Normal file
7
data/themes/Grey-3.0/icons/buttons/Makefile.am
Normal file
@@ -0,0 +1,7 @@
|
||||
installdir = $(THEMESDIR)/Grey-3.0/icons
|
||||
|
||||
install_DATA = \
|
||||
btn_option_off_active.png \
|
||||
btn_option_off_inactive.png \
|
||||
btn_option_on_active.png \
|
||||
btn_option_on_inactive.png
|
BIN
data/themes/Grey-3.0/icons/buttons/btn_option_off_active.png
Normal file
BIN
data/themes/Grey-3.0/icons/buttons/btn_option_off_active.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.2 KiB |
BIN
data/themes/Grey-3.0/icons/buttons/btn_option_off_inactive.png
Normal file
BIN
data/themes/Grey-3.0/icons/buttons/btn_option_off_inactive.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.2 KiB |
BIN
data/themes/Grey-3.0/icons/buttons/btn_option_on_active.png
Normal file
BIN
data/themes/Grey-3.0/icons/buttons/btn_option_on_active.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 4.4 KiB |
BIN
data/themes/Grey-3.0/icons/buttons/btn_option_on_inactive.png
Normal file
BIN
data/themes/Grey-3.0/icons/buttons/btn_option_on_inactive.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.4 KiB |
@@ -1,5 +1,6 @@
|
||||
SUBDIRS = \
|
||||
Grey-Blue/icons/buttons \
|
||||
Neutrino-3.0/icons/buttons \
|
||||
Grey-3.0/icons/buttons \
|
||||
Neutrino-3.0/icons/buttons \
|
||||
Olive-3.0/icons/buttons
|
||||
|
||||
@@ -12,7 +13,8 @@ install_DATA = \
|
||||
DVB2000.theme \
|
||||
DarkBlue.theme \
|
||||
DarkBrown.theme \
|
||||
Gray.theme \
|
||||
Grey.theme \
|
||||
Grey-3.0.theme \
|
||||
Grey-Blue.theme \
|
||||
MonoChrom.theme \
|
||||
Neutrino-3.0.theme \
|
||||
|
Reference in New Issue
Block a user