diff --git a/configure.ac b/configure.ac index 5863fe82f..ad3a60bb1 100644 --- a/configure.ac +++ b/configure.ac @@ -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 diff --git a/data/themes/Grey-3.0.theme b/data/themes/Grey-3.0.theme new file mode 100644 index 000000000..6d6661891 --- /dev/null +++ b/data/themes/Grey-3.0.theme @@ -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 diff --git a/data/themes/Grey-3.0/Makefile.am b/data/themes/Grey-3.0/Makefile.am new file mode 100644 index 000000000..bbdeaf88b --- /dev/null +++ b/data/themes/Grey-3.0/Makefile.am @@ -0,0 +1 @@ +subdir = icons diff --git a/data/themes/Grey-3.0/icons/Makefile.am b/data/themes/Grey-3.0/icons/Makefile.am new file mode 100644 index 000000000..269beb1b0 --- /dev/null +++ b/data/themes/Grey-3.0/icons/Makefile.am @@ -0,0 +1 @@ +subdir = buttons diff --git a/data/themes/Grey-3.0/icons/buttons/Makefile.am b/data/themes/Grey-3.0/icons/buttons/Makefile.am new file mode 100644 index 000000000..ac7a0cfee --- /dev/null +++ b/data/themes/Grey-3.0/icons/buttons/Makefile.am @@ -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 diff --git a/data/themes/Grey-3.0/icons/buttons/btn_option_off_active.png b/data/themes/Grey-3.0/icons/buttons/btn_option_off_active.png new file mode 100644 index 000000000..1b5e5a040 Binary files /dev/null and b/data/themes/Grey-3.0/icons/buttons/btn_option_off_active.png differ diff --git a/data/themes/Grey-3.0/icons/buttons/btn_option_off_inactive.png b/data/themes/Grey-3.0/icons/buttons/btn_option_off_inactive.png new file mode 100644 index 000000000..ea5822618 Binary files /dev/null and b/data/themes/Grey-3.0/icons/buttons/btn_option_off_inactive.png differ diff --git a/data/themes/Grey-3.0/icons/buttons/btn_option_on_active.png b/data/themes/Grey-3.0/icons/buttons/btn_option_on_active.png new file mode 100644 index 000000000..79da1db3d Binary files /dev/null and b/data/themes/Grey-3.0/icons/buttons/btn_option_on_active.png differ diff --git a/data/themes/Grey-3.0/icons/buttons/btn_option_on_inactive.png b/data/themes/Grey-3.0/icons/buttons/btn_option_on_inactive.png new file mode 100644 index 000000000..5e8da0a7d Binary files /dev/null and b/data/themes/Grey-3.0/icons/buttons/btn_option_on_inactive.png differ diff --git a/data/themes/Gray.theme b/data/themes/Grey.theme similarity index 100% rename from data/themes/Gray.theme rename to data/themes/Grey.theme diff --git a/data/themes/Makefile.am b/data/themes/Makefile.am index 104299b9a..7f43675c9 100644 --- a/data/themes/Makefile.am +++ b/data/themes/Makefile.am @@ -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 \