From dcf4d7b38a5d9e0db31924912180edd6c922ca34 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Sun, 7 Sep 2014 10:25:46 -0400 Subject: change all GUI config files (GTK RC and our own XML config files) to use product-neutral names Conflicts: gtk2_ardour/ui_config.cc gtk2_ardour/ui_default.conf.in gtk2_ardour/wscript --- gtk2_ardour/ardour3_fonts.rc.in | 103 ---- gtk2_ardour/ardour3_styles.rc.in | 1060 -------------------------------- gtk2_ardour/ardour3_ui_dark.rc.in | 355 ----------- gtk2_ardour/ardour3_ui_default.conf.in | 519 ---------------- gtk2_ardour/ardour3_ui_light.rc.in | 366 ----------- gtk2_ardour/ardour3_widget_list.rc | 362 ----------- gtk2_ardour/fonts.rc.in | 103 ++++ gtk2_ardour/styles.rc.in | 1060 ++++++++++++++++++++++++++++++++ gtk2_ardour/theme_manager.cc | 17 +- gtk2_ardour/ui_config.cc | 33 +- gtk2_ardour/ui_config_vars.h | 2 +- gtk2_ardour/ui_dark.rc.in | 355 +++++++++++ gtk2_ardour/ui_default.conf.in | 519 ++++++++++++++++ gtk2_ardour/ui_light.rc.in | 366 +++++++++++ gtk2_ardour/widget_list.rc | 362 +++++++++++ gtk2_ardour/wscript | 52 +- 16 files changed, 2806 insertions(+), 2828 deletions(-) delete mode 100644 gtk2_ardour/ardour3_fonts.rc.in delete mode 100644 gtk2_ardour/ardour3_styles.rc.in delete mode 100644 gtk2_ardour/ardour3_ui_dark.rc.in delete mode 100644 gtk2_ardour/ardour3_ui_default.conf.in delete mode 100644 gtk2_ardour/ardour3_ui_light.rc.in delete mode 100644 gtk2_ardour/ardour3_widget_list.rc create mode 100644 gtk2_ardour/fonts.rc.in create mode 100644 gtk2_ardour/styles.rc.in create mode 100644 gtk2_ardour/ui_dark.rc.in create mode 100644 gtk2_ardour/ui_default.conf.in create mode 100644 gtk2_ardour/ui_light.rc.in create mode 100644 gtk2_ardour/widget_list.rc diff --git a/gtk2_ardour/ardour3_fonts.rc.in b/gtk2_ardour/ardour3_fonts.rc.in deleted file mode 100644 index 8d09ff0f1d..0000000000 --- a/gtk2_ardour/ardour3_fonts.rc.in +++ /dev/null @@ -1,103 +0,0 @@ -style "very_small_text" -{ - font_name = "@FONT_SMALLER@" -} - -style "small_text" -{ - font_name = "@FONT_SMALL@" -} - -style "small_mono_text" -{ - font_name = "@MONOSPACE@ @FONT_SMALLER@" -} - -style "small_italic_text" -{ - font_name = "italic @FONT_SMALL@" -} - -style "small_bold_text" -{ - font_name = "bold @FONT_SMALL@" -} - -style "medium_bold_text" -{ - font_name = "bold @FONT_NORMAL@" -} - -style "medium_text" -{ - font_name = "@FONT_NORMAL@" -} - -style "medium_monospace_text" -{ - font_name = "@MONOSPACE@ @FONT_SIZE_NORMAL@" -} - -style "red_medium_text" = "medium_text" -{ - fg[NORMAL] = @@COLPREFIX@_bright_indicator - fg[ACTIVE] = @@COLPREFIX@_bright_indicator - fg[SELECTED] = @@COLPREFIX@_bright_indicator -} - -style "large_bold_text" -{ - font_name = "bold @FONT_LARGE@" -} - -style "big_text" -{ - font_name = "@FONT_BIG@" -} - -style "bigger_mono_text" -{ - font_name = "@MONOSPACE@ @FONT_BIGGER@" -} - -style "larger_text" -{ - font_name = "@FONT_LARGE@" -} - -style "monospace massive_text" -{ - font_name = "@MONOSPACE@ bold @FONT_MASSIVE@" -} - -style "big_bold_text" -{ - font_name = "bold @FONT_LARGER@" -} - -style "plugin_name_text" = "big_bold_text" -{ - fg[NORMAL] = @@COLPREFIX@_text -} - -style "plugin_maker_text" = "large_bold_text" -{ - fg[NORMAL] = @@COLPREFIX@_text -} - -style "verbose_canvas_cursor" = "big_bold_text" -{ -} - -style "marker_text" = "small text" -{ -} - -style "midi_tracer_textview" = "medium_monospace_text" -{ - -} - -style "time_axis_view_item_name" = "very small text" -{ -} diff --git a/gtk2_ardour/ardour3_styles.rc.in b/gtk2_ardour/ardour3_styles.rc.in deleted file mode 100644 index 9aef870370..0000000000 --- a/gtk2_ardour/ardour3_styles.rc.in +++ /dev/null @@ -1,1060 +0,0 @@ -style "contrasting_popup" = "medium_monospace_text" -{ - bg[NORMAL] = @@COLPREFIX@_lightest - fg[NORMAL] = @@COLPREFIX@_darkest - base[NORMAL] = @@COLPREFIX@_lightest - text[NORMAL] = @@COLPREFIX@_darkest - text[ACTIVE] = @@COLPREFIX@_darkest - text[SELECTED] = @@COLPREFIX@_darkest -} - -style "base_frame" -{ - fg[NORMAL] = @@COLPREFIX@_bg - bg[NORMAL] = @@COLPREFIX@_bg -} - -style "transport_base" = "medium_bold_text" -{ - -} - -style "default_button" = "small_text" -{ -} - -style "mouse_mode_button" = "default_button" -{ - bg[ACTIVE] = @@COLPREFIX@_contrasting_indicator - fg[ACTIVE] = @@COLPREFIX@_darkest -} - -style "default_menu" = "medium_text" -{ - #bg[NORMAL] = darker(@@COLPREFIX@_bg) -} - -style "default_generic" = "medium_text" -{ -} - -style "text_cell_entry" = "medium_text" -{ -} - -style "very_small_button" = "default_button" -{ - ythickness = 0 - xthickness = 0 -} - -style "small_button" = "default_button" -{ -} - -style "very_small_red_active_and_selected_button" = "very_small_button" -{ - fg[ACTIVE] = @@COLPREFIX@_darkest - bg[ACTIVE] = @@COLPREFIX@_bright_indicator - bg[SELECTED] = @@COLPREFIX@_bright_indicator -} - -style "small_red_active_and_selected_button" = "small_button" -{ - fg[ACTIVE] = @@COLPREFIX@_darkest - bg[ACTIVE] = @@COLPREFIX@_bright_indicator - bg[SELECTED] = @@COLPREFIX@_bright_indicator -} - -style "gain_fader" -{ - bg[NORMAL] = shade (0.7, @@COLPREFIX@_bg) - bg[ACTIVE] = shade (0.705, @@COLPREFIX@_bg) - bg[INSENSITIVE] = shade (0.705, @@COLPREFIX@_bg) - - fg[INSENSITIVE] = shade(1.4, @@COLPREFIX@_bg) - fg[NORMAL] = shade(1.4, @@COLPREFIX@_bg) - fg[ACTIVE] = shade(1.4, @@COLPREFIX@_bg) -} - -#MSR and related buttons - -style "track_rec_enable_button" = "small_button" -{ - fg[ACTIVE] = @@COLPREFIX@_darkest - bg[NORMAL] = mix(0.08,@@COLPREFIX@_arm,@@COLPREFIX@_bg) - bg[PRELIGHT] = shade(1.1,mix(0.08,@@COLPREFIX@_arm,@@COLPREFIX@_bg)) -} - -style "track_rec_enable_button_active" = "small_button" -{ - #fg[ACTIVE] = @@COLPREFIX@_darkest - #fg[SELECTED] = @@COLPREFIX@_darkest - #fg[PRELIGHT] = @@COLPREFIX@_darkest - #fg[NORMAL] = @@COLPREFIX@_darkest - - bg[NORMAL] = @@COLPREFIX@_arm - bg[ACTIVE] = @@COLPREFIX@_arm - bg[SELECTED] = @@COLPREFIX@_arm - bg[PRELIGHT] = shade(1.1, @@COLPREFIX@_arm) -} - -style "track_rec_enable_button_alternate" = "small_button" -{ - fg[SELECTED] = @@COLPREFIX@_darkest - fg[ACTIVE] = @@COLPREFIX@_darkest - fg[PRELIGHT] = @@COLPREFIX@_darkest - fg[NORMAL] = @@COLPREFIX@_darkest - - bg[NORMAL] = lighter(@@COLPREFIX@_arm) - bg[ACTIVE] = lighter(@@COLPREFIX@_arm) - bg[SELECTED] = lighter(@@COLPREFIX@_arm) - bg[PRELIGHT] = shade(1.1, lighter(@@COLPREFIX@_arm)) -} - -style "track_rec_enable_button_alternate_two" = "small_button" -{ - fg[SELECTED] = @@COLPREFIX@_darkest - fg[ACTIVE] = @@COLPREFIX@_darkest - fg[PRELIGHT] = @@COLPREFIX@_darkest - fg[NORMAL] = @@COLPREFIX@_darkest - - bg[NORMAL] = darker(@@COLPREFIX@_arm) - bg[ACTIVE] = darker(@@COLPREFIX@_arm) - bg[SELECTED] = darker(@@COLPREFIX@_arm) - bg[PRELIGHT] = shade(1.1, darker(@@COLPREFIX@_arm)) -} - -style "mixer_track_rec_enable_button" = "track_rec_enable_button" -{ - xthickness = 0 - ythickness = 0 -} - -style "mixer_track_rec_enable_button_alternate" = "track_rec_enable_button_alternate" -{ - xthickness = 0 - ythickness = 0 -} - -style "mixer_track_rec_enable_button_active" = "track_rec_enable_button_active" -{ - xthickness = 0 - ythickness = 0 -} - -style "meterbridge_label" = "small_text" -{ -} - -style "midi_device" = "very_small_text" -{ -} - -style "solo_isolate" = "very_small_text" -{ -} - -style "solo_safe" = "very_small_text" -{ -} - -style "tracknumber_label" = "medium_monospace_text" -{ -} - -style "solo_button" = "small_button" -{ - bg[NORMAL] = mix(0.1,@@COLPREFIX@_solo,@@COLPREFIX@_bg) - bg[ACTIVE] = @@COLPREFIX@_solo - fg[ACTIVE] = @@COLPREFIX@_darkest -} - -style "solo_button_alternate" = "small_button" -{ - # - # this is the "solo-isolated" solo theme - # - - bg[ACTIVE] = lighter(@@COLPREFIX@_solo) - - fg[ACTIVE] = @@COLPREFIX@_bright_indicator - fg[SELECTED] = @@COLPREFIX@_bright_indicator - fg[NORMAL] = @@COLPREFIX@_bright_indicator - fg[PRELIGHT] = shade(1.1, @@COLPREFIX@_bright_indicator) -} - -style "solo_button_alternate2" = "small_button" -{ - # - # this is the "half-bright" solo theme - # - - bg[NORMAL] = darker(@@COLPREFIX@_solo) - bg[ACTIVE] = darker(@@COLPREFIX@_solo) - bg[SELECTED] = darker(@@COLPREFIX@_solo) - bg[PRELIGHT] = shade(1.1, darker(@@COLPREFIX@_solo)) - - fg[ACTIVE] = @@COLPREFIX@_darkest - fg[SELECTED] = @@COLPREFIX@_darkest - fg[NORMAL] = @@COLPREFIX@_darkest - fg[PRELIGHT] = @@COLPREFIX@_darkest -} - -style "solo_button_active" = "small_button" -{ - # - # this is the "full-bright" solo theme - # - - bg[NORMAL] = @@COLPREFIX@_solo - bg[ACTIVE] = @@COLPREFIX@_solo - bg[SELECTED] = @@COLPREFIX@_solo - bg[PRELIGHT] = shade(1.1, @@COLPREFIX@_solo) - - fg[ACTIVE] = @@COLPREFIX@_darkest - fg[SELECTED] = @@COLPREFIX@_darkest - fg[NORMAL] = @@COLPREFIX@_darkest - fg[PRELIGHT] = @@COLPREFIX@_darkest -} - -style "processor" = "small_text" -{ -} - -style "mixer_invert_button" = "small_button" -{ - bg[ACTIVE] = @@COLPREFIX@_not_so_bright_indicator - fg[ACTIVE] = @@COLPREFIX@_darkest -} - -style "mixer_solo_button" = "solo_button" -{ - xthickness = 0 - ythickness = 0 -} - -style "mixer_solo_button_alternate" = "solo_button_alternate" -{ - xthickness = 0 - ythickness = 0 -} - -style "mixer_solo_button_alternate2" = "solo_button_alternate2" -{ - xthickness = 0 - ythickness = 0 -} - - -style "mixer_solo_button_active" = "solo_button_active" -{ - xthickness = 0 - ythickness = 0 -} - -style "monitor_opt_button" = "small_button" -{ - bg[NORMAL] = mix(0.1,@@COLPREFIX@_not_so_bright_indicator,@@COLPREFIX@_bg) - bg[ACTIVE] = @@COLPREFIX@_not_so_bright_indicator - fg[ACTIVE] = @@COLPREFIX@_darkest -} - -style "monitor_mono_button" = "small_button" -{ - bg[NORMAL] = mix(0.1,@@COLPREFIX@_mono,@@COLPREFIX@_bg) - bg[ACTIVE] = @@COLPREFIX@_mono - fg[ACTIVE] = @@COLPREFIX@_darkest -} - -style "monitor_invert_button" = "small_button" -{ - bg[NORMAL] = mix(0.1,@@COLPREFIX@_not_so_bright_indicator,@@COLPREFIX@_bg) - bg[ACTIVE] = @@COLPREFIX@_not_so_bright_indicator - fg[ACTIVE] = @@COLPREFIX@_darkest -} - -style "monitor_mute_button" = "small_button" -{ - bg[NORMAL] = mix(0.1,@@COLPREFIX@_mute,@@COLPREFIX@_bg) - bg[ACTIVE] = @@COLPREFIX@_mute - fg[ACTIVE] = @@COLPREFIX@_darkest -} - -style "monitor_dim_button" = "small_button" -{ - bg[NORMAL] = mix(0.1,lighter(@@COLPREFIX@_mute),@@COLPREFIX@_bg) - bg[ACTIVE] = lighter(@@COLPREFIX@_mute) - fg[ACTIVE] = @@COLPREFIX@_darkest -} - -style "monitor_iso_button" = "small_button" -{ - bg[NORMAL] = mix(0.1,@@COLPREFIX@_somewhat_bright_indicator,@@COLPREFIX@_bg) - bg[ACTIVE] = @@COLPREFIX@_somewhat_bright_indicator - fg[ACTIVE] = @@COLPREFIX@_darkest -} - -style "mute_button" = "small_button" -{ - bg[NORMAL] = mix(0.1,@@COLPREFIX@_mute,@@COLPREFIX@_bg) - bg[ACTIVE] = @@COLPREFIX@_mute - fg[ACTIVE] = @@COLPREFIX@_darkest -} - -style "mute_button_fullylit" = "small_button" -{ - # this is the normal "active" state for a mute button - - bg[ACTIVE] = @@COLPREFIX@_mute - bg[NORMAL] = @@COLPREFIX@_mute - bg[SELECTED] = @@COLPREFIX@_mute - bg[PRELIGHT] = lighter (@@COLPREFIX@_mute) - - fg[SELECTED] = @@COLPREFIX@_darkest - fg[ACTIVE] = @@COLPREFIX@_darkest - fg[NORMAL] = @@COLPREFIX@_darkest - fg[PRELIGHT] = @@COLPREFIX@_darkest -} - -style "mute_button_halflit" = "small_button" -{ - bg[NORMAL] = mix(0.5,@@COLPREFIX@_lightest,@@COLPREFIX@_mute) - bg[SELECTED] = mix(0.5,@@COLPREFIX@_lightest,@@COLPREFIX@_mute) - bg[ACTIVE] = mix(0.5,@@COLPREFIX@_lightest,@@COLPREFIX@_mute) - bg[PRELIGHT] = mix(0.5,@@COLPREFIX@_lightest,@@COLPREFIX@_mute) - - fg[SELECTED] = @@COLPREFIX@_darkest - fg[ACTIVE] = @@COLPREFIX@_darkest - fg[NORMAL] = @@COLPREFIX@_darkest - fg[PRELIGHT] = @@COLPREFIX@_darkest -} - -style "mixer_mute_button" = "mute_button" -{ - xthickness = 0 - ythickness = 0 -} - -style "mixer_mute_button_fullylit" = "mute_button_fullylit" -{ - xthickness = 0 - ythickness = 0 -} - -style "mixer_mute_button_halflit" = "mute_button_halflit" -{ - xthickness = 0 - ythickness = 0 -} - -style "multiline_combo" = "small_button" -{ - xthickness = 0 - ythickness = 0 -} - -style "track_loop_button" = "small_button" -{ - bg[ACTIVE] = @@COLPREFIX@_somewhat_bright_indicator - bg[PRELIGHT] = lighter(@@COLPREFIX@_somewhat_bright_indicator) - -} - -style "mixer_red_active_button" = "very_small_button" -{ - bg[ACTIVE] = @@COLPREFIX@_bright_indicator - - base[INSENSITIVE] = { 0.16, 0.16, 0.21 } - bg[INSENSITIVE] = { 0.16, 0.16, 0.21 } -} - -style "ruler_label" = "small_bold_text" -{ - fg[NORMAL] = @@COLPREFIX@_light_text_on_dark -} - -style "transport_button" -{ - #bg[NORMAL] = mix(0.05,@@COLPREFIX@_contrasting_indicator,@@COLPREFIX@_bg) #turns out this is kind of yucky looking, but it's there if you want to try it - bg[ACTIVE] = @@COLPREFIX@_contrasting_indicator - fg[ACTIVE] = @@COLPREFIX@_darkest -} - -style "transport_button_active" -{ - bg[NORMAL] = @@COLPREFIX@_contrasting_indicator - bg[ACTIVE] = @@COLPREFIX@_contrasting_indicator - bg[SELECTED] = @@COLPREFIX@_contrasting_indicator - bg[PRELIGHT] = @@COLPREFIX@_contrasting_indicator - - fg[NORMAL] = @@COLPREFIX@_darkest - fg[PRELIGHT] = @@COLPREFIX@_darkest - fg[SELECTED] = @@COLPREFIX@_darkest - fg[ACTIVE] = @@COLPREFIX@_darkest -} - -style "transport_button_alternate_two" -{ - fg[SELECTED] = @@COLPREFIX@_darkest - fg[ACTIVE] = @@COLPREFIX@_darkest - fg[PRELIGHT] = @@COLPREFIX@_darkest - fg[NORMAL] = @@COLPREFIX@_darkest - - bg[NORMAL] = shade(0.2,@@COLPREFIX@_bright_indicator) - bg[ACTIVE] = shade(0.2,@@COLPREFIX@_bright_indicator) - bg[SELECTED] = shade(0.2,@@COLPREFIX@_bright_indicator) - bg[PRELIGHT] = shade(0.2,@@COLPREFIX@_bright_indicator) -} - -style "transport_rec_button" -{ - fg[ACTIVE] = @@COLPREFIX@_darkest - bg[ACTIVE] = darker(@@COLPREFIX@_arm) - #the rest of these don't quite do what I expected - #bg[NORMAL] = mix(0.05,@@COLPREFIX@_arm,@@COLPREFIX@_bg) - #bg[SELECTED] = darker(@@COLPREFIX@_arm) - #bg[PRELIGHT] = lighter(mix(0.05,@@COLPREFIX@_arm,@@COLPREFIX@_bg)) - -} - -style "transport_rec_button_active" -{ - bg[ACTIVE] = darker(@@COLPREFIX@_arm) - bg[NORMAL] = darker(@@COLPREFIX@_arm) - bg[SELECTED] = darker(@@COLPREFIX@_arm) - bg[PRELIGHT] = darker(@@COLPREFIX@_arm) -} - -style "transport_rec_button_alternate" -{ - bg[PRELIGHT] = @@COLPREFIX@_arm - bg[NORMAL] = @@COLPREFIX@_arm - bg[SELECTED] = @@COLPREFIX@_arm - bg[ACTIVE] = @@COLPREFIX@_arm -} - -style "midi_channel_selector_button" -{ - bg[NORMAL] = @@COLPREFIX@_bg - bg[ACTIVE] = @@COLPREFIX@_midi_channel_selector - fg[NORMAL] = @@COLPREFIX@_fg - fg[ACTIVE] = @@COLPREFIX@_light_text_on_dark -} - -style "shuttle_control" = "very_small_text" -{ - fg[NORMAL] = @@COLPREFIX@_control_text2 - fg[ACTIVE] = @@COLPREFIX@_control_text2 - fg[PRELIGHT] = @@COLPREFIX@_control_text2 - fg[SELECTED] = @@COLPREFIX@_control_text2 - fg[INSENSITIVE] = @@COLPREFIX@_control_text2 - - bg[NORMAL] = @@COLPREFIX@_darkest - bg[PRELIGHT] = @@COLPREFIX@_darkest - bg[INSENSITIVE] = @@COLPREFIX@_darkest - bg[ACTIVE] = @@COLPREFIX@_bright_color - bg[SELECTED] = @@COLPREFIX@_bright_color -} - -style "ardour_adjusters" = "default_generic" -{ - bg[NORMAL] = @@COLPREFIX@_bg - bg[PRELIGHT] = lighter(@@COLPREFIX@_bg) - bg[ACTIVE] = @@COLPREFIX@_darkest -} - -style "editor_hscrollbar" = "ardour_adjusters" -{ - # - # special case: we want this scrollbar to be as tall as the - # zoom focus selector combobox. scrollbars don't expand to - # fill the space available to them, so we have to explicitly - # make it bigger. - # - GtkRange::slider_width = 27 - GtkScrollbar::slider_width = 27 -} - -style "ardour_progressbars" = "default_generic" -{ - # Clearlooks always uses darkest for the advancing bar, sigh - # so this is just a contrasting color for the trough - bg[NORMAL] = @@COLPREFIX@_bright_color -} - -style "preferences" = "default" -{ - fg[PRELIGHT] = lighter(@@COLPREFIX@_fg) -} - -style "option_entry" = "default" -{ - -} - -style "very_small_bright_when_active" = "very_small_text" -{ - fg[NORMAL] = @@COLPREFIX@_fg - bg[NORMAL] = @@COLPREFIX@_bg - bg[PRELIGHT] = @@COLPREFIX@_bg - - fg[ACTIVE] = @@COLPREFIX@_fg - bg[ACTIVE] = @@COLPREFIX@_bright_indicator - bg[PRELIGHT] = @@COLPREFIX@_bright_indicator -} - -style "bright_when_active" = "medium_text" -{ - fg[NORMAL] = @@COLPREFIX@_fg - bg[NORMAL] = @@COLPREFIX@_bg - bg[PRELIGHT] = @@COLPREFIX@_bg - - fg[ACTIVE] = @@COLPREFIX@_fg - bg[ACTIVE] = @@COLPREFIX@_bright_indicator - bg[PRELIGHT] = @@COLPREFIX@_bright_indicator -} - -style "xrun_warn" = "larger_bold_text" -{ - fg[NORMAL] = @@COLPREFIX@_fg - fg[ACTIVE] = @@COLPREFIX@_fg - text[NORMAL] = @@COLPREFIX@_fg - text[ACTIVE] = @@COLPREFIX@_fg - base[NORMAL] = @@COLPREFIX@_base - base[ACTIVE] = @@COLPREFIX@_base - bg[NORMAL] = @@COLPREFIX@_bright_indicator - bg[ACTIVE] = @@COLPREFIX@_contrasting_indicator -} -/* -style "menu_bar_base" = "default" -{ - -} -*/ -style "fatal_message" = "medium_text" -{ - fg[ACTIVE] = @@COLPREFIX@_bright_indicator - fg[NORMAL] = @@COLPREFIX@_bright_indicator - bg[ACTIVE] = @@COLPREFIX@_base - bg[NORMAL] = @@COLPREFIX@_base - base[NORMAL] = @@COLPREFIX@_base - base[NORMAL] = @@COLPREFIX@_base -} - -style "error_message" = "medium_text" -{ - fg[ACTIVE] = @@COLPREFIX@_bright_indicator - fg[NORMAL] = @@COLPREFIX@_bright_indicator - bg[ACTIVE] = @@COLPREFIX@_base - bg[NORMAL] = @@COLPREFIX@_base - base[NORMAL] = @@COLPREFIX@_base - base[NORMAL] = @@COLPREFIX@_base -} - -style "info_message" = "medium_text" -{ - fg[ACTIVE] = @@COLPREFIX@_contrasting_indicator - fg[NORMAL] = @@COLPREFIX@_contrasting_indicator - bg[ACTIVE] = @@COLPREFIX@_base - bg[NORMAL] = @@COLPREFIX@_base - base[NORMAL] = @@COLPREFIX@_base - base[NORMAL] = @@COLPREFIX@_base -} - -style "warning_message" = "medium_text" -{ - fg[ACTIVE] = @@COLPREFIX@_bright_color - fg[NORMAL] = @@COLPREFIX@_bright_color - bg[ACTIVE] = @@COLPREFIX@_base - bg[NORMAL] = @@COLPREFIX@_base - base[NORMAL] = @@COLPREFIX@_base - base[NORMAL] = @@COLPREFIX@_base -} - -style "medium_entry" = "medium_text" -{ - fg[NORMAL] = @@COLPREFIX@_text - fg[ACTIVE] = @@COLPREFIX@_contrasting_indicator - fg[SELECTED] = @@COLPREFIX@_fg_selected - - text[NORMAL] = @@COLPREFIX@_text - text[ACTIVE] = @@COLPREFIX@_text - text[SELECTED] = @@COLPREFIX@_fg_selected - - bg[NORMAL] = @@COLPREFIX@_base - bg[SELECTED] = @@COLPREFIX@_base - bg[SELECTED] = @@COLPREFIX@_bg_selected - - base[NORMAL] = @@COLPREFIX@_base - base[ACTIVE] = @@COLPREFIX@_base - base[SELECTED] = @@COLPREFIX@_bg_selected -} - -style "medium_entry_noselection_fg" = "medium_entry" -{ - # this seems wrong to me, but the light theme uses it - fg[SELECTED] = @@COLPREFIX@_contrasting_indicator -} - -style "medium_entry_noselection_bg" = "medium_entry" -{ - # this seems wrong to me, but the light theme uses it - bg[SELECTED] = @@COLPREFIX@_text -} - -style "medium_bold_entry" = "medium_bold_text" -{ - fg[NORMAL] = @@COLPREFIX@_text - fg[ACTIVE] = @@COLPREFIX@_contrasting_indicator - fg[SELECTED] = @@COLPREFIX@_fg_selected - - text[NORMAL] = @@COLPREFIX@_text - text[ACTIVE] = @@COLPREFIX@_text - text[SELECTED] = @@COLPREFIX@_fg_selected - - bg[NORMAL] = @@COLPREFIX@_base - bg[SELECTED] = @@COLPREFIX@_base - bg[SELECTED] = @@COLPREFIX@_base - - base[NORMAL] = @@COLPREFIX@_base - base[ACTIVE] = @@COLPREFIX@_base - base[SELECTED] = @@COLPREFIX@_bg_selected -} - -style "small_entry" = "small_text" -{ - xthickness = 3 - ythickness = 3 - fg[NORMAL] = @@COLPREFIX@_text - fg[ACTIVE] = @@COLPREFIX@_contrasting_indicator - fg[SELECTED] = @@COLPREFIX@_fg_selected - - text[NORMAL] = @@COLPREFIX@_text - text[ACTIVE] = @@COLPREFIX@_text - text[SELECTED] = @@COLPREFIX@_fg_selected - - bg[NORMAL] = @@COLPREFIX@_base - bg[ACTIVE] = @@COLPREFIX@_base - bg[SELECTED] = @@COLPREFIX@_base - - base[NORMAL] = @@COLPREFIX@_base - base[ACTIVE] = @@COLPREFIX@_base - base[SELECTED] = @@COLPREFIX@_base -} - -style "small_spinner" = "small_text" -{ - xthickness = 0 - ythickness = 0 - fg[NORMAL] = @@COLPREFIX@_text - fg[ACTIVE] = @@COLPREFIX@_contrasting_indicator - fg[SELECTED] = @@COLPREFIX@_fg_selected - - text[NORMAL] = @@COLPREFIX@_text - text[ACTIVE] = @@COLPREFIX@_text - text[SELECTED] = @@COLPREFIX@_fg_selected - - base[NORMAL] = @@COLPREFIX@_base - base[ACTIVE] = @@COLPREFIX@_base - base[SELECTED] = @@COLPREFIX@_base -} - -style "red_active_small_entry" = "small_entry" -{ - fg[ACTIVE] = @@COLPREFIX@_text - fg[SELECTED] = @@COLPREFIX@_text - text[SELECTED] = @@COLPREFIX@_text -} - -style "small_bold_entry" = "small_bold_text" -{ - fg[NORMAL] = @@COLPREFIX@_text - fg[ACTIVE] = @@COLPREFIX@_contrasting_indicator - fg[SELECTED] = @@COLPREFIX@_fg_selected - - text[NORMAL] = @@COLPREFIX@_text - text[ACTIVE] = @@COLPREFIX@_text - text[SELECTED] = @@COLPREFIX@_fg_selected - - bg[NORMAL] = @@COLPREFIX@_base - bg[SELECTED] = @@COLPREFIX@_base - bg[SELECTED] = @@COLPREFIX@_bg_selected - - base[NORMAL] = @@COLPREFIX@_base - base[ACTIVE] = @@COLPREFIX@_base - base[SELECTED] = @@COLPREFIX@_bg_selected -} - -style "small_red_on_black_entry" = "small_bold_text" -{ - fg[NORMAL] = @@COLPREFIX@_bright_indicator - fg[ACTIVE] = @@COLPREFIX@_bright_indicator - base[NORMAL] = @@COLPREFIX@_base - base[ACTIVE] = @@COLPREFIX@_base - bg[NORMAL] = @@COLPREFIX@_base - bg[ACTIVE] = @@COLPREFIX@_base -} - -style "audio_bus_base" = "very_small_text" -{ - fg[NORMAL] = @@COLPREFIX@_fg - bg[NORMAL] = @@COLPREFIX@_audio_bus - bg[ACTIVE] = @@COLPREFIX@_bg -} - -style "send_strip_base" = "default" -{ - font_name = "@FONT_SMALLER@" - # NORMAL is used for single-data type labels, or Audio - # ACTIVE is used for MIDI in the presence of multiple data type - fg[NORMAL] = @@COLPREFIX@_send_fg - fg[ACTIVE] = darker(@@COLPREFIX@_fg) - - bg[NORMAL] = @@COLPREFIX@_send_bg - bg[ACTIVE] = @@COLPREFIX@_send_bg - bg[PRELIGHT] = @@COLPREFIX@_send_bg - bg[INSENSITIVE] = @@COLPREFIX@_send_bg - bg[SELECTED] = @@COLPREFIX@_send_bg -} - -style "audio_track_base" = "default" -{ - font_name = "@FONT_SMALLER@" - # NORMAL is used for single-data type labels, or Audio - # ACTIVE is used for MIDI in the presence of multiple data type - fg[NORMAL] = @@COLPREFIX@_fg - fg[ACTIVE] = darker(@@COLPREFIX@_fg) - - bg[NORMAL] = @@COLPREFIX@_audio_track - bg[ACTIVE] = @@COLPREFIX@_bg - bg[PRELIGHT] = @@COLPREFIX@_bg - bg[INSENSITIVE] = @@COLPREFIX@_bg - bg[SELECTED] = @@COLPREFIX@_bg -} - -style "midi_track_base" = "default" -{ - font_name = "@FONT_SMALLER@" - # NORMAL is used for single-data type labels, or Audio - # ACTIVE is used for MIDI in the presence of multiple data type - fg[NORMAL] = @@COLPREFIX@_fg - fg[ACTIVE] = darker(@@COLPREFIX@_fg) - - bg[NORMAL] = @@COLPREFIX@_midi_track - bg[ACTIVE] = @@COLPREFIX@_bg - bg[PRELIGHT] = @@COLPREFIX@_bg - bg[INSENSITIVE] = @@COLPREFIX@_bg - bg[SELECTED] = @@COLPREFIX@_bg -} - -style "audio_track_fader" = "gain_fader" -{ - bg[PRELIGHT] = @@COLPREFIX@_audio_track -} -style "audio_bus_fader" = "gain_fader" -{ - bg[PRELIGHT] = @@COLPREFIX@_audio_bus -} -style "midi_track_fader" = "gain_fader" -{ - bg[PRELIGHT] = @@COLPREFIX@_midi_track -} - -style "audio_track_metrics" = "audio_track_base" -{ - font_name = "@FONT_TINY@" -} - -style "midi_track_metrics" = "midi_track_base" -{ - font_name = "@FONT_TINY@" -} - -style "audiomidi_track_metrics" = "midi_track_base" -{ - font_name = "@FONT_TINY@" -} - -style "audio_bus_metrics" = "audio_bus_base" -{ - font_name = "@FONT_TINY@" -} - -style "audio_track_metrics_inactive" = "track_controls_inactive" -{ - font_name = "@FONT_TINY@" -} - -style "midi_track_metrics_inactive" = "track_controls_inactive" -{ - font_name = "@FONT_TINY@" -} - -style "audiomidi_track_metrics_inactive" = "track_controls_inactive" -{ - font_name = "@FONT_TINY@" -} - -style "audio_bus_metrics_inactive" = "track_controls_inactive" -{ - font_name = "@FONT_TINY@" -} - -style "track_name_display" = "medium_text" -{ - fg[NORMAL] = @@COLPREFIX@_fg - fg[ACTIVE] = @@COLPREFIX@_fg - fg[SELECTED] = @@COLPREFIX@_fg - - text[NORMAL] = @@COLPREFIX@_fg - text[ACTIVE] = @@COLPREFIX@_fg - text[SELECTED] = @@COLPREFIX@_fg - - base[NORMAL] = @@COLPREFIX@_base - base[ACTIVE] = lighter(@@COLPREFIX@_base) - base[SELECTED] = @@COLPREFIX@_bg_selected - - bg[NORMAL] = lighter(@@COLPREFIX@_base) - bg[ACTIVE] = lighter(@@COLPREFIX@_base) - bg[SELECTED] = lighter(@@COLPREFIX@_base) -} - -style "track_separator" -{ - bg[NORMAL] = lighter(@@COLPREFIX@_bg) -} - -# Plugin Editors -style "plugin_slider" -{ - #font_name ="bold @FONT_BIG@" - - # the slider itself. the inactive part is INSENSITIVE, - # the active part is taken from some other state. - - fg[NORMAL] = @@COLPREFIX@_bright_color - fg[ACTIVE] = @@COLPREFIX@_bright_color - fg[INSENSITIVE] = @@COLPREFIX@_lightest # matches default - fg[SELECTED] = @@COLPREFIX@_bright_color - fg[PRELIGHT] = @@COLPREFIX@_bright_color - - # draws the outer rectangle around the slider - - bg[NORMAL] = shade (0.6, @@COLPREFIX@_lightest) - bg[ACTIVE] = shade (0.6, @@COLPREFIX@_lightest) - bg[INSENSITIVE] = shade (0.6, @@COLPREFIX@_lightest) - bg[SELECTED] = shade (0.6, @@COLPREFIX@_lightest) - - # outer round-corner-background (pixslider does its own hover prelight) - bg[PRELIGHT] = @@COLPREFIX@_bg - - # the numeric display - - text[NORMAL] = @@COLPREFIX@_text - text[ACTIVE] = @@COLPREFIX@_text - text[INSENSITIVE] = @@COLPREFIX@_text - text[SELECTED] = @@COLPREFIX@_text - text[PRELIGHT] = @@COLPREFIX@_text -} - -style "processor_control_button" = "very_small_text" -{ -} - -style "processor_control_slider" = "plugin_slider" -{ - bg[PRELIGHT] = @@COLPREFIX@_bg - bg[NORMAL] = @@COLPREFIX@_darkest -} - -style "track_list_display" = "small_bold_text" -{ - text[NORMAL] = @@COLPREFIX@_text - text[ACTIVE] = darker(@@COLPREFIX@_text) - text[INSENSITIVE] = @@COLPREFIX@_base - text[SELECTED] = @@COLPREFIX@_fg_selected - - base[NORMAL] = @@COLPREFIX@_base - base[ACTIVE] = lighter(@@COLPREFIX@_base) - base[INSENSITIVE] = darker(@@COLPREFIX@_base) - base[SELECTED] = @@COLPREFIX@_bg_selected -} - -style "inspector_track_list_display" = "track_list_display" -{ - -} - -style "processor_list" = "very_small_text" -{ - bg[NORMAL] = @@COLPREFIX@_darkest - bg[ACTIVE] = shade (1.8, @@COLPREFIX@_fg_selected) - fg[ACTIVE] = @@COLPREFIX@_darkest -} - -# Colour of a processor frame when it is a send whose level is being controller by the fader -style "processor_frame_active_send" -{ - bg[NORMAL] = @@COLPREFIX@_send_fg -} - -# MixerPanZone: -# -# the NORMAL fg color is used for the pan puck -# the ACTIVE fg color is used for the speaker boxes - -style "pan_zone" = "default" -{ - fg[NORMAL] = @@COLPREFIX@_contrasting_indicator - fg[ACTIVE] = darker(@@COLPREFIX@_bright_color) -} - -style "paler_bright_when_active" = "medium_text" -{ - fg[NORMAL] = @@COLPREFIX@_fg - fg[PRELIGHT] = @@COLPREFIX@_fg - bg[NORMAL] = @@COLPREFIX@_bg - bg[PRELIGHT] = @@COLPREFIX@_bg - - fg[ACTIVE] = @@COLPREFIX@_fg - bg[ACTIVE] = lighter(@@COLPREFIX@_bright_indicator) -} - -style "peak_display_peaked_entry" = "small_entry" -{ - fg[ACTIVE] = @@COLPREFIX@_text - fg[SELECTED] = @@COLPREFIX@_text - text[SELECTED] = @@COLPREFIX@_text - - base[NORMAL] = @@COLPREFIX@_bright_indicator - base[ACTIVE] = @@COLPREFIX@_bright_indicator - base[PRELIGHT] = @@COLPREFIX@_bright_indicator - base[INSENSITIVE] = @@COLPREFIX@_bright_indicator - base[SELECTED] = @@COLPREFIX@_bright_indicator -} - -style "selected_strip_frame" -{ - fg[NORMAL] = @@COLPREFIX@_bright_indicator - bg[NORMAL] = darker(@@COLPREFIX@_bright_indicator) -} - -style "flashing_alert" = "very_small_text" -{ - GtkButton::child-displacement-x = 0 - GtkButton::child-displacement-y = 0 - - fg[NORMAL] = darker(@@COLPREFIX@_fg) - fg[PRELIGHT] = darker(@@COLPREFIX@_fg) - bg[NORMAL] = mix(0.1,@@COLPREFIX@_bright_indicator,darker(@@COLPREFIX@_bg)) - bg[PRELIGHT] = mix(0.1,@@COLPREFIX@_bright_indicator,darker(@@COLPREFIX@_bg)) - - fg[ACTIVE] = @@COLPREFIX@_fg - bg[ACTIVE] = @@COLPREFIX@_bright_indicator -} - - -style "green_flashing_alert" = "very_small_text" -{ - GtkButton::child-displacement-x = 0 - GtkButton::child-displacement-y = 0 - - fg[NORMAL] = darker(@@COLPREFIX@_fg) - fg[PRELIGHT] = darker(@@COLPREFIX@_fg) - bg[NORMAL] = mix(0.1,@@COLPREFIX@_contrasting_indicator,darker(@@COLPREFIX@_bg)) - bg[PRELIGHT] = mix(0.1,@@COLPREFIX@_contrasting_indicator,darker(@@COLPREFIX@_bg)) - - fg[ACTIVE] = @@COLPREFIX@_fg - bg[ACTIVE] = @@COLPREFIX@_contrasting_indicator -} - -style "sync_alert" -{ - # - # this is used when the sync button is indicating that sync is - # active, and alternates with another style if sync is active - # but we are not locked - # - bg[ACTIVE] = @@COLPREFIX@_somewhat_bright_indicator - bg[PRELIGHT] = @@COLPREFIX@_somewhat_bright_indicator - bg[SELECTED] = @@COLPREFIX@_somewhat_bright_indicator - bg[NORMAL] = @@COLPREFIX@_somewhat_bright_indicator - - fg[NORMAL] = @@COLPREFIX@_darkest - fg[PRELIGHT] = @@COLPREFIX@_darkest - fg[SELECTED] = @@COLPREFIX@_darkest - fg[ACTIVE] = @@COLPREFIX@_darkest -} - -style "tearoff_arrow" = "medium_bold_entry" -{ - fg[NORMAL] = darker(@@COLPREFIX@_fg) - fg[PRELIGHT] = darker(@@COLPREFIX@_fg) - bg[NORMAL] = darker(@@COLPREFIX@_fg) - bg[PRELIGHT] = darker(@@COLPREFIX@_fg) -} - -style "location_row_button" = "default_button" -{ - font_name = "@FONT_NORMAL@" -} - - -style "ardour_button" ="default_button" -{ - xthickness = 1 - ythickness = 1 -} - -style "padded_button" = "default_button" -{ - xthickness = 8 -} - -style "tooltip" = "medium_text" -{ - fg[NORMAL] = @@COLPREFIX@_fg_tooltip - bg[NORMAL] = @@COLPREFIX@_bg_tooltip -} - -style "default_toggle_button" -{ - bg[NORMAL] = @@COLPREFIX@_bg - bg[PRELIGHT] = shade(1.1, @@COLPREFIX@_bg) - bg[ACTIVE] = @@COLPREFIX@_contrasting_indicator -} - -style "default_toggle_button_active" = "default_toggle_button" -{ - bg[NORMAL] = @@COLPREFIX@_contrasting_indicator - bg[ACTIVE] = @@COLPREFIX@_contrasting_indicator - bg[SELECTED] = @@COLPREFIX@_contrasting_indicator - bg[PRELIGHT] = shade(1.2, @@COLPREFIX@_contrasting_indicator) -} - -style "meter_strip_dpm" = "default" -{ -} - -style "meter_strip_ppm" = "default" -{ - bg[NORMAL] = { 0.1, 0.1, 0.1 } - fg[NORMAL] = { 1.0, 1.0, 1.0 } -} - -style "meter_strip_vu" = "default" -{ - bg[NORMAL] = { .84, .77, .58 } - fg[NORMAL] = { 0.0, 0.0, 0.0 } -} - -style "meter_strip_sep" = "default" -{ - bg[NORMAL] = { 0.0, 0.0, 0.0 } -} - -style "settings_notebook" = "big_text" -{ - -} diff --git a/gtk2_ardour/ardour3_ui_dark.rc.in b/gtk2_ardour/ardour3_ui_dark.rc.in deleted file mode 100644 index cba0f8cab5..0000000000 --- a/gtk2_ardour/ardour3_ui_dark.rc.in +++ /dev/null @@ -1,355 +0,0 @@ -# -# This is the GTK style file for Ardour, originally by Paul Davis and others -# -# Color meta-ization originated by Sean Corbett (seanbutnotheard@gmail.com) -# -# Released under the terms of the GNU GPL v2: http://www.gnu.org/licenses/old-licenses/gpl-2.0.html -# - -#@color fg #EEEEEC -#@color bg #54555d -#@color text #EEEEEC -#@color light_text_on_dark #CFCFC1 -#@color base #171717 -#@color fg_selected #EEF -#@color bg_selected #58B -#@color fg_tooltip #1F1F1F -#@color bg_tooltip #FCF5B8 - -#@color lightest #FFFFFF -#@color darkest #222 -#@color bright_indicator #F11 -#@color contrasting_indicator #9f3 -#@color somewhat_bright_indicator #CEF -#@color not_so_bright_indicator #FC4 -#@color bright_color #729FCF - -#@color arm #F33 -#@color solo #A8F730 -#@color midi_channel_selector #005900 -#@color mute #FFFA87 -#@color mono #DEC -#@color monitor #FFAB34 -#@color control_text2 #8D2B1B -#@color control_base #26292D -#@color control_text #D0D2D5 -#@color audio_track #33445e -#@color midi_track #445033 -#@color audio_bus #262c35 - -#@color send_fg #9FD5C1 -#@color send_bg #33445e - -#@color processor_frame_selected #E2CC33 -#@color processor_fader #666666 -#@color processor_fader_frame #7F7F7F -#@color processor_prefader #4D0000 -#@color processor_prefader_frame #7F0000 -#@color processor_postfader #1A4D1A -#@color processor_postfader_frame #1B7F1B - -# Tweak the color scheme in one place : - -gtk_color_scheme = "@COLOR_SCHEME@" - -#alternate BG color: #5C5E61 - -style "default" = "medium_text" -{ - #Original values for reference - - GtkTreeView::vertical-padding = 0 - GtkTreeView::horizontal-padding = 0 - GtkTreeView::even-row-color = shade(0.25,@@COLPREFIX@_base) - GtkTreeView::odd-row-color = lighter(lighter(@@COLPREFIX@_base)) - - GtkWidget :: focus-line-pattern = "\001\001" # Dash pattern used to draw the focus indicator. - GtkWidget :: focus-line-width = 1 # [ 1 ] ( >= 0 ) Width, in pixels, of the focus indicator line. - GtkWidget :: focus-padding = 1 # [ 1 ] ( >= 0 ) Width, in pixels, between focus indicator and the widget box. - GtkWidget :: interior-focus = 1 # [ 1 ] ( bool ) Draw the focus indicator inside widgets. - GtkWidget :: scroll-arrow-hlength = 16 # [ 16 ] ( >= 1 ) Length of horizontal scroll arrows. - GtkWidget :: scroll-arrow-vlength = 16 # [ 16 ] ( >= 1 ) Length of vertical scroll arrows. - GtkWidget :: link-color = shade(1.25, @@COLPREFIX@_bright_color) - GtkWidget :: visited-link-color = @@COLPREFIX@_bright_color - - GtkDialog :: action-area-border = 4 # [ 5 ] ( >= 0 ) Width of border around the button area at the bottom of the dialog. - GtkDialog :: button-spacing = 4 # [ 6 ] ( >= 0 ) Spacing between buttons. - GtkDialog :: content-area-border = 2 # [ 2 ] ( >= 0 ) Width of border around the main dialog area. - GtkDialog :: content-area-spacing = 0 # [ 0 ] ( >= 0 ) The default spacing used between elements of the content area of the dialog. - - - GtkButton :: default-border = { 0, 0, 0, 0 } - GtkButton :: default-outside_border = { 0, 0, 0, 0 } - GtkButton :: button-relief = GTK_RELIEF_NONE - GtkButton :: child-displacement-x = 1 # [ 0 ] How far in x direction to move the button when its depressed. - GtkButton :: child-displacement-y = 1 # [ 0 ] ... y - GtkButton :: default-border = { 0, 0, 0, 0 } # Extra space to add for CAN_DEFAULT buttons. - GtkButton :: displace-focus = 0 # [ 0 ] ( bool ) Whether the child_displacement_x/child_displacement_y properties should also affect the focus rectangle. - GtkButton :: image-spacing = 2 # [ 2 ] ( >= 0 ) Spacing in pixels between the image and label. - - GtkCheckButton :: indicator-size = 13 # [ 13 ] ( >= 0 ) Size of check or radio indicator. - GtkCheckButton :: indicator-spacing = 2 # [ 2 ] ( >= 0 ) Spacing around check or radio indicator. - GtkCheckMenuItem :: indicator-size = 13 # [ 13 ] ( >= 0 ) Size of check or radio indicator. - - GtkOptionMenu :: indicator-size = { 6, 10 } # Size of dropdown indicator. - GtkOptionMenu :: indicator-spacing = { 6, 5, 0, 0 } # Spacing around indicator. - - GtkComboBox :: appears-as-list = 0 # [ 0 ] ( bool ) Whether dropdowns should look like lists rather than menus. - GtkComboBox :: arrow-size = 13 # [ 15 ] ( >= 0 ) Sets the minimum size of the arrow in the combo box. - GtkComboBox :: shadow-type = GTK_SHADOW_NONE # [ GTK_SHADOW_NONE ] Which kind of shadow to draw around the combo box. - - GtkPaned :: handle-size = 4 # [ 5 ] ( >= 0 ) Width of handle. - - GtkScale :: activate-slider = 1 # [ 0 ] ( bool ) With this option set to TRUE, sliders will be drawn ACTIVE and with shadow IN while they are dragged. - GtkScale :: slider-length = 23 # [ 31 ] ( >= 0 ) Length of scale's slider. - GtkScale :: slider-width = 14 # [ 14 ] ( >= 0 ) Width of scrollbar or scale thumb. - GtkScale :: trough-side-details = 1 # [ 0 ] ( bool ) When TRUE, the parts of the trough on the two sides of the slider are drawn with different details. - - GtkScrollbar :: activate-slider = 1 # [ 0 ] ( bool ) With this option set to TRUE, sliders will be drawn ACTIVE and with shadow IN while they are dragged. - GtkScrollbar :: arrow-scaling = 0.4 # [ 0.5 ] ( 0.1 ) The arrow size proportion relative to the scroll button size. - GtkScrollbar :: fixed-slider-length = 0 # [ 0 ] ( bool ) Don't change slider size, just lock it to the minimum length. - GtkScrollbar :: min-slider-length = 50 # [ 21 ] ( >= 0 ) Minimum length of scrollbar slider. - GtkScrollbar :: slider-width = 15 # [ 14 ] ( >= 0 ) Width of scrollbar or scale thumb. - GtkScrollbar :: stepper-spacing = 0 # [ 0 ] ( >= 0 ) The spacing between the stepper buttons and thumb. Note that setting this value to anything > 0 will automatically set the trough-under-steppers style property to TRUE as well. Also, stepper-spacing won't have any effect if there are no steppers. - GtkScrollbar :: trough-border = 0 # [ 1 ] ( >= 0 ) Spacing between thumb/steppers and outer trough bevel. - GtkScrollbar :: trough-side-details = 0 # [ 0 ] ( bool ) When TRUE, the parts of the trough on the two sides of the slider are drawn with different details. - GtkScrollbar :: trough-under-steppers = 1 # [ 1 ] ( bool ) Whether to draw the trough across the full length of the range or to exclude the steppers and their spacing. Note that setting the "stepper-spacing" style property to any value > 0 will automatically enable trough-under-steppers too. - - GtkScrollbar :: has-backward-stepper = 1 # [ 1 ] ( bool ) Display the standard backward arrow button. - GtkScrollbar :: has-forward-stepper = 1 # [ 1 ] ( bool ) Display the standard forward arrow button. - GtkScrollbar :: has-secondary-backward-stepper = 0 # [ 0 ] ( bool ) Display a second backward arrow button on the opposite end of the scrollbar. - GtkScrollbar :: has-secondary-forward-stepper = 0 # [ 0 ] ( bool ) Display a second forward arrow button on the opposite end of the scrollbar. - - GtkHScrollbar :: has-secondary-backward-stepper = 0 # [ 0 ] ( bool ) Display a second backward arrow button on the opposite end of the scrollbar. - GtkHScrollbar :: has-secondary-forward-stepper = 0 # [ 0 ] ( bool ) Display a second forward arrow button on the opposite end of the scrollbar. - GtkVScrollbar :: has-secondary-backward-stepper = 0 # [ 0 ] ( bool ) Display a second backward arrow button on the opposite end of the scrollbar. - GtkVScrollbar :: has-secondary-forward-stepper = 0 # [ 0 ] ( bool ) Display a second forward arrow button on the opposite end of the scrollbar. - -#Menu Properties - GtkMenuBar :: internal-padding = 1 # [ 1 ] ( >= 0 ) Amount of border space between the menubar shadow and the menu items. - GtkMenuBar :: shadow-type = GTK_SHADOW_OUT # [ GTK_SHADOW_OUT ] Style of bevel around the menubar. - - GtkMenu :: arrow-placement = GTK_ARROWS_BOTH # [ GTK_ARROWS_BOTH ] Indicates where scroll arrows should be placed. - GtkMenu :: arrow-scaling = 0.5 # [ 0.7 ] ( 0.1 ) Arbitrary constant to scale down the size of the scroll arrow. - GtkMenu :: double-arrows = 1 # [ 1 ] ( bool ) When scrolling, always show both arrows. - GtkMenu :: horizontal-offset = -2 # [ -2 ] When the menu is a submenu, position it this number of pixels offset horizontally. - GtkMenu :: horizontal-padding = 0 # [ 0 ] ( >= 0 ) Extra space at the left and right edges of the menu. - GtkMenu :: vertical-offset = 0 # [ 0 ] When the menu is a submenu, position it this number of pixels offset vertically. - GtkMenu :: vertical-padding = 0 # [ 0 ] ( >= 0 ) Extra space at the top and bottom of the menu. - - GtkMenuItem :: arrow-scaling = 0.5 # [ 0.8 ] ( 0.2 ) Amount of space used up by arrow, relative to the menu item's font size. - GtkMenuItem :: arrow-spacing = 10 # [ 10 ] ( >= 0 ) Space between label and arrow. - GtkMenuItem :: horizontal-padding = 3 # [ 3 ] ( >= 0 ) Padding to left and right of the menu item. - GtkMenuItem :: selected-shadow-type = GTK_SHADOW_NONE # [ GTK_SHADOW_NONE ] Shadow type when item is selected. - #GtkMenuItem :: toggle-spacing = 4 # [ 5 ] ( >= 0 ) Space between icon and label. - GtkMenuItem :: width-chars = 12 # [ 12 ] ( >= 0 ) The minimum desired width of the menu item in characters. - -#Other Properties - GtkArrow :: arrow-scaling = 0.5 # [ 0.7 ] ( 0.1 ) Amount of space used up by arrow. - - GtkNotebook :: arrow-spacing = 0 # [ 0 ] ( >= 0 ) Spacing between the scroll arrows and the tabs. - GtkNotebook :: tab-curvature = 1 # [ 1 ] ( >= 0 ) Size of tab curvature. - GtkNotebook :: tab-overlap = 1 # [ 2 ] Size of tab overlap area. - - GtkTreeView :: horizontal-separator = 8 # [ 2 ] ( >= 0 ) Horizontal space between cells. Must be an even number. - GtkTreeView :: vertical-separator = 2 # [ 2 ] ( >= 0 ) Vertical space between cells. Must be an even number. - - GtkEntry :: honors-transparent-bg-hint = 1 # [ 0 ] ( bool ) (Clearlooks) Without this, gecko will fill in the background of the entry. - GtkEntry :: cursor-color = @@COLPREFIX@_fg_selected - - #GtkToolbar::shadow_type = GTK_SHADOW_ETCHED_IN - - #xthickness = 0 - #ythickness = 0 - -#Base Colors - bg[NORMAL] = @@COLPREFIX@_bg - bg[PRELIGHT] = shade(1.1, @@COLPREFIX@_bg) - bg[ACTIVE] = shade(0.9, @@COLPREFIX@_bg) - bg[INSENSITIVE] = @@COLPREFIX@_bg - bg[SELECTED] = @@COLPREFIX@_bg_selected - - fg[NORMAL] = @@COLPREFIX@_fg - fg[PRELIGHT] = @@COLPREFIX@_fg - fg[ACTIVE] = shade(0.9, @@COLPREFIX@_fg) - fg[INSENSITIVE] = shade(0.7, @@COLPREFIX@_bg) - fg[SELECTED] = @@COLPREFIX@_fg_selected - - base[NORMAL] = @@COLPREFIX@_base - base[PRELIGHT] = @@COLPREFIX@_base - base[INSENSITIVE] = shade(1.0, @@COLPREFIX@_bg) - base[ACTIVE] = shade(0.9, @@COLPREFIX@_bg_selected) - base[SELECTED] = @@COLPREFIX@_bg_selected - - text[NORMAL] = @@COLPREFIX@_text - text[PRELIGHT] = @@COLPREFIX@_text - text[ACTIVE] = @@COLPREFIX@_fg_selected - text[INSENSITIVE] = shade(0.7, @@COLPREFIX@_lightest) - text[SELECTED] = @@COLPREFIX@_fg_selected - -#engine specific tweaks - - engine "clearlooks" - { - #style = GLOSSY - #colorize_scrollbar = TRUE - menubarstyle = 2 # 0 = flat, 1 = sunken, 2 = flat gradient - #toolbarstyle = 0 # 0 = flat, 1 = enable effects - } -} - - -style "track_controls_inactive" -{ - bg[NORMAL] = { 0.60, 0.20, 0.26 } - bg[ACTIVE] = { 0.60, 0.60, 0.66 } - bg[INSENSITIVE] = { 0.60, 0.60, 0.66 } - bg[SELECTED] = { 0.60, 0.60, 0.66 } - bg[PRELIGHT] = { 0.60, 0.60, 0.66 } - - fg[NORMAL] = { 0.7, 0.8, 0.2 } -} - - -# -# Track edit groups. These styles define -# the colors that the "edit" button will -# use as a track is moved from -# track edit group to track edit group. -# There are 8 edit groups. Edit group 0 -# is used for tracks that are not editable, -# so we leave its style to the default. -# - -style "edit_group_0" - -{ - bg[ACTIVE] = { 1.0, 0.65, 0.13 } - bg[NORMAL] = { 0.31, 0.31, 0.31 } - fg[NORMAL] = { 0.82, 0.91, 0.99 } - fg[ACTIVE] = { 0, 0, 0 } -} - -style "edit_group_1" -{ - fg[NORMAL] = { 0, 0, 0 } - fg[PRELIGHT] = { 0, 0, 0 } - fg[SELECTED] = { 0, 0, 0 } - bg[NORMAL] = { 0.93, 0.34, 0.08 } - bg[PRELIGHT] = { 0.93, 0.34, 0.08 } - bg[SELECTED] = { 0.93, 0.34, 0.08 } -} - -style "edit_group_2" -{ - fg[NORMAL] = { 0, 0, 0 } - fg[PRELIGHT] = { 0, 0, 0 } - fg[SELECTED] = { 0, 0, 0 } - bg[NORMAL] = { 0.93, 0.34, 0.08 } - bg[PRELIGHT] = { 0.93, 0.34, 0.08 } - bg[SELECTED] = { 0.93, 0.34, 0.08 } -} - -style "edit_group_3" -{ - fg[NORMAL] = { 0, 0, 0 } - fg[PRELIGHT] = { 0, 0, 0 } - fg[SELECTED] = { 0, 0, 0 } - bg[NORMAL] = { 0.93, 0.34, 0.08 } - bg[PRELIGHT] = { 0.93, 0.34, 0.08 } - bg[SELECTED] = { 0.93, 0.34, 0.08 } -} - -style "treeview_parent_node" -{ - # specifies *just* the color used for whole file rows when not selected - - fg[NORMAL] = { 0.0, 0.6, 0.85 } -} - -style "treeview_display" = "small_bold_text" -{ - GtkWidget::focus-line-width = 0 - - # expander arrow border and DnD "icon" text - fg[NORMAL] = { 0.8, 0.8, 0.8 } - - bg[NORMAL] = { 0.8, 0.8, 0.8 } - - # background with no rows or no selection, plus - # expander arrow core and DnD "icon" background - base[NORMAL] = { 0.20, 0.20, 0.25 } - - # selected row bg when window does not have focus (including during DnD) - base[ACTIVE] = { 0.0, 0.75, 0.75 } - - # selected row bg when window has focus - base[SELECTED] = { 0, 0.75, 0.75 } - - # row text when in normal state and not a parent - text[NORMAL] = { 0.80, 0.80, 0.80 } - - # selected row text with window focus - text[SELECTED] = { 1.0, 1.0, 1.0 } - - # selected row text without window focus (including during DnD) - text[ACTIVE] = { 1.0, 1.0, 1.0 } -} - -style "main_canvas_area" -{ - bg[NORMAL] = { 0.30, 0.30, 0.34 } - bg[ACTIVE] = { 0.30, 0.30, 0.34 } - bg[INSENSITIVE] = { 0.30, 0.30, 0.34 } - bg[SELECTED] = { 0.30, 0.30, 0.34 } - bg[PRELIGHT] = { 0.30, 0.30, 0.34 } -} - -style "track_controls_inactive" = "larger_text" -{ - bg[NORMAL] = { 0.60, 0.60, 0.66 } - bg[ACTIVE] = { 0.60, 0.60, 0.66 } - bg[INSENSITIVE] = { 0.60, 0.60, 0.66 } - bg[SELECTED] = { 0.60, 0.60, 0.66 } - bg[PRELIGHT] = { 0.60, 0.60, 0.66 } - - fg[NORMAL] = { 0.7, 0.8, 0.2 } -} - -style "edit_controls_base_selected" -{ - bg[NORMAL] = { 0.32, 0.32, 0.54 } - bg[ACTIVE] = { 0.32, 0.32, 0.54 } - bg[INSENSITIVE] = { 0.32, 0.32, 0.54 } - bg[SELECTED] = { 0.32, 0.32, 0.54 } - bg[PRELIGHT] = { 0.32, 0.32, 0.54 } -} - -style "automation_track_controls_base" -{ - bg[NORMAL] = { 0.22, 0.22, 0.29 } - bg[ACTIVE] = { 0.22, 0.22, 0.29 } - bg[INSENSITIVE] = { 0.22, 0.22, 0.29 } - bg[SELECTED] = { 0.22, 0.22, 0.29 } - bg[PRELIGHT] = { 0.22, 0.22, 0.29 } -} - - -style "inspector_processor_list" = "processor_list" -{ - base[SELECTED] = { 0.3, 0.3, 0.3 } -} - -style "time_info_box" -{ - bg[NORMAL] = { 0.149, 0.149, 0.149 } -} - -style "status_bar_box" -{ - bg[NORMAL] = { 0.149, 0.149, 0.149 } -} - -##include ardour3_dark_fonts.rc -##include ardour3_dark_styles.rc -##include ardour3_widgets.rc diff --git a/gtk2_ardour/ardour3_ui_default.conf.in b/gtk2_ardour/ardour3_ui_default.conf.in deleted file mode 100644 index 03251c90e9..0000000000 --- a/gtk2_ardour/ardour3_ui_default.conf.in +++ /dev/null @@ -1,519 +0,0 @@ - - - - - - - diff --git a/gtk2_ardour/ardour3_ui_light.rc.in b/gtk2_ardour/ardour3_ui_light.rc.in deleted file mode 100644 index 5b83be9483..0000000000 --- a/gtk2_ardour/ardour3_ui_light.rc.in +++ /dev/null @@ -1,366 +0,0 @@ -# -# This is the GTK style file for Ardour, originally by Paul Davis and others -# -# Color meta-ization originated by Sean Corbett (seanbutnotheard@gmail.com) -# -# Released under the terms of the GNU GPL v2: http://www.gnu.org/licenses/old-licenses/gpl-2.0.html -# - -#@color fg #171717 -#@color bg #cccccc -#@color text #171717 -#@color light_text_on_dark #CFCFC1 -#@color base #cccccc -#@color fg_selected #EEF -#@color bg_selected #58B -#@color fg_tooltip #1F1F1F -#@color bg_tooltip #FCF5B8 - -#@color lightest #ffffff -#@color darkest #000000 -#@color bright_indicator #F11 -#@color contrasting_indicator #9f3 -#@color somewhat_bright_indicator #CEF -#@color not_so_bright_indicator #FC4 -#@color bright_color #729FCF - -#@color arm #F33 -#@color solo #A8F730 -#@color midi_channel_selector #005900 -#@color mute #FFFA87 -#@color mono #DEC -#@color monitor #7596DE -#@color control_text2 #8D2B1B -#@color control_base #ffffff -#@color control_text #D0D2D5 -#@color audio_track #aaaaaa -#@color midi_track #aabbbb -#@color audio_bus #888899 - -#@color send_fg #30F7B0 -#@color send_bg #C4C4B8 - -#@color processor_frame_selected #999999 -#@color processor_fader_bg #666666 -#@color processor_fader_frame #7F7F7F -#@color processor_prefader #ffffff -#@color processor_prefader_frame #7F0000 -#@color processor_postfader #1A4D1A -#@color processor_postfader_frame #1B7F1B - -# Tweak the color scheme in one place : - -gtk_color_scheme = "@COLOR_SCHEME@" - -#alternate BG color: #5C5E61 - -style "default" = "medium_text" -{ - #Original values for reference - GtkWidget::cursor_color = @@COLPREFIX@_lightest - GtkButton::default_border = { 0, 0, 0, 0 } - GtkButton::default_outside_border = { 0, 0, 0, 0 } - GtkButton::button_relief = GTK_RELIEF_NONE - GtkTreeView::vertical-padding = 0 - GtkTreeView::horizontal-padding = 0 - GtkTreeView::even-row-color = shade(0.75,@@COLPREFIX@_base) - GtkTreeView::odd-row-color = darker(@@COLPREFIX@_base) - - GtkWidget :: focus-line-pattern = "\001\001" # Dash pattern used to draw the focus indicator. - GtkWidget :: focus-line-width = 1 # [ 1 ] ( >= 0 ) Width, in pixels, of the focus indicator line. - GtkWidget :: focus-padding = 1 # [ 1 ] ( >= 0 ) Width, in pixels, between focus indicator and the widget box. - GtkWidget :: interior-focus = 1 # [ 1 ] ( bool ) Draw the focus indicator inside widgets. - GtkWidget :: scroll-arrow-hlength = 16 # [ 16 ] ( >= 1 ) Length of horizontal scroll arrows. - GtkWidget :: scroll-arrow-vlength = 16 # [ 16 ] ( >= 1 ) Length of vertical scroll arrows. - - GtkWidget :: link-color = shade(1.25, @@COLPREFIX@_bright_color) - GtkWidget :: visited-link-color = @@COLPREFIX@_bright_color - -#Window Properties - GtkDialog :: action-area-border = 4 # [ 5 ] ( >= 0 ) Width of border around the button area at the bottom of the dialog. - GtkDialog :: button-spacing = 4 # [ 6 ] ( >= 0 ) Spacing between buttons. - GtkDialog :: content-area-border = 2 # [ 2 ] ( >= 0 ) Width of border around the main dialog area. - GtkDialog :: content-area-spacing = 0 # [ 0 ] ( >= 0 ) The default spacing used between elements of the content area of the dialog. - -#Control Properties - GtkButton :: child-displacement-x = 1 # [ 0 ] How far in x direction to move the button when its depressed. - GtkButton :: child-displacement-y = 1 # [ 0 ] ... y - GtkButton :: default-border = { 0, 0, 0, 0 } # Extra space to add for CAN_DEFAULT buttons. - GtkButton :: displace-focus = 0 # [ 0 ] ( bool ) Whether the child_displacement_x/child_displacement_y properties should also affect the focus rectangle. - GtkButton :: image-spacing = 2 # [ 2 ] ( >= 0 ) Spacing in pixels between the image and label. - - GtkCheckButton :: indicator-size = 13 # [ 13 ] ( >= 0 ) Size of check or radio indicator. - GtkCheckButton :: indicator-spacing = 2 # [ 2 ] ( >= 0 ) Spacing around check or radio indicator. - GtkCheckMenuItem :: indicator-size = 13 # [ 13 ] ( >= 0 ) Size of check or radio indicator. - - GtkOptionMenu :: indicator-size = { 6, 10 } # Size of dropdown indicator. - GtkOptionMenu :: indicator-spacing = { 6, 5, 0, 0 } # Spacing around indicator. - - GtkComboBox :: appears-as-list = 0 # [ 0 ] ( bool ) Whether dropdowns should look like lists rather than menus. - GtkComboBox :: arrow-size = 13 # [ 15 ] ( >= 0 ) Sets the minimum size of the arrow in the combo box. - GtkComboBox :: shadow-type = GTK_SHADOW_NONE # [ GTK_SHADOW_NONE ] Which kind of shadow to draw around the combo box. - - GtkPaned :: handle-size = 4 # [ 5 ] ( >= 0 ) Width of handle. - - GtkScale :: activate-slider = 1 # [ 0 ] ( bool ) With this option set to TRUE, sliders will be drawn ACTIVE and with shadow IN while they are dragged. - GtkScale :: slider-length = 23 # [ 31 ] ( >= 0 ) Length of scale's slider. - GtkScale :: slider-width = 14 # [ 14 ] ( >= 0 ) Width of scrollbar or scale thumb. - GtkScale :: trough-side-details = 1 # [ 0 ] ( bool ) When TRUE, the parts of the trough on the two sides of the slider are drawn with different details. - - GtkScrollbar :: activate-slider = 1 # [ 0 ] ( bool ) With this option set to TRUE, sliders will be drawn ACTIVE and with shadow IN while they are dragged. - GtkScrollbar :: arrow-scaling = 0.4 # [ 0.5 ] ( 0.1 ) The arrow size proportion relative to the scroll button size. - GtkScrollbar :: fixed-slider-length = 0 # [ 0 ] ( bool ) Don't change slider size, just lock it to the minimum length. - GtkScrollbar :: min-slider-length = 50 # [ 21 ] ( >= 0 ) Minimum length of scrollbar slider. - GtkScrollbar :: slider-width = 15 # [ 14 ] ( >= 0 ) Width of scrollbar or scale thumb. - GtkScrollbar :: stepper-spacing = 0 # [ 0 ] ( >= 0 ) The spacing between the stepper buttons and thumb. Note that setting this value to anything > 0 will automatically set the trough-under-steppers style property to TRUE as well. Also, stepper-spacing won't have any effect if there are no steppers. - GtkScrollbar :: trough-border = 0 # [ 1 ] ( >= 0 ) Spacing between thumb/steppers and outer trough bevel. - GtkScrollbar :: trough-side-details = 0 # [ 0 ] ( bool ) When TRUE, the parts of the trough on the two sides of the slider are drawn with different details. - GtkScrollbar :: trough-under-steppers = 1 # [ 1 ] ( bool ) Whether to draw the trough across the full length of the range or to exclude the steppers and their spacing. Note that setting the "stepper-spacing" style property to any value > 0 will automatically enable trough-under-steppers too. - - GtkScrollbar :: has-backward-stepper = 1 # [ 1 ] ( bool ) Display the standard backward arrow button. - GtkScrollbar :: has-forward-stepper = 1 # [ 1 ] ( bool ) Display the standard forward arrow button. - GtkScrollbar :: has-secondary-backward-stepper = 0 # [ 0 ] ( bool ) Display a second backward arrow button on the opposite end of the scrollbar. - GtkScrollbar :: has-secondary-forward-stepper = 0 # [ 0 ] ( bool ) Display a second forward arrow button on the opposite end of the scrollbar. - - GtkHScrollbar :: has-secondary-backward-stepper = 0 # [ 0 ] ( bool ) Display a second backward arrow button on the opposite end of the scrollbar. - GtkHScrollbar :: has-secondary-forward-stepper = 0 # [ 0 ] ( bool ) Display a second forward arrow button on the opposite end of the scrollbar. - GtkVScrollbar :: has-secondary-backward-stepper = 0 # [ 0 ] ( bool ) Display a second backward arrow button on the opposite end of the scrollbar. - GtkVScrollbar :: has-secondary-forward-stepper = 0 # [ 0 ] ( bool ) Display a second forward arrow button on the opposite end of the scrollbar. - -#Menu Properties - GtkMenuBar :: internal-padding = 1 # [ 1 ] ( >= 0 ) Amount of border space between the menubar shadow and the menu items. - GtkMenuBar :: shadow-type = GTK_SHADOW_OUT # [ GTK_SHADOW_OUT ] Style of bevel around the menubar. - - GtkMenu :: arrow-placement = GTK_ARROWS_BOTH # [ GTK_ARROWS_BOTH ] Indicates where scroll arrows should be placed. - GtkMenu :: arrow-scaling = 0.5 # [ 0.7 ] ( 0.1 ) Arbitrary constant to scale down the size of the scroll arrow. - GtkMenu :: double-arrows = 1 # [ 1 ] ( bool ) When scrolling, always show both arrows. - GtkMenu :: horizontal-offset = -2 # [ -2 ] When the menu is a submenu, position it this number of pixels offset horizontally. - GtkMenu :: horizontal-padding = 0 # [ 0 ] ( >= 0 ) Extra space at the left and right edges of the menu. - GtkMenu :: vertical-offset = 0 # [ 0 ] When the menu is a submenu, position it this number of pixels offset vertically. - GtkMenu :: vertical-padding = 0 # [ 0 ] ( >= 0 ) Extra space at the top and bottom of the menu. - - GtkMenuItem :: arrow-scaling = 0.5 # [ 0.8 ] ( 0.2 ) Amount of space used up by arrow, relative to the menu item's font size. - GtkMenuItem :: arrow-spacing = 10 # [ 10 ] ( >= 0 ) Space between label and arrow. - GtkMenuItem :: horizontal-padding = 3 # [ 3 ] ( >= 0 ) Padding to left and right of the menu item. - GtkMenuItem :: selected-shadow-type = GTK_SHADOW_NONE # [ GTK_SHADOW_NONE ] Shadow type when item is selected. - #GtkMenuItem :: toggle-spacing = 4 # [ 5 ] ( >= 0 ) Space between icon and label. - GtkMenuItem :: width-chars = 12 # [ 12 ] ( >= 0 ) The minimum desired width of the menu item in characters. - -#Other Properties - GtkArrow :: arrow-scaling = 0.5 # [ 0.7 ] ( 0.1 ) Amount of space used up by arrow. - - GtkNotebook :: arrow-spacing = 0 # [ 0 ] ( >= 0 ) Spacing between the scroll arrows and the tabs. - GtkNotebook :: tab-curvature = 1 # [ 1 ] ( >= 0 ) Size of tab curvature. - GtkNotebook :: tab-overlap = 1 # [ 2 ] Size of tab overlap area. - - GtkTreeView :: horizontal-separator = 8 # [ 2 ] ( >= 0 ) Horizontal space between cells. Must be an even number. - GtkTreeView :: vertical-separator = 2 # [ 2 ] ( >= 0 ) Vertical space between cells. Must be an even number. - - GtkEntry :: honors-transparent-bg-hint = 1 # [ 0 ] ( bool ) (Clearlooks) Without this, gecko will fill in the background of the entry. - - - #GtkToolbar::shadow_type = GTK_SHADOW_ETCHED_IN - - #xthickness = 0 - #ythickness = 0 - -#Base Colors - bg[NORMAL] = @@COLPREFIX@_bg - bg[PRELIGHT] = shade(1.1, @@COLPREFIX@_bg) - bg[ACTIVE] = shade(0.9, @@COLPREFIX@_bg) - bg[INSENSITIVE] = @@COLPREFIX@_bg - bg[SELECTED] = @@COLPREFIX@_bg_selected - - fg[NORMAL] = @@COLPREFIX@_fg - fg[PRELIGHT] = @@COLPREFIX@_fg - fg[ACTIVE] = shade(0.9, @@COLPREFIX@_fg) - fg[INSENSITIVE] = shade(0.7, @@COLPREFIX@_bg) - fg[SELECTED] = @@COLPREFIX@_fg_selected - - base[NORMAL] = @@COLPREFIX@_base - base[PRELIGHT] = @@COLPREFIX@_base - base[INSENSITIVE] = shade(1.0, @@COLPREFIX@_bg) - base[ACTIVE] = shade(0.9, @@COLPREFIX@_bg_selected) - base[SELECTED] = @@COLPREFIX@_bg_selected - - text[NORMAL] = @@COLPREFIX@_text - text[PRELIGHT] = @@COLPREFIX@_text - text[ACTIVE] = @@COLPREFIX@_fg_selected - text[INSENSITIVE] = darker(darker (@@COLPREFIX@_bg)) - text[SELECTED] = @@COLPREFIX@_fg_selected - -#engine specific tweaks - - engine "clearlooks" - { - #style = GLOSSY - #colorize_scrollbar = TRUE - menubarstyle = 2 # 0 = flat, 1 = sunken, 2 = flat gradient - #toolbarstyle = 0 # 0 = flat, 1 = enable effects - } -} - - -style "mixer_red_active_button" = "very_small_button" -{ - bg[ACTIVE] = @@COLPREFIX@_bright_indicator - - base[INSENSITIVE] = { 0.16, 0.16, 0.21 } - bg[INSENSITIVE] = { 0.16, 0.16, 0.21 } -} - - -style "track_controls_inactive" -{ - bg[NORMAL] = { 0.60, 0.60, 0.66 } - bg[ACTIVE] = { 0.60, 0.60, 0.66 } - bg[INSENSITIVE] = { 0.60, 0.60, 0.66 } - bg[SELECTED] = { 0.60, 0.60, 0.66 } - bg[PRELIGHT] = { 0.60, 0.60, 0.66 } - - fg[NORMAL] = { 0.7, 0.8, 0.2 } -} - - -# -# Track edit groups. These styles define -# the colors that the "edit" button will -# use as a track is moved from -# track edit group to track edit group. -# There are 8 edit groups. Edit group 0 -# is used for tracks that are not editable, -# so we leave its style to the default. -# - -style "edit_group_0" - -{ - bg[ACTIVE] = { 1.0, 0.65, 0.13 } - bg[NORMAL] = { 0.31, 0.31, 0.31 } - fg[NORMAL] = { 0.82, 0.91, 0.99 } - fg[ACTIVE] = { 0, 0, 0 } -} - -style "edit_group_1" -{ - fg[NORMAL] = { 0, 0, 0 } - fg[PRELIGHT] = { 0, 0, 0 } - fg[SELECTED] = { 0, 0, 0 } - bg[NORMAL] = { 0.93, 0.34, 0.08 } - bg[PRELIGHT] = { 0.93, 0.34, 0.08 } - bg[SELECTED] = { 0.93, 0.34, 0.08 } -} - -style "edit_group_2" -{ - fg[NORMAL] = { 0, 0, 0 } - fg[PRELIGHT] = { 0, 0, 0 } - fg[SELECTED] = { 0, 0, 0 } - bg[NORMAL] = { 0.93, 0.34, 0.08 } - bg[PRELIGHT] = { 0.93, 0.34, 0.08 } - bg[SELECTED] = { 0.93, 0.34, 0.08 } -} - -style "edit_group_3" -{ - fg[NORMAL] = { 0, 0, 0 } - fg[PRELIGHT] = { 0, 0, 0 } - fg[SELECTED] = { 0, 0, 0 } - bg[NORMAL] = { 0.93, 0.34, 0.08 } - bg[PRELIGHT] = { 0.93, 0.34, 0.08 } - bg[SELECTED] = { 0.93, 0.34, 0.08 } -} - -style "treeview_parent_node" -{ - # specifies *just* the color used for whole file rows when not selected - - fg[NORMAL] = { 0.0, 0.6, 0.85 } -} - -style "treeview_display" = "small_bold_text" -{ - GtkWidget::focus-line-width = 0 - - # expander arrow border and DnD "icon" text - fg[NORMAL] = { 0.8, 0.8, 0.8 } - - bg[NORMAL] = { 0.8, 0.8, 0.8 } - - # background with no rows or no selection, plus - # expander arrow core and DnD "icon" background - base[NORMAL] = { 0.20, 0.20, 0.25 } - - # selected row bg when window does not have focus (including during DnD) - base[ACTIVE] = { 0.0, 0.75, 0.75 } - - # selected row bg when window has focus - base[SELECTED] = { 0, 0.75, 0.75 } - - # row text when in normal state and not a parent - text[NORMAL] = { 0.20, 0.20, 0.20 } - - # selected row text with window focus - text[SELECTED] = { 1.0, 1.0, 1.0 } - - # selected row text without window focus (including during DnD) - text[ACTIVE] = { 1.0, 1.0, 1.0 } -} - -style "main_canvas_area" -{ - bg[NORMAL] = { 0.30, 0.30, 0.34 } - bg[ACTIVE] = { 0.30, 0.30, 0.34 } - bg[INSENSITIVE] = { 0.30, 0.30, 0.34 } - bg[SELECTED] = { 0.30, 0.30, 0.34 } - bg[PRELIGHT] = { 0.30, 0.30, 0.34 } -} - -style "track_controls_inactive" = "larger_text" -{ - bg[NORMAL] = { 0.60, 0.60, 0.66 } - bg[ACTIVE] = { 0.60, 0.60, 0.66 } - bg[INSENSITIVE] = { 0.60, 0.60, 0.66 } - bg[SELECTED] = { 0.60, 0.60, 0.66 } - bg[PRELIGHT] = { 0.60, 0.60, 0.66 } - - fg[NORMAL] = { 0.7, 0.8, 0.2 } -} - -style "edit_controls_base_selected" -{ - bg[NORMAL] = { 0.32, 0.32, 0.54 } - bg[ACTIVE] = { 0.32, 0.32, 0.54 } - bg[INSENSITIVE] = { 0.32, 0.32, 0.54 } - bg[SELECTED] = { 0.32, 0.32, 0.54 } - bg[PRELIGHT] = { 0.32, 0.32, 0.54 } -} - -style "automation_track_controls_base" -{ - bg[NORMAL] = { 0.22, 0.22, 0.29 } - bg[ACTIVE] = { 0.22, 0.22, 0.29 } - bg[INSENSITIVE] = { 0.22, 0.22, 0.29 } - bg[SELECTED] = { 0.22, 0.22, 0.29 } - bg[PRELIGHT] = { 0.22, 0.22, 0.29 } -} - - -style "inspector_processor_list" = "processor_list" -{ - base[SELECTED] = { 0.3, 0.3, 0.3 } -} - -style "time_info_box" -{ - bg[NORMAL] = { 0.149, 0.149, 0.149 } -} - -style "status_bar_box" -{ - bg[NORMAL] = { 0.149, 0.149, 0.149 } -} - -##include ardour3_light_fonts.rc -##include ardour3_light_styles.rc -##include ardour3_widgets.rc diff --git a/gtk2_ardour/ardour3_widget_list.rc b/gtk2_ardour/ardour3_widget_list.rc deleted file mode 100644 index 199dfdde65..0000000000 --- a/gtk2_ardour/ardour3_widget_list.rc +++ /dev/null @@ -1,362 +0,0 @@ -class "GtkWidget" style:highest "default" -class "GtkScrollbar" style:highest "ardour_adjusters" -class "GtkLabel" style:highest "default_generic" -class "GtkButton" style:highest "ardour_button" -class "GtkCheckButton" style:highest "ardour_button" -class "GtkArrow" style:highest "tearoff_arrow" -class "GtkProgressBar" style:highest "ardour_progressbars" - -widget "gtk-tooltip*" style:highest "tooltip" - -widget "*PaddedButton" style:highest "padded_button" -widget "*VerboseCanvasCursor" style:highest "verbose_canvas_cursor" -widget "*MarkerText" style:highest "marker_text" -widget "*TimeAxisViewItemName*" style:highest "time_axis_view_item_name" -widget "*EditModeSelector" style:highest "medium_bold_entry" -widget "*SnapTypeSelector" style:highest "medium_bold_entry" -widget "*SnapModeSelector" style:highest "medium_bold_entry" -widget "*ZoomFocusSelector" style:highest "medium_bold_entry" -widget "*ArdourContextMenu*" style:highest "default_menu" -widget "*ErrorLogCloseButton" style:highest "default_button" -widget "*EditorGTKButton*" style:highest "default_button" -widget "*ToolbarButton" style:highest "default_button" -widget "*ToolbarButton*" style:highest "default_button" -widget "*CrossfadeEditButton" style:highest "default_button" -widget "*CrossfadeEditButton*" style:highest "default_button" -widget "*TrackHistoryButton*" style:highest "default_button" -widget "*TrackSizeButton*" style:highest "default_button" -widget "*TrackPlaylistButton*" style:highest "default_button" -widget "*TrackAutomationButton*" style:highest "default_button" -widget "*TrackMixButton*" style:highest "default_button" -widget "*TrackVisualButton*" style:highest "default_button" -widget "*TrackRemoveButton*" style:highest "default_button" -widget "*BaseButton" style:highest "default_button" -widget "*TakeButtonLabel" style:highest "default_button" - -widget "*mixer strip button" style:highest "very_small_button" - -widget "*AddRouteDialogSpinner" style:highest "ardour_adjusters" -widget "*AddRouteDialogRadioButton*" style:highest "preferences" -widget "*OptionsNotebook" style:highest "preferences" -widget "*OptionEditorToggleButton*" style:highest "preferences" -widget "*OptionsLabel" style:highest "preferences" -widget "*OptionEditorAuditionerLabel" style:highest "preferences" -widget "*OptionsEntry" style:highest "option_entry" -widget "*InspectorNotebook" style:highest "preferences" -widget "*NewSessionDialog" style:highest "preferences" -widget "*NewSessionDialogButton*" style:highest "preferences" -widget "*MixerSendSwitch*" style:highest "very_small_red_active_and_selected_button" -widget "*OptionEditorToggleButton" style:highest "small_red_active_and_selected_button" -widget "*NewSessionDialogButton" style:highest "small_red_active_and_selected_button" -widget "*TrackLoopButton*" style:highest "track_loop_button" -widget "*PanAutomationLineSelector*" style:highest "multiline_combo" -widget "*EditorRulerLabel*" style:highest "ruler_label" -widget "*MixerInvertButton*" style:highest "mixer_invert_button" -widget "*MixerInvertButton.*" style:highest "mixer_invert_button" -widget "*MixerAutomationRecordingButton*" style:highest "very_small_button" -widget "*MixerAutomationRecordingButton.*" style:highest "very_small_button" -widget "*MixerAutomationModeButton*" style:highest "very_small_button" -widget "*MixerAutomationModeButton.*" style:highest "very_small_button" -widget "*MixerAutomationPlaybackButton*" style:highest "very_small_button" -widget "*MixerAutomationPlaybackButton.*" style:highest "very_small_button" -widget "*MixerNameButton" style:highest "very_small_button" -widget "*MixerNameButtonLabel" style:highest "very_small_button" -widget "*MixerMonoButton*" style:highest "very_small_button" -widget "*TransportButton" style:highest "transport_button" -widget "*TransportButton-active" style:highest "transport_button_active" -widget "*TransportButton-alternate2" style:highest "transport_button_alternate_two" -widget "*TransportSyncButton" style:highest "transport_button" -widget "*TransportSyncButton*" style:highest "transport_button" -widget "*TransportSyncButton-active" style:highest "sync_alert" -widget "*TransportSyncButton-active*" style:highest "sync_alert" -widget "*ShuttleButton" style:highest "transport_button" -widget "*ShuttleButton*" style:highest "transport_button" -widget "*ShuttleDisplay" style:highest "transport_button" -widget "*ShuttleDisplay*" style:highest "transport_button" -widget "*ShuttleControl" style:highest "shuttle_control" -widget "*TransportRecButton" style:highest "transport_rec_button" -widget "*TransportRecButton*" style:highest "transport_rec_button" -widget "*TransportRecButton-active" style:highest "transport_rec_button_active" -widget "*TransportRecButton-active*" style:highest "transport_rec_button_active" -widget "*TransportRecButton-alternate" style:highest "transport_rec_button_alternate" -widget "*TransportRecButton-alternate*" style:highest "transport_rec_button_alternate" -widget "*TransportRecButton*" style:highest "transport_rec_button" -widget "*RecordingXrunWarningWindow" style:highest "xrun_warn" -widget "*RecordingXrunWarningWindow*" style:highest "xrun_warn" -#widget "*MainMenuBar" style:highest "menu_bar_base" -widget "*ErrorMessage" style:highest "error_message" -widget "*FatalMessage" style:highest "fatal_message" -widget "*InfoMessage" style:highest "info_message" -widget "*WarningMessage" style:highest "warning_message" - -widget "*big clock" style:highest "monospace massive_text" -widget "*selection clock" style:highest "small_mono_text" -widget "*punch clock" style:highest "small_mono_text" -widget "*transport clock" style:highest "bigger_mono_text" -widget "*secondary clock" style:highest "bigger_mono_text" -widget "*transport delta clock" style:highest "bigger_mono_text" -widget "*secondary delta clock" style:highest "bigger_mono_text" -widget "*silence duration clock" style:highest "medium_text" -widget "*edit point clock" style:highest "medium_text" -widget "*nudge clock" style:highest "small_mono_text" -widget "*menubar clock" style:highest "medium_text" -widget "*zoomrange clock" style:highest "medium_text" -widget "*timecodeoffset clock" style:highest "medium_text" - -widget "*TransportLabel" style:highest "small_bold_text" -widget "*TakeLabel" style:highest "small_bold_text" -widget "*LocationLabel" style:highest "small_bold_text" -widget "*WipeLabel" style:highest "small_bold_text" -widget "*TakeTagLabel" style:highest "small_bold_text" -widget "*ToolBarLabel" style:highest "small_bold_text" -widget "*EditorDisplayLabel" style:highest "small_bold_text" -widget "*NewSessionLabel" style:highest "larger_text" -widget "*GlobalButtonLabel" style:highest "default_generic" -widget "*ClickButton" style:highest "medium_entry" -widget "*RegionNameDisplay" style:highest "medium_entry" -widget "*PluginDisplay" style:highest "medium_entry" -widget "*SelectionDisplay" style:highest "medium_entry" -widget "*HistorySelector" style:highest "medium_entry" -widget "*LocationSelector" style:highest "medium_entry" -widget "*TakeSelector" style:highest "medium_entry" -widget "*RegionSelector" style:highest "medium_entry" -widget "*BaseFrame" style:highest "base_frame" - -widget "*SendStripBase" style:highest "send_strip_base" -widget "*AudioTrackStripBase" style:highest "audio_track_base" -widget "*AudioBusStripBase" style:highest "audio_bus_base" -widget "*MidiTrackStripBase" style:highest "midi_track_base" -widget "*AudioTrackStripBaseInactive" style:highest "track_controls_inactive" -widget "*AudioBusStripBaseInactive" style:highest "track_controls_inactive" -widget "*MidiTrackStripBaseInactive" style:highest "track_controls_inactive" -widget "*FaderMetricsStrip" style:highest "audio_track_metrics" -widget "*AudioTrackMetrics" style:highest "audio_track_metrics" -widget "*MidiTrackMetrics" style:highest "midi_track_metrics" -widget "*AudioBusMetrics" style:highest "audio_bus_metrics" -widget "*AudioMidiTrackMetrics" style:highest "midi_track_metrics" -widget "*AudioTrackMetricsLeft" style:highest "audio_track_metrics" -widget "*MidiTrackMetricsLeft" style:highest "midi_track_metrics" -widget "*AudioBusMetricsLeft" style:highest "audio_bus_metrics" -widget "*AudioMidiTrackMetricsLeft" style:highest "midi_track_metrics" -widget "*AudioTrackMetricsRight" style:highest "audio_track_metrics" -widget "*MidiTrackMetricsRight" style:highest "midi_track_metrics" -widget "*AudioBusMetricsRight" style:highest "audio_bus_metrics" -widget "*AudioMidiTrackMetricsRight" style:highest "midi_track_metrics" -widget "*AudioTrackMetricsInactive" style:highest "audio_track_metrics_inactive" -widget "*MidiTrackMetricsInactive" style:highest "midi_track_metrics_inactive" -widget "*AudioBusMetricsInactive" style:highest "audio_bus_metrics_inactive" -widget "*AudioMidiTrackMetricsInactive" style:highest "midi_track_metrics_inactive" - -widget "*TimeAxisViewControlsBaseUnselected" style:highest "audio_track_base" -widget "*AudioTrackControlsBaseUnselected" style:highest "audio_track_base" -widget "*MidiTrackControlsBaseUnselected" style:highest "midi_track_base" - -widget "*SendUIFader" style:highest "plugin_slider" -widget "*ReturnUIFader" style:highest "plugin_slider" - -widget "*AudioTrackFader" style:highest "audio_track_fader" -widget "*MidiTrackFader" style:highest "midi_track_fader" -widget "*AudioBusFader" style:highest "audio_bus_fader" - -widget "*BusControlsBaseUnselected" style:highest "audio_bus_base" -widget "*TrackSeparator" style:highest "track_separator" -widget "*TrackEditIndicator0*" style:highest "edit_group_0" -widget "*TrackEditIndicator1*" style:highest "edit_group_1" -widget "*TrackEditIndicator2*" style:highest "edit_group_2" -widget "*TrackEditIndicator3*" style:highest "edit_group_3" -widget "*TrackEditIndicator4*" style:highest "edit_group_3" -widget "*TrackEditIndicator5*" style:highest "edit_group_3" -widget "*TrackEditIndicator6*" style:highest "edit_group_3" -widget "*TrackEditIndicator7*" style:highest "edit_group_3" -widget "*EditorTrackNameDisplay" style:highest "track_name_display" -widget "*EditorTrackNameDisplay*" style:highest "track_name_display" -widget "*CrossfadeEditAuditionButton" style:highest "bright_when_active" -widget "*CrossfadeEditAuditionButton*" style:highest "bright_when_active" -widget "*CrossfadeEditCurveButton" style:highest "bright_when_active" -widget "*CrossfadeEditCurveButton*" style:highest "bright_when_active" -widget "*CrossfadeEditLabel" style:highest "medium_text" -widget "*CrossfadeEditFrame" style:highest "base_frame" -widget "*MouseModeButton" style:highest "mouse_mode_button" -widget "*MouseModeButton*" style:highest "default_button" -widget "*EditorMainCanvas" style:highest "main_canvas_area" -widget "*AudioTrackControlsBaseInactiveUnselected" style:highest "track_controls_inactive" -widget "*BusControlsBaseInactiveUnselected" style:highest "track_controls_inactive" -widget "*AutomationTrackControlsBaseInactiveUnselected" style:highest "track_controls_inactive" -widget "*AudioTrackControlsBaseInactiveSelected" style:highest "track_controls_inactive" -widget "*BusControlsBaseInactiveSelected" style:highest "track_controls_inactive" -widget "*AutomationTrackControlsBaseInactiveSelected" style:highest "track_controls_inactive" -widget "*AudioTrackControlsBaseSelected" style:highest "edit_controls_base_selected" -widget "*MidiTrackControlsBaseSelected" style:highest "edit_controls_base_selected" -widget "*BusControlsBaseSelected" style:highest "edit_controls_base_selected" -widget "*AutomationTrackControlsBase" style:highest "automation_track_controls_base" -widget "*AutomationTrackControlsBaseSelected" style:highest "edit_controls_base_selected" -#widget "*EditorMenuBar*" style:highest "black_mackie_menu_bar" -#widget "*MainMenuBar*" style:highest "black_mackie_menu_bar" -widget "*ZoomClickBox" style:highest "medium_bold_entry" -widget "*PluginParameterLabel" style:highest "medium_text" -widget "*PluginNameInfo" style:highest "plugin_name_text" -widget "*PluginMakerInfo" style:highest "plugin_maker_text" -widget "*PluginParameterInfo" style:highest "medium_text" -widget "*MotionControllerValue" style:highest "small_entry" -widget "*MotionControllerValue*" style:highest "small_entry" -widget "*ParameterValueDisplay" style:highest "medium_bold_entry" -widget "*PluginUIClickBox" style:highest "medium_bold_entry" -widget "*PluginUIClickBox*" style:highest "medium_bold_entry" -widget "*ProcessorControlSlider" style:highest "processor_control_slider" -widget "*processor control button" style:highest "processor_control_button" -widget "*PluginSlider" style:highest "plugin_slider" -widget "*GainFader" style:highest "plugin_slider" -widget "*MixerTrackCommentArea" style:highest "option_entry" -widget "*MixerPanZone" style:highest "pan_zone" -widget "*LHSList" style:highest "treeview_display" -widget "*RegionEditorLabel" style:highest "medium_text" -widget "*RegionEditorSmallLabel" style:highest "small_text" -widget "*RegionEditorEntry" style:highest "medium_entry" -widget "*RegionEditorToggleButton" style:highest "paler_bright_when_active" -widget "*RegionEditorToggleButton*" style:highest "paler_bright_when_active" -widget "*MixerStripSpeedBase" style:highest "small_entry" -widget "*MixerStripSpeedBase*" style:highest "small_entry" -widget "*MixerStripSpeedBaseNotOne" style:highest "small_red_on_black_entry" -widget "*MixerStripSpeedBaseNotOne*" style:highest "small_red_on_black_entry" -widget "*MixerStripGainDisplay" style:highest "small_entry" -widget "*MixerStripGainDisplay*" style:highest "small_entry" -widget "*MixerStripGainUnitButton" style:highest "very_small_button" -widget "*MixerStripGainUnitButton*" style:highest "very_small_button" -widget "*MixerStripMeterPreButton" style:highest "very_small_button" -widget "*MixerStripMeterPreButton*" style:highest "very_small_button" -widget "*MixerStripPeakDisplay" style:highest "red_active_small_entry" -widget "*MixerStripPeakDisplay*" style:highest "red_active_small_entry" -widget "*MixerStripPeakDisplayPeak*" style:highest "peak_display_peaked_entry" -widget "*MixerStripSelectedFrame" style:highest "selected_strip_frame" -widget "*MixerStripFrame" style:highest "base_frame" -widget "*monitor section invert" style:highest "monitor_invert_button" -widget "*monitor section cut" style:highest "monitor_mute_button" -widget "*monitor section dim" style:highest "monitor_dim_button" -widget "*monitor section mono" style:highest "monitor_mono_button" -widget "*monitor solo exclusive" style:highest "monitor_mono_button" -widget "*monitor solo override" style:highest "monitor_mono_button" -widget "*MonitorIsoAlert" style:highest "monitor_iso_button" -widget "*MonitorIsoAlert*" style:highest "monitor_iso_button" -widget "*BypassButton" style:highest "bright_when_active" -widget "*BypassButton*" style:highest "bright_when_active" -widget "*FadeCurve" style:highest "medium_bold_entry" -widget "*FadeCurve*" style:highest "medium_bold_entry" -widget "*RouteParamsListDisplay" style:highest "inspector_track_list_display" -widget "*TearOffArrow" style:highest "tearoff_arrow" -widget "*RouteParamsTitleLabel" style:highest "medium_text" -widget "*PluginAutomateButton" style:highest "small_button" -widget "*PluginAutomateButton*" style:highest "small_button" -widget "*PluginSaveButton" style:highest "small_button" -widget "*PluginSaveButton*" style:highest "small_button" -widget "*PluginEditButton*" style:highest "small_button" -widget "*PluginLoadButton" style:highest "small_button" -widget "*PluginLoadButton*" style:highest "small_button" -widget "*PluginEditorButton*" style:highest "default_toggle_button" -widget "*PluginEditorButton-active" style:highest "default_toggle_button_active" - -widget "*BarControlSpinner" style:highest "small_spinner" -widget "*BarControlSpinner*" style:highest "small_spinner" - -widget "*meterstripPPM" style:highest "meter_strip_ppm" -widget "*meterstripDPM" style:highest "meter_strip_dpm" -widget "*meterstripVU" style:highest "meter_strip_vu" -widget "*BlackSeparator" style:highest "meter_strip_sep" - -widget "*MetricDialogFrame" style:highest "base_frame" -widget "*MetricEntry" style:highest "medium_bold_entry" -widget "*MetricButton" style:highest "default_button" -widget "*MetricButton.*" style:highest "default_button" -widget "*MetricLabel" style:highest "medium_text" -widget "*TimeStretchButton" style:highest "default_button" -widget "*TimeStretchButton.*" style:highest "default_button" -widget "*ChoiceWindow" style:highest "default_generic" -widget "*ChoicePrompt" style:highest "default_generic" -widget "*ChoiceButton" style:highest "default_button" -widget "*ChoiceButton*" style:highest "default_button" -widget "*SelectionModeButton" style:highest "default_button" -widget "*SelectionModeButton*" style:highest "default_button" -widget "*TrackLabel" style:highest "medium_text" -widget "*TrackPlugName" style:highest "medium_text" -widget "*TrackParameterName" style:highest "small_italic_text" -widget "*AddRouteDialog*" style:highest "medium_text" -widget "*AddRouteDialog.GtkLabel" style:highest "medium_text" -widget "*AddRouteDialogChannelChoice" style:highest "medium_bold_entry" -widget "*AddRouteDialogSpinner" style:highest "medium_bold_entry" -widget "*AddRouteDialogSpinner*" style:highest "medium_bold_entry" -widget "*AddRouteDialogRadioButton" style:highest "bright_when_active" -widget "*AddRouteDialogButton" style:highest "default_button" -widget "*AddRouteDialogNameTemplateEntry" style:highest "medium_bold_entry" -widget "*NewSessionIOLabel" style:highest "large_bold_text" -widget "*NewSessionSR1Label" style:highest "red_medium_text" -widget "*NewSessionSR2Label" style:highest "medium_text" -widget "*NewSessionChannelChoice" style:highest "medium_bold_entry" -widget "*NewSessionMainButton" style:highest "large_bold_text" -widget "*NewSessionMainButton*" style:highest "large_bold_text" -widget "*NewSessionMainLabel" style:highest "large_bold_text" -widget "*location edit row clock" style:highest "medium_text" -widget "*LocationEditNameLabel" style:highest "medium_text" -widget "*LocationEditSetButton" style:highest "location_row_button" -widget "*LocationEditSetButton*" style:highest "location_row_button" -widget "*LocationEditGoButton" style:highest "location_row_button" -widget "*LocationEditGoButton*" style:highest "location_row_button" -widget "*LocationEditCdButton" style:highest "small_red_active_and_selected_button" -widget "*LocationEditCdButton*" style:highest "small_red_active_and_selected_button" -widget "*LocationEditHideButton" style:highest "small_red_active_and_selected_button" -widget "*LocationEditHideButton*" style:highest "small_red_active_and_selected_button" -widget "*LocationEditLockButton*" style:highest "small_red_active_and_selected_button" -widget "*LocationEditGlueButton*" style:highest "small_red_active_and_selected_button" -widget "*LocationEditNumberLabel" style:highest "small_text" -widget "*LocationLocEditorFrame" style:highest "base_frame" -widget "*LocationRangeEditorFrame" style:highest "base_frame" -widget "*LocationEditNameEntry" style:highest "option_entry" -widget "*LocationAddLocationButton" style:highest "default_button" -widget "*LocationAddLocationButton*" style:highest "default_button" -widget "*LocationAddRangeButton" style:highest "default_button" -widget "*LocationAddRangeButton*" style:highest "default_button" -widget "*LocationEditRemoveButton" style:highest "location_row_button" -widget "*LocationEditRemoveButton*" style:highest "location_row_button" -widget "*ChannelCountSelector" style:highest "medium_bold_entry" -widget "*ChannelCountSelector.GtkArrow" style:highest "default_generic" -widget "*RegionListWholeFile" style:highest "treeview_parent_node" -widget "*EditorHScrollbar" style:highest "editor_hscrollbar" -widget "*MidiListView*" style:highest "treeview_display" -widget "*ProcessorList*" style:highest "processor_list" -widget "*PortMatrixLabel*" style:highest "small_text" -widget "*midi device" style:highest "midi_device" -widget "*MidiTracerTextView" style:highest "midi_tracer_textview" -widget "*solo isolate" style:highest "solo_isolate" -widget "*meterbridge label" style:highest "meterbridge_label" -widget "*solo safe" style:highest "solo_safe" -widget "*ContrastingPopup" style:highest "contrasting_popup" -widget "*ContrastingPopup*" style:highest "contrasting_popup" -widget "*MidiChannelSelectorButton" style:highest "midi_channel_selector_button" -widget "*TimeInfoSelectionTitle" style:highest "very_small_text" -widget "*TimeInfoSelectionLabel" style:highest "very_small_text" -widget "*TimeInfoPunchTitle" style:highest "very_small_text" -widget "*TimeInfoPunchButton" style:highest "very_small_text" -widget "*TimeInfoBox" style:highest "time_info_box" -widget "*tracknumber label" style:highest "tracknumber_label" -widget "*StatusBarBox" style:highest "status_bar_box" -widget "*RouteNameEditorEntry" style:highest "text_cell_entry" -widget "*RegionNameEditorEntry" style:highest "text_cell_entry" -widget "*MidiSoundNotesButton" style:highest "default_toggle_button" -widget "*MeasureLatencyButton" style:highest "default_toggle_button" -widget "*processor prefader" style:highest "processor" -widget "*processor fader" style:highest "processor" -widget "*processor postfader" style:highest "processor" -widget "*MonitorSectionLabel" style:highest "small_text" -widget "*record enable button" style:highest "small_button" -widget "*mute button" style:highest "small_button" -widget "*invert button" style:highest "small_button" -widget "*send alert button" style:highest "small_text" -widget "*solo button" style:highest "small_button" -widget "*route button" style:highest "small_button" -widget "*monitor button" style:highest "small_button" -widget "*rude solo" style:highest "small_text" -widget "*rude audition" style:highest "small_text" -widget "*feedback alert" style:highest "small_text" -widget "*transport option button" style:highest "small_text" -widget "*transport active option button" style:highest "small_text" -widget "*plugin bypass button" style:highest "small_text" -widget "*punch button" style:highest "small_text" -widget "*lock button" style:highest "large_bold_text" diff --git a/gtk2_ardour/fonts.rc.in b/gtk2_ardour/fonts.rc.in new file mode 100644 index 0000000000..8d09ff0f1d --- /dev/null +++ b/gtk2_ardour/fonts.rc.in @@ -0,0 +1,103 @@ +style "very_small_text" +{ + font_name = "@FONT_SMALLER@" +} + +style "small_text" +{ + font_name = "@FONT_SMALL@" +} + +style "small_mono_text" +{ + font_name = "@MONOSPACE@ @FONT_SMALLER@" +} + +style "small_italic_text" +{ + font_name = "italic @FONT_SMALL@" +} + +style "small_bold_text" +{ + font_name = "bold @FONT_SMALL@" +} + +style "medium_bold_text" +{ + font_name = "bold @FONT_NORMAL@" +} + +style "medium_text" +{ + font_name = "@FONT_NORMAL@" +} + +style "medium_monospace_text" +{ + font_name = "@MONOSPACE@ @FONT_SIZE_NORMAL@" +} + +style "red_medium_text" = "medium_text" +{ + fg[NORMAL] = @@COLPREFIX@_bright_indicator + fg[ACTIVE] = @@COLPREFIX@_bright_indicator + fg[SELECTED] = @@COLPREFIX@_bright_indicator +} + +style "large_bold_text" +{ + font_name = "bold @FONT_LARGE@" +} + +style "big_text" +{ + font_name = "@FONT_BIG@" +} + +style "bigger_mono_text" +{ + font_name = "@MONOSPACE@ @FONT_BIGGER@" +} + +style "larger_text" +{ + font_name = "@FONT_LARGE@" +} + +style "monospace massive_text" +{ + font_name = "@MONOSPACE@ bold @FONT_MASSIVE@" +} + +style "big_bold_text" +{ + font_name = "bold @FONT_LARGER@" +} + +style "plugin_name_text" = "big_bold_text" +{ + fg[NORMAL] = @@COLPREFIX@_text +} + +style "plugin_maker_text" = "large_bold_text" +{ + fg[NORMAL] = @@COLPREFIX@_text +} + +style "verbose_canvas_cursor" = "big_bold_text" +{ +} + +style "marker_text" = "small text" +{ +} + +style "midi_tracer_textview" = "medium_monospace_text" +{ + +} + +style "time_axis_view_item_name" = "very small text" +{ +} diff --git a/gtk2_ardour/styles.rc.in b/gtk2_ardour/styles.rc.in new file mode 100644 index 0000000000..9aef870370 --- /dev/null +++ b/gtk2_ardour/styles.rc.in @@ -0,0 +1,1060 @@ +style "contrasting_popup" = "medium_monospace_text" +{ + bg[NORMAL] = @@COLPREFIX@_lightest + fg[NORMAL] = @@COLPREFIX@_darkest + base[NORMAL] = @@COLPREFIX@_lightest + text[NORMAL] = @@COLPREFIX@_darkest + text[ACTIVE] = @@COLPREFIX@_darkest + text[SELECTED] = @@COLPREFIX@_darkest +} + +style "base_frame" +{ + fg[NORMAL] = @@COLPREFIX@_bg + bg[NORMAL] = @@COLPREFIX@_bg +} + +style "transport_base" = "medium_bold_text" +{ + +} + +style "default_button" = "small_text" +{ +} + +style "mouse_mode_button" = "default_button" +{ + bg[ACTIVE] = @@COLPREFIX@_contrasting_indicator + fg[ACTIVE] = @@COLPREFIX@_darkest +} + +style "default_menu" = "medium_text" +{ + #bg[NORMAL] = darker(@@COLPREFIX@_bg) +} + +style "default_generic" = "medium_text" +{ +} + +style "text_cell_entry" = "medium_text" +{ +} + +style "very_small_button" = "default_button" +{ + ythickness = 0 + xthickness = 0 +} + +style "small_button" = "default_button" +{ +} + +style "very_small_red_active_and_selected_button" = "very_small_button" +{ + fg[ACTIVE] = @@COLPREFIX@_darkest + bg[ACTIVE] = @@COLPREFIX@_bright_indicator + bg[SELECTED] = @@COLPREFIX@_bright_indicator +} + +style "small_red_active_and_selected_button" = "small_button" +{ + fg[ACTIVE] = @@COLPREFIX@_darkest + bg[ACTIVE] = @@COLPREFIX@_bright_indicator + bg[SELECTED] = @@COLPREFIX@_bright_indicator +} + +style "gain_fader" +{ + bg[NORMAL] = shade (0.7, @@COLPREFIX@_bg) + bg[ACTIVE] = shade (0.705, @@COLPREFIX@_bg) + bg[INSENSITIVE] = shade (0.705, @@COLPREFIX@_bg) + + fg[INSENSITIVE] = shade(1.4, @@COLPREFIX@_bg) + fg[NORMAL] = shade(1.4, @@COLPREFIX@_bg) + fg[ACTIVE] = shade(1.4, @@COLPREFIX@_bg) +} + +#MSR and related buttons + +style "track_rec_enable_button" = "small_button" +{ + fg[ACTIVE] = @@COLPREFIX@_darkest + bg[NORMAL] = mix(0.08,@@COLPREFIX@_arm,@@COLPREFIX@_bg) + bg[PRELIGHT] = shade(1.1,mix(0.08,@@COLPREFIX@_arm,@@COLPREFIX@_bg)) +} + +style "track_rec_enable_button_active" = "small_button" +{ + #fg[ACTIVE] = @@COLPREFIX@_darkest + #fg[SELECTED] = @@COLPREFIX@_darkest + #fg[PRELIGHT] = @@COLPREFIX@_darkest + #fg[NORMAL] = @@COLPREFIX@_darkest + + bg[NORMAL] = @@COLPREFIX@_arm + bg[ACTIVE] = @@COLPREFIX@_arm + bg[SELECTED] = @@COLPREFIX@_arm + bg[PRELIGHT] = shade(1.1, @@COLPREFIX@_arm) +} + +style "track_rec_enable_button_alternate" = "small_button" +{ + fg[SELECTED] = @@COLPREFIX@_darkest + fg[ACTIVE] = @@COLPREFIX@_darkest + fg[PRELIGHT] = @@COLPREFIX@_darkest + fg[NORMAL] = @@COLPREFIX@_darkest + + bg[NORMAL] = lighter(@@COLPREFIX@_arm) + bg[ACTIVE] = lighter(@@COLPREFIX@_arm) + bg[SELECTED] = lighter(@@COLPREFIX@_arm) + bg[PRELIGHT] = shade(1.1, lighter(@@COLPREFIX@_arm)) +} + +style "track_rec_enable_button_alternate_two" = "small_button" +{ + fg[SELECTED] = @@COLPREFIX@_darkest + fg[ACTIVE] = @@COLPREFIX@_darkest + fg[PRELIGHT] = @@COLPREFIX@_darkest + fg[NORMAL] = @@COLPREFIX@_darkest + + bg[NORMAL] = darker(@@COLPREFIX@_arm) + bg[ACTIVE] = darker(@@COLPREFIX@_arm) + bg[SELECTED] = darker(@@COLPREFIX@_arm) + bg[PRELIGHT] = shade(1.1, darker(@@COLPREFIX@_arm)) +} + +style "mixer_track_rec_enable_button" = "track_rec_enable_button" +{ + xthickness = 0 + ythickness = 0 +} + +style "mixer_track_rec_enable_button_alternate" = "track_rec_enable_button_alternate" +{ + xthickness = 0 + ythickness = 0 +} + +style "mixer_track_rec_enable_button_active" = "track_rec_enable_button_active" +{ + xthickness = 0 + ythickness = 0 +} + +style "meterbridge_label" = "small_text" +{ +} + +style "midi_device" = "very_small_text" +{ +} + +style "solo_isolate" = "very_small_text" +{ +} + +style "solo_safe" = "very_small_text" +{ +} + +style "tracknumber_label" = "medium_monospace_text" +{ +} + +style "solo_button" = "small_button" +{ + bg[NORMAL] = mix(0.1,@@COLPREFIX@_solo,@@COLPREFIX@_bg) + bg[ACTIVE] = @@COLPREFIX@_solo + fg[ACTIVE] = @@COLPREFIX@_darkest +} + +style "solo_button_alternate" = "small_button" +{ + # + # this is the "solo-isolated" solo theme + # + + bg[ACTIVE] = lighter(@@COLPREFIX@_solo) + + fg[ACTIVE] = @@COLPREFIX@_bright_indicator + fg[SELECTED] = @@COLPREFIX@_bright_indicator + fg[NORMAL] = @@COLPREFIX@_bright_indicator + fg[PRELIGHT] = shade(1.1, @@COLPREFIX@_bright_indicator) +} + +style "solo_button_alternate2" = "small_button" +{ + # + # this is the "half-bright" solo theme + # + + bg[NORMAL] = darker(@@COLPREFIX@_solo) + bg[ACTIVE] = darker(@@COLPREFIX@_solo) + bg[SELECTED] = darker(@@COLPREFIX@_solo) + bg[PRELIGHT] = shade(1.1, darker(@@COLPREFIX@_solo)) + + fg[ACTIVE] = @@COLPREFIX@_darkest + fg[SELECTED] = @@COLPREFIX@_darkest + fg[NORMAL] = @@COLPREFIX@_darkest + fg[PRELIGHT] = @@COLPREFIX@_darkest +} + +style "solo_button_active" = "small_button" +{ + # + # this is the "full-bright" solo theme + # + + bg[NORMAL] = @@COLPREFIX@_solo + bg[ACTIVE] = @@COLPREFIX@_solo + bg[SELECTED] = @@COLPREFIX@_solo + bg[PRELIGHT] = shade(1.1, @@COLPREFIX@_solo) + + fg[ACTIVE] = @@COLPREFIX@_darkest + fg[SELECTED] = @@COLPREFIX@_darkest + fg[NORMAL] = @@COLPREFIX@_darkest + fg[PRELIGHT] = @@COLPREFIX@_darkest +} + +style "processor" = "small_text" +{ +} + +style "mixer_invert_button" = "small_button" +{ + bg[ACTIVE] = @@COLPREFIX@_not_so_bright_indicator + fg[ACTIVE] = @@COLPREFIX@_darkest +} + +style "mixer_solo_button" = "solo_button" +{ + xthickness = 0 + ythickness = 0 +} + +style "mixer_solo_button_alternate" = "solo_button_alternate" +{ + xthickness = 0 + ythickness = 0 +} + +style "mixer_solo_button_alternate2" = "solo_button_alternate2" +{ + xthickness = 0 + ythickness = 0 +} + + +style "mixer_solo_button_active" = "solo_button_active" +{ + xthickness = 0 + ythickness = 0 +} + +style "monitor_opt_button" = "small_button" +{ + bg[NORMAL] = mix(0.1,@@COLPREFIX@_not_so_bright_indicator,@@COLPREFIX@_bg) + bg[ACTIVE] = @@COLPREFIX@_not_so_bright_indicator + fg[ACTIVE] = @@COLPREFIX@_darkest +} + +style "monitor_mono_button" = "small_button" +{ + bg[NORMAL] = mix(0.1,@@COLPREFIX@_mono,@@COLPREFIX@_bg) + bg[ACTIVE] = @@COLPREFIX@_mono + fg[ACTIVE] = @@COLPREFIX@_darkest +} + +style "monitor_invert_button" = "small_button" +{ + bg[NORMAL] = mix(0.1,@@COLPREFIX@_not_so_bright_indicator,@@COLPREFIX@_bg) + bg[ACTIVE] = @@COLPREFIX@_not_so_bright_indicator + fg[ACTIVE] = @@COLPREFIX@_darkest +} + +style "monitor_mute_button" = "small_button" +{ + bg[NORMAL] = mix(0.1,@@COLPREFIX@_mute,@@COLPREFIX@_bg) + bg[ACTIVE] = @@COLPREFIX@_mute + fg[ACTIVE] = @@COLPREFIX@_darkest +} + +style "monitor_dim_button" = "small_button" +{ + bg[NORMAL] = mix(0.1,lighter(@@COLPREFIX@_mute),@@COLPREFIX@_bg) + bg[ACTIVE] = lighter(@@COLPREFIX@_mute) + fg[ACTIVE] = @@COLPREFIX@_darkest +} + +style "monitor_iso_button" = "small_button" +{ + bg[NORMAL] = mix(0.1,@@COLPREFIX@_somewhat_bright_indicator,@@COLPREFIX@_bg) + bg[ACTIVE] = @@COLPREFIX@_somewhat_bright_indicator + fg[ACTIVE] = @@COLPREFIX@_darkest +} + +style "mute_button" = "small_button" +{ + bg[NORMAL] = mix(0.1,@@COLPREFIX@_mute,@@COLPREFIX@_bg) + bg[ACTIVE] = @@COLPREFIX@_mute + fg[ACTIVE] = @@COLPREFIX@_darkest +} + +style "mute_button_fullylit" = "small_button" +{ + # this is the normal "active" state for a mute button + + bg[ACTIVE] = @@COLPREFIX@_mute + bg[NORMAL] = @@COLPREFIX@_mute + bg[SELECTED] = @@COLPREFIX@_mute + bg[PRELIGHT] = lighter (@@COLPREFIX@_mute) + + fg[SELECTED] = @@COLPREFIX@_darkest + fg[ACTIVE] = @@COLPREFIX@_darkest + fg[NORMAL] = @@COLPREFIX@_darkest + fg[PRELIGHT] = @@COLPREFIX@_darkest +} + +style "mute_button_halflit" = "small_button" +{ + bg[NORMAL] = mix(0.5,@@COLPREFIX@_lightest,@@COLPREFIX@_mute) + bg[SELECTED] = mix(0.5,@@COLPREFIX@_lightest,@@COLPREFIX@_mute) + bg[ACTIVE] = mix(0.5,@@COLPREFIX@_lightest,@@COLPREFIX@_mute) + bg[PRELIGHT] = mix(0.5,@@COLPREFIX@_lightest,@@COLPREFIX@_mute) + + fg[SELECTED] = @@COLPREFIX@_darkest + fg[ACTIVE] = @@COLPREFIX@_darkest + fg[NORMAL] = @@COLPREFIX@_darkest + fg[PRELIGHT] = @@COLPREFIX@_darkest +} + +style "mixer_mute_button" = "mute_button" +{ + xthickness = 0 + ythickness = 0 +} + +style "mixer_mute_button_fullylit" = "mute_button_fullylit" +{ + xthickness = 0 + ythickness = 0 +} + +style "mixer_mute_button_halflit" = "mute_button_halflit" +{ + xthickness = 0 + ythickness = 0 +} + +style "multiline_combo" = "small_button" +{ + xthickness = 0 + ythickness = 0 +} + +style "track_loop_button" = "small_button" +{ + bg[ACTIVE] = @@COLPREFIX@_somewhat_bright_indicator + bg[PRELIGHT] = lighter(@@COLPREFIX@_somewhat_bright_indicator) + +} + +style "mixer_red_active_button" = "very_small_button" +{ + bg[ACTIVE] = @@COLPREFIX@_bright_indicator + + base[INSENSITIVE] = { 0.16, 0.16, 0.21 } + bg[INSENSITIVE] = { 0.16, 0.16, 0.21 } +} + +style "ruler_label" = "small_bold_text" +{ + fg[NORMAL] = @@COLPREFIX@_light_text_on_dark +} + +style "transport_button" +{ + #bg[NORMAL] = mix(0.05,@@COLPREFIX@_contrasting_indicator,@@COLPREFIX@_bg) #turns out this is kind of yucky looking, but it's there if you want to try it + bg[ACTIVE] = @@COLPREFIX@_contrasting_indicator + fg[ACTIVE] = @@COLPREFIX@_darkest +} + +style "transport_button_active" +{ + bg[NORMAL] = @@COLPREFIX@_contrasting_indicator + bg[ACTIVE] = @@COLPREFIX@_contrasting_indicator + bg[SELECTED] = @@COLPREFIX@_contrasting_indicator + bg[PRELIGHT] = @@COLPREFIX@_contrasting_indicator + + fg[NORMAL] = @@COLPREFIX@_darkest + fg[PRELIGHT] = @@COLPREFIX@_darkest + fg[SELECTED] = @@COLPREFIX@_darkest + fg[ACTIVE] = @@COLPREFIX@_darkest +} + +style "transport_button_alternate_two" +{ + fg[SELECTED] = @@COLPREFIX@_darkest + fg[ACTIVE] = @@COLPREFIX@_darkest + fg[PRELIGHT] = @@COLPREFIX@_darkest + fg[NORMAL] = @@COLPREFIX@_darkest + + bg[NORMAL] = shade(0.2,@@COLPREFIX@_bright_indicator) + bg[ACTIVE] = shade(0.2,@@COLPREFIX@_bright_indicator) + bg[SELECTED] = shade(0.2,@@COLPREFIX@_bright_indicator) + bg[PRELIGHT] = shade(0.2,@@COLPREFIX@_bright_indicator) +} + +style "transport_rec_button" +{ + fg[ACTIVE] = @@COLPREFIX@_darkest + bg[ACTIVE] = darker(@@COLPREFIX@_arm) + #the rest of these don't quite do what I expected + #bg[NORMAL] = mix(0.05,@@COLPREFIX@_arm,@@COLPREFIX@_bg) + #bg[SELECTED] = darker(@@COLPREFIX@_arm) + #bg[PRELIGHT] = lighter(mix(0.05,@@COLPREFIX@_arm,@@COLPREFIX@_bg)) + +} + +style "transport_rec_button_active" +{ + bg[ACTIVE] = darker(@@COLPREFIX@_arm) + bg[NORMAL] = darker(@@COLPREFIX@_arm) + bg[SELECTED] = darker(@@COLPREFIX@_arm) + bg[PRELIGHT] = darker(@@COLPREFIX@_arm) +} + +style "transport_rec_button_alternate" +{ + bg[PRELIGHT] = @@COLPREFIX@_arm + bg[NORMAL] = @@COLPREFIX@_arm + bg[SELECTED] = @@COLPREFIX@_arm + bg[ACTIVE] = @@COLPREFIX@_arm +} + +style "midi_channel_selector_button" +{ + bg[NORMAL] = @@COLPREFIX@_bg + bg[ACTIVE] = @@COLPREFIX@_midi_channel_selector + fg[NORMAL] = @@COLPREFIX@_fg + fg[ACTIVE] = @@COLPREFIX@_light_text_on_dark +} + +style "shuttle_control" = "very_small_text" +{ + fg[NORMAL] = @@COLPREFIX@_control_text2 + fg[ACTIVE] = @@COLPREFIX@_control_text2 + fg[PRELIGHT] = @@COLPREFIX@_control_text2 + fg[SELECTED] = @@COLPREFIX@_control_text2 + fg[INSENSITIVE] = @@COLPREFIX@_control_text2 + + bg[NORMAL] = @@COLPREFIX@_darkest + bg[PRELIGHT] = @@COLPREFIX@_darkest + bg[INSENSITIVE] = @@COLPREFIX@_darkest + bg[ACTIVE] = @@COLPREFIX@_bright_color + bg[SELECTED] = @@COLPREFIX@_bright_color +} + +style "ardour_adjusters" = "default_generic" +{ + bg[NORMAL] = @@COLPREFIX@_bg + bg[PRELIGHT] = lighter(@@COLPREFIX@_bg) + bg[ACTIVE] = @@COLPREFIX@_darkest +} + +style "editor_hscrollbar" = "ardour_adjusters" +{ + # + # special case: we want this scrollbar to be as tall as the + # zoom focus selector combobox. scrollbars don't expand to + # fill the space available to them, so we have to explicitly + # make it bigger. + # + GtkRange::slider_width = 27 + GtkScrollbar::slider_width = 27 +} + +style "ardour_progressbars" = "default_generic" +{ + # Clearlooks always uses darkest for the advancing bar, sigh + # so this is just a contrasting color for the trough + bg[NORMAL] = @@COLPREFIX@_bright_color +} + +style "preferences" = "default" +{ + fg[PRELIGHT] = lighter(@@COLPREFIX@_fg) +} + +style "option_entry" = "default" +{ + +} + +style "very_small_bright_when_active" = "very_small_text" +{ + fg[NORMAL] = @@COLPREFIX@_fg + bg[NORMAL] = @@COLPREFIX@_bg + bg[PRELIGHT] = @@COLPREFIX@_bg + + fg[ACTIVE] = @@COLPREFIX@_fg + bg[ACTIVE] = @@COLPREFIX@_bright_indicator + bg[PRELIGHT] = @@COLPREFIX@_bright_indicator +} + +style "bright_when_active" = "medium_text" +{ + fg[NORMAL] = @@COLPREFIX@_fg + bg[NORMAL] = @@COLPREFIX@_bg + bg[PRELIGHT] = @@COLPREFIX@_bg + + fg[ACTIVE] = @@COLPREFIX@_fg + bg[ACTIVE] = @@COLPREFIX@_bright_indicator + bg[PRELIGHT] = @@COLPREFIX@_bright_indicator +} + +style "xrun_warn" = "larger_bold_text" +{ + fg[NORMAL] = @@COLPREFIX@_fg + fg[ACTIVE] = @@COLPREFIX@_fg + text[NORMAL] = @@COLPREFIX@_fg + text[ACTIVE] = @@COLPREFIX@_fg + base[NORMAL] = @@COLPREFIX@_base + base[ACTIVE] = @@COLPREFIX@_base + bg[NORMAL] = @@COLPREFIX@_bright_indicator + bg[ACTIVE] = @@COLPREFIX@_contrasting_indicator +} +/* +style "menu_bar_base" = "default" +{ + +} +*/ +style "fatal_message" = "medium_text" +{ + fg[ACTIVE] = @@COLPREFIX@_bright_indicator + fg[NORMAL] = @@COLPREFIX@_bright_indicator + bg[ACTIVE] = @@COLPREFIX@_base + bg[NORMAL] = @@COLPREFIX@_base + base[NORMAL] = @@COLPREFIX@_base + base[NORMAL] = @@COLPREFIX@_base +} + +style "error_message" = "medium_text" +{ + fg[ACTIVE] = @@COLPREFIX@_bright_indicator + fg[NORMAL] = @@COLPREFIX@_bright_indicator + bg[ACTIVE] = @@COLPREFIX@_base + bg[NORMAL] = @@COLPREFIX@_base + base[NORMAL] = @@COLPREFIX@_base + base[NORMAL] = @@COLPREFIX@_base +} + +style "info_message" = "medium_text" +{ + fg[ACTIVE] = @@COLPREFIX@_contrasting_indicator + fg[NORMAL] = @@COLPREFIX@_contrasting_indicator + bg[ACTIVE] = @@COLPREFIX@_base + bg[NORMAL] = @@COLPREFIX@_base + base[NORMAL] = @@COLPREFIX@_base + base[NORMAL] = @@COLPREFIX@_base +} + +style "warning_message" = "medium_text" +{ + fg[ACTIVE] = @@COLPREFIX@_bright_color + fg[NORMAL] = @@COLPREFIX@_bright_color + bg[ACTIVE] = @@COLPREFIX@_base + bg[NORMAL] = @@COLPREFIX@_base + base[NORMAL] = @@COLPREFIX@_base + base[NORMAL] = @@COLPREFIX@_base +} + +style "medium_entry" = "medium_text" +{ + fg[NORMAL] = @@COLPREFIX@_text + fg[ACTIVE] = @@COLPREFIX@_contrasting_indicator + fg[SELECTED] = @@COLPREFIX@_fg_selected + + text[NORMAL] = @@COLPREFIX@_text + text[ACTIVE] = @@COLPREFIX@_text + text[SELECTED] = @@COLPREFIX@_fg_selected + + bg[NORMAL] = @@COLPREFIX@_base + bg[SELECTED] = @@COLPREFIX@_base + bg[SELECTED] = @@COLPREFIX@_bg_selected + + base[NORMAL] = @@COLPREFIX@_base + base[ACTIVE] = @@COLPREFIX@_base + base[SELECTED] = @@COLPREFIX@_bg_selected +} + +style "medium_entry_noselection_fg" = "medium_entry" +{ + # this seems wrong to me, but the light theme uses it + fg[SELECTED] = @@COLPREFIX@_contrasting_indicator +} + +style "medium_entry_noselection_bg" = "medium_entry" +{ + # this seems wrong to me, but the light theme uses it + bg[SELECTED] = @@COLPREFIX@_text +} + +style "medium_bold_entry" = "medium_bold_text" +{ + fg[NORMAL] = @@COLPREFIX@_text + fg[ACTIVE] = @@COLPREFIX@_contrasting_indicator + fg[SELECTED] = @@COLPREFIX@_fg_selected + + text[NORMAL] = @@COLPREFIX@_text + text[ACTIVE] = @@COLPREFIX@_text + text[SELECTED] = @@COLPREFIX@_fg_selected + + bg[NORMAL] = @@COLPREFIX@_base + bg[SELECTED] = @@COLPREFIX@_base + bg[SELECTED] = @@COLPREFIX@_base + + base[NORMAL] = @@COLPREFIX@_base + base[ACTIVE] = @@COLPREFIX@_base + base[SELECTED] = @@COLPREFIX@_bg_selected +} + +style "small_entry" = "small_text" +{ + xthickness = 3 + ythickness = 3 + fg[NORMAL] = @@COLPREFIX@_text + fg[ACTIVE] = @@COLPREFIX@_contrasting_indicator + fg[SELECTED] = @@COLPREFIX@_fg_selected + + text[NORMAL] = @@COLPREFIX@_text + text[ACTIVE] = @@COLPREFIX@_text + text[SELECTED] = @@COLPREFIX@_fg_selected + + bg[NORMAL] = @@COLPREFIX@_base + bg[ACTIVE] = @@COLPREFIX@_base + bg[SELECTED] = @@COLPREFIX@_base + + base[NORMAL] = @@COLPREFIX@_base + base[ACTIVE] = @@COLPREFIX@_base + base[SELECTED] = @@COLPREFIX@_base +} + +style "small_spinner" = "small_text" +{ + xthickness = 0 + ythickness = 0 + fg[NORMAL] = @@COLPREFIX@_text + fg[ACTIVE] = @@COLPREFIX@_contrasting_indicator + fg[SELECTED] = @@COLPREFIX@_fg_selected + + text[NORMAL] = @@COLPREFIX@_text + text[ACTIVE] = @@COLPREFIX@_text + text[SELECTED] = @@COLPREFIX@_fg_selected + + base[NORMAL] = @@COLPREFIX@_base + base[ACTIVE] = @@COLPREFIX@_base + base[SELECTED] = @@COLPREFIX@_base +} + +style "red_active_small_entry" = "small_entry" +{ + fg[ACTIVE] = @@COLPREFIX@_text + fg[SELECTED] = @@COLPREFIX@_text + text[SELECTED] = @@COLPREFIX@_text +} + +style "small_bold_entry" = "small_bold_text" +{ + fg[NORMAL] = @@COLPREFIX@_text + fg[ACTIVE] = @@COLPREFIX@_contrasting_indicator + fg[SELECTED] = @@COLPREFIX@_fg_selected + + text[NORMAL] = @@COLPREFIX@_text + text[ACTIVE] = @@COLPREFIX@_text + text[SELECTED] = @@COLPREFIX@_fg_selected + + bg[NORMAL] = @@COLPREFIX@_base + bg[SELECTED] = @@COLPREFIX@_base + bg[SELECTED] = @@COLPREFIX@_bg_selected + + base[NORMAL] = @@COLPREFIX@_base + base[ACTIVE] = @@COLPREFIX@_base + base[SELECTED] = @@COLPREFIX@_bg_selected +} + +style "small_red_on_black_entry" = "small_bold_text" +{ + fg[NORMAL] = @@COLPREFIX@_bright_indicator + fg[ACTIVE] = @@COLPREFIX@_bright_indicator + base[NORMAL] = @@COLPREFIX@_base + base[ACTIVE] = @@COLPREFIX@_base + bg[NORMAL] = @@COLPREFIX@_base + bg[ACTIVE] = @@COLPREFIX@_base +} + +style "audio_bus_base" = "very_small_text" +{ + fg[NORMAL] = @@COLPREFIX@_fg + bg[NORMAL] = @@COLPREFIX@_audio_bus + bg[ACTIVE] = @@COLPREFIX@_bg +} + +style "send_strip_base" = "default" +{ + font_name = "@FONT_SMALLER@" + # NORMAL is used for single-data type labels, or Audio + # ACTIVE is used for MIDI in the presence of multiple data type + fg[NORMAL] = @@COLPREFIX@_send_fg + fg[ACTIVE] = darker(@@COLPREFIX@_fg) + + bg[NORMAL] = @@COLPREFIX@_send_bg + bg[ACTIVE] = @@COLPREFIX@_send_bg + bg[PRELIGHT] = @@COLPREFIX@_send_bg + bg[INSENSITIVE] = @@COLPREFIX@_send_bg + bg[SELECTED] = @@COLPREFIX@_send_bg +} + +style "audio_track_base" = "default" +{ + font_name = "@FONT_SMALLER@" + # NORMAL is used for single-data type labels, or Audio + # ACTIVE is used for MIDI in the presence of multiple data type + fg[NORMAL] = @@COLPREFIX@_fg + fg[ACTIVE] = darker(@@COLPREFIX@_fg) + + bg[NORMAL] = @@COLPREFIX@_audio_track + bg[ACTIVE] = @@COLPREFIX@_bg + bg[PRELIGHT] = @@COLPREFIX@_bg + bg[INSENSITIVE] = @@COLPREFIX@_bg + bg[SELECTED] = @@COLPREFIX@_bg +} + +style "midi_track_base" = "default" +{ + font_name = "@FONT_SMALLER@" + # NORMAL is used for single-data type labels, or Audio + # ACTIVE is used for MIDI in the presence of multiple data type + fg[NORMAL] = @@COLPREFIX@_fg + fg[ACTIVE] = darker(@@COLPREFIX@_fg) + + bg[NORMAL] = @@COLPREFIX@_midi_track + bg[ACTIVE] = @@COLPREFIX@_bg + bg[PRELIGHT] = @@COLPREFIX@_bg + bg[INSENSITIVE] = @@COLPREFIX@_bg + bg[SELECTED] = @@COLPREFIX@_bg +} + +style "audio_track_fader" = "gain_fader" +{ + bg[PRELIGHT] = @@COLPREFIX@_audio_track +} +style "audio_bus_fader" = "gain_fader" +{ + bg[PRELIGHT] = @@COLPREFIX@_audio_bus +} +style "midi_track_fader" = "gain_fader" +{ + bg[PRELIGHT] = @@COLPREFIX@_midi_track +} + +style "audio_track_metrics" = "audio_track_base" +{ + font_name = "@FONT_TINY@" +} + +style "midi_track_metrics" = "midi_track_base" +{ + font_name = "@FONT_TINY@" +} + +style "audiomidi_track_metrics" = "midi_track_base" +{ + font_name = "@FONT_TINY@" +} + +style "audio_bus_metrics" = "audio_bus_base" +{ + font_name = "@FONT_TINY@" +} + +style "audio_track_metrics_inactive" = "track_controls_inactive" +{ + font_name = "@FONT_TINY@" +} + +style "midi_track_metrics_inactive" = "track_controls_inactive" +{ + font_name = "@FONT_TINY@" +} + +style "audiomidi_track_metrics_inactive" = "track_controls_inactive" +{ + font_name = "@FONT_TINY@" +} + +style "audio_bus_metrics_inactive" = "track_controls_inactive" +{ + font_name = "@FONT_TINY@" +} + +style "track_name_display" = "medium_text" +{ + fg[NORMAL] = @@COLPREFIX@_fg + fg[ACTIVE] = @@COLPREFIX@_fg + fg[SELECTED] = @@COLPREFIX@_fg + + text[NORMAL] = @@COLPREFIX@_fg + text[ACTIVE] = @@COLPREFIX@_fg + text[SELECTED] = @@COLPREFIX@_fg + + base[NORMAL] = @@COLPREFIX@_base + base[ACTIVE] = lighter(@@COLPREFIX@_base) + base[SELECTED] = @@COLPREFIX@_bg_selected + + bg[NORMAL] = lighter(@@COLPREFIX@_base) + bg[ACTIVE] = lighter(@@COLPREFIX@_base) + bg[SELECTED] = lighter(@@COLPREFIX@_base) +} + +style "track_separator" +{ + bg[NORMAL] = lighter(@@COLPREFIX@_bg) +} + +# Plugin Editors +style "plugin_slider" +{ + #font_name ="bold @FONT_BIG@" + + # the slider itself. the inactive part is INSENSITIVE, + # the active part is taken from some other state. + + fg[NORMAL] = @@COLPREFIX@_bright_color + fg[ACTIVE] = @@COLPREFIX@_bright_color + fg[INSENSITIVE] = @@COLPREFIX@_lightest # matches default + fg[SELECTED] = @@COLPREFIX@_bright_color + fg[PRELIGHT] = @@COLPREFIX@_bright_color + + # draws the outer rectangle around the slider + + bg[NORMAL] = shade (0.6, @@COLPREFIX@_lightest) + bg[ACTIVE] = shade (0.6, @@COLPREFIX@_lightest) + bg[INSENSITIVE] = shade (0.6, @@COLPREFIX@_lightest) + bg[SELECTED] = shade (0.6, @@COLPREFIX@_lightest) + + # outer round-corner-background (pixslider does its own hover prelight) + bg[PRELIGHT] = @@COLPREFIX@_bg + + # the numeric display + + text[NORMAL] = @@COLPREFIX@_text + text[ACTIVE] = @@COLPREFIX@_text + text[INSENSITIVE] = @@COLPREFIX@_text + text[SELECTED] = @@COLPREFIX@_text + text[PRELIGHT] = @@COLPREFIX@_text +} + +style "processor_control_button" = "very_small_text" +{ +} + +style "processor_control_slider" = "plugin_slider" +{ + bg[PRELIGHT] = @@COLPREFIX@_bg + bg[NORMAL] = @@COLPREFIX@_darkest +} + +style "track_list_display" = "small_bold_text" +{ + text[NORMAL] = @@COLPREFIX@_text + text[ACTIVE] = darker(@@COLPREFIX@_text) + text[INSENSITIVE] = @@COLPREFIX@_base + text[SELECTED] = @@COLPREFIX@_fg_selected + + base[NORMAL] = @@COLPREFIX@_base + base[ACTIVE] = lighter(@@COLPREFIX@_base) + base[INSENSITIVE] = darker(@@COLPREFIX@_base) + base[SELECTED] = @@COLPREFIX@_bg_selected +} + +style "inspector_track_list_display" = "track_list_display" +{ + +} + +style "processor_list" = "very_small_text" +{ + bg[NORMAL] = @@COLPREFIX@_darkest + bg[ACTIVE] = shade (1.8, @@COLPREFIX@_fg_selected) + fg[ACTIVE] = @@COLPREFIX@_darkest +} + +# Colour of a processor frame when it is a send whose level is being controller by the fader +style "processor_frame_active_send" +{ + bg[NORMAL] = @@COLPREFIX@_send_fg +} + +# MixerPanZone: +# +# the NORMAL fg color is used for the pan puck +# the ACTIVE fg color is used for the speaker boxes + +style "pan_zone" = "default" +{ + fg[NORMAL] = @@COLPREFIX@_contrasting_indicator + fg[ACTIVE] = darker(@@COLPREFIX@_bright_color) +} + +style "paler_bright_when_active" = "medium_text" +{ + fg[NORMAL] = @@COLPREFIX@_fg + fg[PRELIGHT] = @@COLPREFIX@_fg + bg[NORMAL] = @@COLPREFIX@_bg + bg[PRELIGHT] = @@COLPREFIX@_bg + + fg[ACTIVE] = @@COLPREFIX@_fg + bg[ACTIVE] = lighter(@@COLPREFIX@_bright_indicator) +} + +style "peak_display_peaked_entry" = "small_entry" +{ + fg[ACTIVE] = @@COLPREFIX@_text + fg[SELECTED] = @@COLPREFIX@_text + text[SELECTED] = @@COLPREFIX@_text + + base[NORMAL] = @@COLPREFIX@_bright_indicator + base[ACTIVE] = @@COLPREFIX@_bright_indicator + base[PRELIGHT] = @@COLPREFIX@_bright_indicator + base[INSENSITIVE] = @@COLPREFIX@_bright_indicator + base[SELECTED] = @@COLPREFIX@_bright_indicator +} + +style "selected_strip_frame" +{ + fg[NORMAL] = @@COLPREFIX@_bright_indicator + bg[NORMAL] = darker(@@COLPREFIX@_bright_indicator) +} + +style "flashing_alert" = "very_small_text" +{ + GtkButton::child-displacement-x = 0 + GtkButton::child-displacement-y = 0 + + fg[NORMAL] = darker(@@COLPREFIX@_fg) + fg[PRELIGHT] = darker(@@COLPREFIX@_fg) + bg[NORMAL] = mix(0.1,@@COLPREFIX@_bright_indicator,darker(@@COLPREFIX@_bg)) + bg[PRELIGHT] = mix(0.1,@@COLPREFIX@_bright_indicator,darker(@@COLPREFIX@_bg)) + + fg[ACTIVE] = @@COLPREFIX@_fg + bg[ACTIVE] = @@COLPREFIX@_bright_indicator +} + + +style "green_flashing_alert" = "very_small_text" +{ + GtkButton::child-displacement-x = 0 + GtkButton::child-displacement-y = 0 + + fg[NORMAL] = darker(@@COLPREFIX@_fg) + fg[PRELIGHT] = darker(@@COLPREFIX@_fg) + bg[NORMAL] = mix(0.1,@@COLPREFIX@_contrasting_indicator,darker(@@COLPREFIX@_bg)) + bg[PRELIGHT] = mix(0.1,@@COLPREFIX@_contrasting_indicator,darker(@@COLPREFIX@_bg)) + + fg[ACTIVE] = @@COLPREFIX@_fg + bg[ACTIVE] = @@COLPREFIX@_contrasting_indicator +} + +style "sync_alert" +{ + # + # this is used when the sync button is indicating that sync is + # active, and alternates with another style if sync is active + # but we are not locked + # + bg[ACTIVE] = @@COLPREFIX@_somewhat_bright_indicator + bg[PRELIGHT] = @@COLPREFIX@_somewhat_bright_indicator + bg[SELECTED] = @@COLPREFIX@_somewhat_bright_indicator + bg[NORMAL] = @@COLPREFIX@_somewhat_bright_indicator + + fg[NORMAL] = @@COLPREFIX@_darkest + fg[PRELIGHT] = @@COLPREFIX@_darkest + fg[SELECTED] = @@COLPREFIX@_darkest + fg[ACTIVE] = @@COLPREFIX@_darkest +} + +style "tearoff_arrow" = "medium_bold_entry" +{ + fg[NORMAL] = darker(@@COLPREFIX@_fg) + fg[PRELIGHT] = darker(@@COLPREFIX@_fg) + bg[NORMAL] = darker(@@COLPREFIX@_fg) + bg[PRELIGHT] = darker(@@COLPREFIX@_fg) +} + +style "location_row_button" = "default_button" +{ + font_name = "@FONT_NORMAL@" +} + + +style "ardour_button" ="default_button" +{ + xthickness = 1 + ythickness = 1 +} + +style "padded_button" = "default_button" +{ + xthickness = 8 +} + +style "tooltip" = "medium_text" +{ + fg[NORMAL] = @@COLPREFIX@_fg_tooltip + bg[NORMAL] = @@COLPREFIX@_bg_tooltip +} + +style "default_toggle_button" +{ + bg[NORMAL] = @@COLPREFIX@_bg + bg[PRELIGHT] = shade(1.1, @@COLPREFIX@_bg) + bg[ACTIVE] = @@COLPREFIX@_contrasting_indicator +} + +style "default_toggle_button_active" = "default_toggle_button" +{ + bg[NORMAL] = @@COLPREFIX@_contrasting_indicator + bg[ACTIVE] = @@COLPREFIX@_contrasting_indicator + bg[SELECTED] = @@COLPREFIX@_contrasting_indicator + bg[PRELIGHT] = shade(1.2, @@COLPREFIX@_contrasting_indicator) +} + +style "meter_strip_dpm" = "default" +{ +} + +style "meter_strip_ppm" = "default" +{ + bg[NORMAL] = { 0.1, 0.1, 0.1 } + fg[NORMAL] = { 1.0, 1.0, 1.0 } +} + +style "meter_strip_vu" = "default" +{ + bg[NORMAL] = { .84, .77, .58 } + fg[NORMAL] = { 0.0, 0.0, 0.0 } +} + +style "meter_strip_sep" = "default" +{ + bg[NORMAL] = { 0.0, 0.0, 0.0 } +} + +style "settings_notebook" = "big_text" +{ + +} diff --git a/gtk2_ardour/theme_manager.cc b/gtk2_ardour/theme_manager.cc index b6bad9f23d..1a5aa0e7ce 100644 --- a/gtk2_ardour/theme_manager.cc +++ b/gtk2_ardour/theme_manager.cc @@ -376,11 +376,7 @@ ThemeManager::on_dark_theme_button_toggled() { if (!dark_button.get_active()) return; - if (HACK_PROFILE_IS_SAE()){ - ARDOUR_UI::config()->set_ui_rc_file("ardour3_ui_dark_sae.rc"); - } else { - ARDOUR_UI::config()->set_ui_rc_file("ardour3_ui_dark.rc"); - } + ARDOUR_UI::config()->set_ui_rc_file("ui_dark.rc"); ARDOUR_UI::config()->set_dirty (); load_rc_file (ARDOUR_UI::config()->get_ui_rc_file(), true); @@ -391,12 +387,7 @@ ThemeManager::on_light_theme_button_toggled() { if (!light_button.get_active()) return; - if (HACK_PROFILE_IS_SAE()){ - ARDOUR_UI::config()->set_ui_rc_file("ardour3_ui_light_sae.rc"); - } else { - ARDOUR_UI::config()->set_ui_rc_file("ardour3_ui_light.rc"); - } - + ARDOUR_UI::config()->set_ui_rc_file("ui_light.rc"); load_rc_file (ARDOUR_UI::config()->get_ui_rc_file(), true); } @@ -473,9 +464,9 @@ ThemeManager::setup_theme () rcfile = ARDOUR_UI::config()->get_ui_rc_file(); } - if (rcfile == "ardour3_ui_dark.rc" || rcfile == "ardour3_ui_dark_sae.rc") { + if (rcfile == "ui_dark.rc") { dark_button.set_active(); - } else if (rcfile == "ardour3_ui_light.rc" || rcfile == "ardour3_ui_light_sae.rc") { + } else if (rcfile == "ui_light.rc") { light_button.set_active(); } diff --git a/gtk2_ardour/ui_config.cc b/gtk2_ardour/ui_config.cc index 71e0808c63..5c98766819 100644 --- a/gtk2_ardour/ui_config.cc +++ b/gtk2_ardour/ui_config.cc @@ -40,6 +40,9 @@ using namespace std; using namespace PBD; using namespace ARDOUR; +static const char* ui_config_file_name = "ui_config"; +static const char* default_ui_config_file_name = "default_ui_config"; + UIConfiguration::UIConfiguration () : #undef UI_CONFIG_VARIABLE @@ -76,25 +79,15 @@ int UIConfiguration::load_defaults () { int found = 0; + std::string rcfile; - std::string default_ui_rc_file; - std::string rcfile; - - if (getenv ("ARDOUR_SAE")) { - rcfile = "ardour3_ui_sae.conf"; - } else { - rcfile = "ardour3_ui_default.conf"; - } - - if (find_file (ardour_config_search_path(), rcfile, default_ui_rc_file) ) { + if (find_file (ardour_config_search_path(), default_ui_config_file_name, rcfile) ) { XMLTree tree; found = 1; - string rcfile = default_ui_rc_file; - info << string_compose (_("Loading default ui configuration file %1"), rcfile) << endl; - if (!tree.read (rcfile.c_str())) { + if (!tree.read (default_ui_config_file_name)) { error << string_compose(_("cannot read default ui configuration file \"%1\""), rcfile) << endmsg; return -1; } @@ -115,14 +108,12 @@ UIConfiguration::load_state () { bool found = false; - std::string default_ui_rc_file; + std::string rcfile; - if ( find_file (ardour_config_search_path(), "ardour3_ui_default.conf", default_ui_rc_file)) { + if ( find_file (ardour_config_search_path(), default_ui_config_file_name, rcfile)) { XMLTree tree; found = true; - string rcfile = default_ui_rc_file; - info << string_compose (_("Loading default ui configuration file %1"), rcfile) << endl; if (!tree.read (rcfile.c_str())) { @@ -136,14 +127,10 @@ UIConfiguration::load_state () } } - std::string user_ui_rc_file; - - if (find_file (ardour_config_search_path(), "ardour3_ui.conf", user_ui_rc_file)) { + if (find_file (ardour_config_search_path(), ui_config_file_name, rcfile)) { XMLTree tree; found = true; - string rcfile = user_ui_rc_file; - info << string_compose (_("Loading user ui configuration file %1"), rcfile) << endmsg; if (!tree.read (rcfile)) { @@ -173,7 +160,7 @@ UIConfiguration::save_state() XMLTree tree; std::string rcfile(user_config_directory()); - rcfile = Glib::build_filename (rcfile, "ardour3_ui.conf"); + rcfile = Glib::build_filename (rcfile, ui_config_file_name); // this test seems bogus? if (rcfile.length()) { diff --git a/gtk2_ardour/ui_config_vars.h b/gtk2_ardour/ui_config_vars.h index 4a2eb70d2f..91bb75a761 100644 --- a/gtk2_ardour/ui_config_vars.h +++ b/gtk2_ardour/ui_config_vars.h @@ -18,7 +18,7 @@ */ UI_CONFIG_VARIABLE(std::string, icon_set, "icon-set", "default") -UI_CONFIG_VARIABLE(std::string, ui_rc_file, "ui-rc-file", "ardour3_ui_dark.rc") +UI_CONFIG_VARIABLE(std::string, ui_rc_file, "ui-rc-file", "ui_dark.rc") UI_CONFIG_VARIABLE(bool, flat_buttons, "flat-buttons", false) UI_CONFIG_VARIABLE(bool, blink_rec_arm, "blink-rec-arm", false) UI_CONFIG_VARIABLE(float, waveform_gradient_depth, "waveform-gradient-depth", 0) diff --git a/gtk2_ardour/ui_dark.rc.in b/gtk2_ardour/ui_dark.rc.in new file mode 100644 index 0000000000..5c6a00065d --- /dev/null +++ b/gtk2_ardour/ui_dark.rc.in @@ -0,0 +1,355 @@ +# +# This is the GTK style file for Ardour, originally by Paul Davis and others +# +# Color meta-ization originated by Sean Corbett (seanbutnotheard@gmail.com) +# +# Released under the terms of the GNU GPL v2: http://www.gnu.org/licenses/old-licenses/gpl-2.0.html +# + +#@color fg #EEEEEC +#@color bg #54555d +#@color text #EEEEEC +#@color light_text_on_dark #CFCFC1 +#@color base #171717 +#@color fg_selected #EEF +#@color bg_selected #58B +#@color fg_tooltip #1F1F1F +#@color bg_tooltip #FCF5B8 + +#@color lightest #FFFFFF +#@color darkest #222 +#@color bright_indicator #F11 +#@color contrasting_indicator #9f3 +#@color somewhat_bright_indicator #CEF +#@color not_so_bright_indicator #FC4 +#@color bright_color #729FCF + +#@color arm #F33 +#@color solo #A8F730 +#@color midi_channel_selector #005900 +#@color mute #FFFA87 +#@color mono #DEC +#@color monitor #FFAB34 +#@color control_text2 #8D2B1B +#@color control_base #26292D +#@color control_text #D0D2D5 +#@color audio_track #33445e +#@color midi_track #445033 +#@color audio_bus #262c35 + +#@color send_fg #9FD5C1 +#@color send_bg #33445e + +#@color processor_frame_selected #E2CC33 +#@color processor_fader #666666 +#@color processor_fader_frame #7F7F7F +#@color processor_prefader #4D0000 +#@color processor_prefader_frame #7F0000 +#@color processor_postfader #1A4D1A +#@color processor_postfader_frame #1B7F1B + +# Tweak the color scheme in one place : + +gtk_color_scheme = "@COLOR_SCHEME@" + +#alternate BG color: #5C5E61 + +style "default" = "medium_text" +{ + #Original values for reference + + GtkTreeView::vertical-padding = 0 + GtkTreeView::horizontal-padding = 0 + GtkTreeView::even-row-color = shade(0.25,@@COLPREFIX@_base) + GtkTreeView::odd-row-color = lighter(lighter(@@COLPREFIX@_base)) + + GtkWidget :: focus-line-pattern = "\001\001" # Dash pattern used to draw the focus indicator. + GtkWidget :: focus-line-width = 1 # [ 1 ] ( >= 0 ) Width, in pixels, of the focus indicator line. + GtkWidget :: focus-padding = 1 # [ 1 ] ( >= 0 ) Width, in pixels, between focus indicator and the widget box. + GtkWidget :: interior-focus = 1 # [ 1 ] ( bool ) Draw the focus indicator inside widgets. + GtkWidget :: scroll-arrow-hlength = 16 # [ 16 ] ( >= 1 ) Length of horizontal scroll arrows. + GtkWidget :: scroll-arrow-vlength = 16 # [ 16 ] ( >= 1 ) Length of vertical scroll arrows. + GtkWidget :: link-color = shade(1.25, @@COLPREFIX@_bright_color) + GtkWidget :: visited-link-color = @@COLPREFIX@_bright_color + + GtkDialog :: action-area-border = 4 # [ 5 ] ( >= 0 ) Width of border around the button area at the bottom of the dialog. + GtkDialog :: button-spacing = 4 # [ 6 ] ( >= 0 ) Spacing between buttons. + GtkDialog :: content-area-border = 2 # [ 2 ] ( >= 0 ) Width of border around the main dialog area. + GtkDialog :: content-area-spacing = 0 # [ 0 ] ( >= 0 ) The default spacing used between elements of the content area of the dialog. + + + GtkButton :: default-border = { 0, 0, 0, 0 } + GtkButton :: default-outside_border = { 0, 0, 0, 0 } + GtkButton :: button-relief = GTK_RELIEF_NONE + GtkButton :: child-displacement-x = 1 # [ 0 ] How far in x direction to move the button when its depressed. + GtkButton :: child-displacement-y = 1 # [ 0 ] ... y + GtkButton :: default-border = { 0, 0, 0, 0 } # Extra space to add for CAN_DEFAULT buttons. + GtkButton :: displace-focus = 0 # [ 0 ] ( bool ) Whether the child_displacement_x/child_displacement_y properties should also affect the focus rectangle. + GtkButton :: image-spacing = 2 # [ 2 ] ( >= 0 ) Spacing in pixels between the image and label. + + GtkCheckButton :: indicator-size = 13 # [ 13 ] ( >= 0 ) Size of check or radio indicator. + GtkCheckButton :: indicator-spacing = 2 # [ 2 ] ( >= 0 ) Spacing around check or radio indicator. + GtkCheckMenuItem :: indicator-size = 13 # [ 13 ] ( >= 0 ) Size of check or radio indicator. + + GtkOptionMenu :: indicator-size = { 6, 10 } # Size of dropdown indicator. + GtkOptionMenu :: indicator-spacing = { 6, 5, 0, 0 } # Spacing around indicator. + + GtkComboBox :: appears-as-list = 0 # [ 0 ] ( bool ) Whether dropdowns should look like lists rather than menus. + GtkComboBox :: arrow-size = 13 # [ 15 ] ( >= 0 ) Sets the minimum size of the arrow in the combo box. + GtkComboBox :: shadow-type = GTK_SHADOW_NONE # [ GTK_SHADOW_NONE ] Which kind of shadow to draw around the combo box. + + GtkPaned :: handle-size = 4 # [ 5 ] ( >= 0 ) Width of handle. + + GtkScale :: activate-slider = 1 # [ 0 ] ( bool ) With this option set to TRUE, sliders will be drawn ACTIVE and with shadow IN while they are dragged. + GtkScale :: slider-length = 23 # [ 31 ] ( >= 0 ) Length of scale's slider. + GtkScale :: slider-width = 14 # [ 14 ] ( >= 0 ) Width of scrollbar or scale thumb. + GtkScale :: trough-side-details = 1 # [ 0 ] ( bool ) When TRUE, the parts of the trough on the two sides of the slider are drawn with different details. + + GtkScrollbar :: activate-slider = 1 # [ 0 ] ( bool ) With this option set to TRUE, sliders will be drawn ACTIVE and with shadow IN while they are dragged. + GtkScrollbar :: arrow-scaling = 0.4 # [ 0.5 ] ( 0.1 ) The arrow size proportion relative to the scroll button size. + GtkScrollbar :: fixed-slider-length = 0 # [ 0 ] ( bool ) Don't change slider size, just lock it to the minimum length. + GtkScrollbar :: min-slider-length = 50 # [ 21 ] ( >= 0 ) Minimum length of scrollbar slider. + GtkScrollbar :: slider-width = 15 # [ 14 ] ( >= 0 ) Width of scrollbar or scale thumb. + GtkScrollbar :: stepper-spacing = 0 # [ 0 ] ( >= 0 ) The spacing between the stepper buttons and thumb. Note that setting this value to anything > 0 will automatically set the trough-under-steppers style property to TRUE as well. Also, stepper-spacing won't have any effect if there are no steppers. + GtkScrollbar :: trough-border = 0 # [ 1 ] ( >= 0 ) Spacing between thumb/steppers and outer trough bevel. + GtkScrollbar :: trough-side-details = 0 # [ 0 ] ( bool ) When TRUE, the parts of the trough on the two sides of the slider are drawn with different details. + GtkScrollbar :: trough-under-steppers = 1 # [ 1 ] ( bool ) Whether to draw the trough across the full length of the range or to exclude the steppers and their spacing. Note that setting the "stepper-spacing" style property to any value > 0 will automatically enable trough-under-steppers too. + + GtkScrollbar :: has-backward-stepper = 1 # [ 1 ] ( bool ) Display the standard backward arrow button. + GtkScrollbar :: has-forward-stepper = 1 # [ 1 ] ( bool ) Display the standard forward arrow button. + GtkScrollbar :: has-secondary-backward-stepper = 0 # [ 0 ] ( bool ) Display a second backward arrow button on the opposite end of the scrollbar. + GtkScrollbar :: has-secondary-forward-stepper = 0 # [ 0 ] ( bool ) Display a second forward arrow button on the opposite end of the scrollbar. + + GtkHScrollbar :: has-secondary-backward-stepper = 0 # [ 0 ] ( bool ) Display a second backward arrow button on the opposite end of the scrollbar. + GtkHScrollbar :: has-secondary-forward-stepper = 0 # [ 0 ] ( bool ) Display a second forward arrow button on the opposite end of the scrollbar. + GtkVScrollbar :: has-secondary-backward-stepper = 0 # [ 0 ] ( bool ) Display a second backward arrow button on the opposite end of the scrollbar. + GtkVScrollbar :: has-secondary-forward-stepper = 0 # [ 0 ] ( bool ) Display a second forward arrow button on the opposite end of the scrollbar. + +#Menu Properties + GtkMenuBar :: internal-padding = 1 # [ 1 ] ( >= 0 ) Amount of border space between the menubar shadow and the menu items. + GtkMenuBar :: shadow-type = GTK_SHADOW_OUT # [ GTK_SHADOW_OUT ] Style of bevel around the menubar. + + GtkMenu :: arrow-placement = GTK_ARROWS_BOTH # [ GTK_ARROWS_BOTH ] Indicates where scroll arrows should be placed. + GtkMenu :: arrow-scaling = 0.5 # [ 0.7 ] ( 0.1 ) Arbitrary constant to scale down the size of the scroll arrow. + GtkMenu :: double-arrows = 1 # [ 1 ] ( bool ) When scrolling, always show both arrows. + GtkMenu :: horizontal-offset = -2 # [ -2 ] When the menu is a submenu, position it this number of pixels offset horizontally. + GtkMenu :: horizontal-padding = 0 # [ 0 ] ( >= 0 ) Extra space at the left and right edges of the menu. + GtkMenu :: vertical-offset = 0 # [ 0 ] When the menu is a submenu, position it this number of pixels offset vertically. + GtkMenu :: vertical-padding = 0 # [ 0 ] ( >= 0 ) Extra space at the top and bottom of the menu. + + GtkMenuItem :: arrow-scaling = 0.5 # [ 0.8 ] ( 0.2 ) Amount of space used up by arrow, relative to the menu item's font size. + GtkMenuItem :: arrow-spacing = 10 # [ 10 ] ( >= 0 ) Space between label and arrow. + GtkMenuItem :: horizontal-padding = 3 # [ 3 ] ( >= 0 ) Padding to left and right of the menu item. + GtkMenuItem :: selected-shadow-type = GTK_SHADOW_NONE # [ GTK_SHADOW_NONE ] Shadow type when item is selected. + #GtkMenuItem :: toggle-spacing = 4 # [ 5 ] ( >= 0 ) Space between icon and label. + GtkMenuItem :: width-chars = 12 # [ 12 ] ( >= 0 ) The minimum desired width of the menu item in characters. + +#Other Properties + GtkArrow :: arrow-scaling = 0.5 # [ 0.7 ] ( 0.1 ) Amount of space used up by arrow. + + GtkNotebook :: arrow-spacing = 0 # [ 0 ] ( >= 0 ) Spacing between the scroll arrows and the tabs. + GtkNotebook :: tab-curvature = 1 # [ 1 ] ( >= 0 ) Size of tab curvature. + GtkNotebook :: tab-overlap = 1 # [ 2 ] Size of tab overlap area. + + GtkTreeView :: horizontal-separator = 8 # [ 2 ] ( >= 0 ) Horizontal space between cells. Must be an even number. + GtkTreeView :: vertical-separator = 2 # [ 2 ] ( >= 0 ) Vertical space between cells. Must be an even number. + + GtkEntry :: honors-transparent-bg-hint = 1 # [ 0 ] ( bool ) (Clearlooks) Without this, gecko will fill in the background of the entry. + GtkEntry :: cursor-color = @@COLPREFIX@_fg_selected + + #GtkToolbar::shadow_type = GTK_SHADOW_ETCHED_IN + + #xthickness = 0 + #ythickness = 0 + +#Base Colors + bg[NORMAL] = @@COLPREFIX@_bg + bg[PRELIGHT] = shade(1.1, @@COLPREFIX@_bg) + bg[ACTIVE] = shade(0.9, @@COLPREFIX@_bg) + bg[INSENSITIVE] = @@COLPREFIX@_bg + bg[SELECTED] = @@COLPREFIX@_bg_selected + + fg[NORMAL] = @@COLPREFIX@_fg + fg[PRELIGHT] = @@COLPREFIX@_fg + fg[ACTIVE] = shade(0.9, @@COLPREFIX@_fg) + fg[INSENSITIVE] = shade(0.7, @@COLPREFIX@_bg) + fg[SELECTED] = @@COLPREFIX@_fg_selected + + base[NORMAL] = @@COLPREFIX@_base + base[PRELIGHT] = @@COLPREFIX@_base + base[INSENSITIVE] = shade(1.0, @@COLPREFIX@_bg) + base[ACTIVE] = shade(0.9, @@COLPREFIX@_bg_selected) + base[SELECTED] = @@COLPREFIX@_bg_selected + + text[NORMAL] = @@COLPREFIX@_text + text[PRELIGHT] = @@COLPREFIX@_text + text[ACTIVE] = @@COLPREFIX@_fg_selected + text[INSENSITIVE] = shade(0.7, @@COLPREFIX@_lightest) + text[SELECTED] = @@COLPREFIX@_fg_selected + +#engine specific tweaks + + engine "clearlooks" + { + #style = GLOSSY + #colorize_scrollbar = TRUE + menubarstyle = 2 # 0 = flat, 1 = sunken, 2 = flat gradient + #toolbarstyle = 0 # 0 = flat, 1 = enable effects + } +} + + +style "track_controls_inactive" +{ + bg[NORMAL] = { 0.60, 0.20, 0.26 } + bg[ACTIVE] = { 0.60, 0.60, 0.66 } + bg[INSENSITIVE] = { 0.60, 0.60, 0.66 } + bg[SELECTED] = { 0.60, 0.60, 0.66 } + bg[PRELIGHT] = { 0.60, 0.60, 0.66 } + + fg[NORMAL] = { 0.7, 0.8, 0.2 } +} + + +# +# Track edit groups. These styles define +# the colors that the "edit" button will +# use as a track is moved from +# track edit group to track edit group. +# There are 8 edit groups. Edit group 0 +# is used for tracks that are not editable, +# so we leave its style to the default. +# + +style "edit_group_0" + +{ + bg[ACTIVE] = { 1.0, 0.65, 0.13 } + bg[NORMAL] = { 0.31, 0.31, 0.31 } + fg[NORMAL] = { 0.82, 0.91, 0.99 } + fg[ACTIVE] = { 0, 0, 0 } +} + +style "edit_group_1" +{ + fg[NORMAL] = { 0, 0, 0 } + fg[PRELIGHT] = { 0, 0, 0 } + fg[SELECTED] = { 0, 0, 0 } + bg[NORMAL] = { 0.93, 0.34, 0.08 } + bg[PRELIGHT] = { 0.93, 0.34, 0.08 } + bg[SELECTED] = { 0.93, 0.34, 0.08 } +} + +style "edit_group_2" +{ + fg[NORMAL] = { 0, 0, 0 } + fg[PRELIGHT] = { 0, 0, 0 } + fg[SELECTED] = { 0, 0, 0 } + bg[NORMAL] = { 0.93, 0.34, 0.08 } + bg[PRELIGHT] = { 0.93, 0.34, 0.08 } + bg[SELECTED] = { 0.93, 0.34, 0.08 } +} + +style "edit_group_3" +{ + fg[NORMAL] = { 0, 0, 0 } + fg[PRELIGHT] = { 0, 0, 0 } + fg[SELECTED] = { 0, 0, 0 } + bg[NORMAL] = { 0.93, 0.34, 0.08 } + bg[PRELIGHT] = { 0.93, 0.34, 0.08 } + bg[SELECTED] = { 0.93, 0.34, 0.08 } +} + +style "treeview_parent_node" +{ + # specifies *just* the color used for whole file rows when not selected + + fg[NORMAL] = { 0.0, 0.6, 0.85 } +} + +style "treeview_display" = "small_bold_text" +{ + GtkWidget::focus-line-width = 0 + + # expander arrow border and DnD "icon" text + fg[NORMAL] = { 0.8, 0.8, 0.8 } + + bg[NORMAL] = { 0.8, 0.8, 0.8 } + + # background with no rows or no selection, plus + # expander arrow core and DnD "icon" background + base[NORMAL] = { 0.20, 0.20, 0.25 } + + # selected row bg when window does not have focus (including during DnD) + base[ACTIVE] = { 0.0, 0.75, 0.75 } + + # selected row bg when window has focus + base[SELECTED] = { 0, 0.75, 0.75 } + + # row text when in normal state and not a parent + text[NORMAL] = { 0.80, 0.80, 0.80 } + + # selected row text with window focus + text[SELECTED] = { 1.0, 1.0, 1.0 } + + # selected row text without window focus (including during DnD) + text[ACTIVE] = { 1.0, 1.0, 1.0 } +} + +style "main_canvas_area" +{ + bg[NORMAL] = { 0.30, 0.30, 0.34 } + bg[ACTIVE] = { 0.30, 0.30, 0.34 } + bg[INSENSITIVE] = { 0.30, 0.30, 0.34 } + bg[SELECTED] = { 0.30, 0.30, 0.34 } + bg[PRELIGHT] = { 0.30, 0.30, 0.34 } +} + +style "track_controls_inactive" = "larger_text" +{ + bg[NORMAL] = { 0.60, 0.60, 0.66 } + bg[ACTIVE] = { 0.60, 0.60, 0.66 } + bg[INSENSITIVE] = { 0.60, 0.60, 0.66 } + bg[SELECTED] = { 0.60, 0.60, 0.66 } + bg[PRELIGHT] = { 0.60, 0.60, 0.66 } + + fg[NORMAL] = { 0.7, 0.8, 0.2 } +} + +style "edit_controls_base_selected" +{ + bg[NORMAL] = { 0.32, 0.32, 0.54 } + bg[ACTIVE] = { 0.32, 0.32, 0.54 } + bg[INSENSITIVE] = { 0.32, 0.32, 0.54 } + bg[SELECTED] = { 0.32, 0.32, 0.54 } + bg[PRELIGHT] = { 0.32, 0.32, 0.54 } +} + +style "automation_track_controls_base" +{ + bg[NORMAL] = { 0.22, 0.22, 0.29 } + bg[ACTIVE] = { 0.22, 0.22, 0.29 } + bg[INSENSITIVE] = { 0.22, 0.22, 0.29 } + bg[SELECTED] = { 0.22, 0.22, 0.29 } + bg[PRELIGHT] = { 0.22, 0.22, 0.29 } +} + + +style "inspector_processor_list" = "processor_list" +{ + base[SELECTED] = { 0.3, 0.3, 0.3 } +} + +style "time_info_box" +{ + bg[NORMAL] = { 0.149, 0.149, 0.149 } +} + +style "status_bar_box" +{ + bg[NORMAL] = { 0.149, 0.149, 0.149 } +} + +##include dark_fonts.rc +##include dark_styles.rc +##include widgets.rc diff --git a/gtk2_ardour/ui_default.conf.in b/gtk2_ardour/ui_default.conf.in new file mode 100644 index 0000000000..74bce74332 --- /dev/null +++ b/gtk2_ardour/ui_default.conf.in @@ -0,0 +1,519 @@ + + + + + + + diff --git a/gtk2_ardour/ui_light.rc.in b/gtk2_ardour/ui_light.rc.in new file mode 100644 index 0000000000..f04ed72d48 --- /dev/null +++ b/gtk2_ardour/ui_light.rc.in @@ -0,0 +1,366 @@ +# +# This is the GTK style file for Ardour, originally by Paul Davis and others +# +# Color meta-ization originated by Sean Corbett (seanbutnotheard@gmail.com) +# +# Released under the terms of the GNU GPL v2: http://www.gnu.org/licenses/old-licenses/gpl-2.0.html +# + +#@color fg #171717 +#@color bg #cccccc +#@color text #171717 +#@color light_text_on_dark #CFCFC1 +#@color base #cccccc +#@color fg_selected #EEF +#@color bg_selected #58B +#@color fg_tooltip #1F1F1F +#@color bg_tooltip #FCF5B8 + +#@color lightest #ffffff +#@color darkest #000000 +#@color bright_indicator #F11 +#@color contrasting_indicator #9f3 +#@color somewhat_bright_indicator #CEF +#@color not_so_bright_indicator #FC4 +#@color bright_color #729FCF + +#@color arm #F33 +#@color solo #A8F730 +#@color midi_channel_selector #005900 +#@color mute #FFFA87 +#@color mono #DEC +#@color monitor #7596DE +#@color control_text2 #8D2B1B +#@color control_base #ffffff +#@color control_text #D0D2D5 +#@color audio_track #aaaaaa +#@color midi_track #aabbbb +#@color audio_bus #888899 + +#@color send_fg #30F7B0 +#@color send_bg #C4C4B8 + +#@color processor_frame_selected #999999 +#@color processor_fader_bg #666666 +#@color processor_fader_frame #7F7F7F +#@color processor_prefader #ffffff +#@color processor_prefader_frame #7F0000 +#@color processor_postfader #1A4D1A +#@color processor_postfader_frame #1B7F1B + +# Tweak the color scheme in one place : + +gtk_color_scheme = "@COLOR_SCHEME@" + +#alternate BG color: #5C5E61 + +style "default" = "medium_text" +{ + #Original values for reference + GtkWidget::cursor_color = @@COLPREFIX@_lightest + GtkButton::default_border = { 0, 0, 0, 0 } + GtkButton::default_outside_border = { 0, 0, 0, 0 } + GtkButton::button_relief = GTK_RELIEF_NONE + GtkTreeView::vertical-padding = 0 + GtkTreeView::horizontal-padding = 0 + GtkTreeView::even-row-color = shade(0.75,@@COLPREFIX@_base) + GtkTreeView::odd-row-color = darker(@@COLPREFIX@_base) + + GtkWidget :: focus-line-pattern = "\001\001" # Dash pattern used to draw the focus indicator. + GtkWidget :: focus-line-width = 1 # [ 1 ] ( >= 0 ) Width, in pixels, of the focus indicator line. + GtkWidget :: focus-padding = 1 # [ 1 ] ( >= 0 ) Width, in pixels, between focus indicator and the widget box. + GtkWidget :: interior-focus = 1 # [ 1 ] ( bool ) Draw the focus indicator inside widgets. + GtkWidget :: scroll-arrow-hlength = 16 # [ 16 ] ( >= 1 ) Length of horizontal scroll arrows. + GtkWidget :: scroll-arrow-vlength = 16 # [ 16 ] ( >= 1 ) Length of vertical scroll arrows. + + GtkWidget :: link-color = shade(1.25, @@COLPREFIX@_bright_color) + GtkWidget :: visited-link-color = @@COLPREFIX@_bright_color + +#Window Properties + GtkDialog :: action-area-border = 4 # [ 5 ] ( >= 0 ) Width of border around the button area at the bottom of the dialog. + GtkDialog :: button-spacing = 4 # [ 6 ] ( >= 0 ) Spacing between buttons. + GtkDialog :: content-area-border = 2 # [ 2 ] ( >= 0 ) Width of border around the main dialog area. + GtkDialog :: content-area-spacing = 0 # [ 0 ] ( >= 0 ) The default spacing used between elements of the content area of the dialog. + +#Control Properties + GtkButton :: child-displacement-x = 1 # [ 0 ] How far in x direction to move the button when its depressed. + GtkButton :: child-displacement-y = 1 # [ 0 ] ... y + GtkButton :: default-border = { 0, 0, 0, 0 } # Extra space to add for CAN_DEFAULT buttons. + GtkButton :: displace-focus = 0 # [ 0 ] ( bool ) Whether the child_displacement_x/child_displacement_y properties should also affect the focus rectangle. + GtkButton :: image-spacing = 2 # [ 2 ] ( >= 0 ) Spacing in pixels between the image and label. + + GtkCheckButton :: indicator-size = 13 # [ 13 ] ( >= 0 ) Size of check or radio indicator. + GtkCheckButton :: indicator-spacing = 2 # [ 2 ] ( >= 0 ) Spacing around check or radio indicator. + GtkCheckMenuItem :: indicator-size = 13 # [ 13 ] ( >= 0 ) Size of check or radio indicator. + + GtkOptionMenu :: indicator-size = { 6, 10 } # Size of dropdown indicator. + GtkOptionMenu :: indicator-spacing = { 6, 5, 0, 0 } # Spacing around indicator. + + GtkComboBox :: appears-as-list = 0 # [ 0 ] ( bool ) Whether dropdowns should look like lists rather than menus. + GtkComboBox :: arrow-size = 13 # [ 15 ] ( >= 0 ) Sets the minimum size of the arrow in the combo box. + GtkComboBox :: shadow-type = GTK_SHADOW_NONE # [ GTK_SHADOW_NONE ] Which kind of shadow to draw around the combo box. + + GtkPaned :: handle-size = 4 # [ 5 ] ( >= 0 ) Width of handle. + + GtkScale :: activate-slider = 1 # [ 0 ] ( bool ) With this option set to TRUE, sliders will be drawn ACTIVE and with shadow IN while they are dragged. + GtkScale :: slider-length = 23 # [ 31 ] ( >= 0 ) Length of scale's slider. + GtkScale :: slider-width = 14 # [ 14 ] ( >= 0 ) Width of scrollbar or scale thumb. + GtkScale :: trough-side-details = 1 # [ 0 ] ( bool ) When TRUE, the parts of the trough on the two sides of the slider are drawn with different details. + + GtkScrollbar :: activate-slider = 1 # [ 0 ] ( bool ) With this option set to TRUE, sliders will be drawn ACTIVE and with shadow IN while they are dragged. + GtkScrollbar :: arrow-scaling = 0.4 # [ 0.5 ] ( 0.1 ) The arrow size proportion relative to the scroll button size. + GtkScrollbar :: fixed-slider-length = 0 # [ 0 ] ( bool ) Don't change slider size, just lock it to the minimum length. + GtkScrollbar :: min-slider-length = 50 # [ 21 ] ( >= 0 ) Minimum length of scrollbar slider. + GtkScrollbar :: slider-width = 15 # [ 14 ] ( >= 0 ) Width of scrollbar or scale thumb. + GtkScrollbar :: stepper-spacing = 0 # [ 0 ] ( >= 0 ) The spacing between the stepper buttons and thumb. Note that setting this value to anything > 0 will automatically set the trough-under-steppers style property to TRUE as well. Also, stepper-spacing won't have any effect if there are no steppers. + GtkScrollbar :: trough-border = 0 # [ 1 ] ( >= 0 ) Spacing between thumb/steppers and outer trough bevel. + GtkScrollbar :: trough-side-details = 0 # [ 0 ] ( bool ) When TRUE, the parts of the trough on the two sides of the slider are drawn with different details. + GtkScrollbar :: trough-under-steppers = 1 # [ 1 ] ( bool ) Whether to draw the trough across the full length of the range or to exclude the steppers and their spacing. Note that setting the "stepper-spacing" style property to any value > 0 will automatically enable trough-under-steppers too. + + GtkScrollbar :: has-backward-stepper = 1 # [ 1 ] ( bool ) Display the standard backward arrow button. + GtkScrollbar :: has-forward-stepper = 1 # [ 1 ] ( bool ) Display the standard forward arrow button. + GtkScrollbar :: has-secondary-backward-stepper = 0 # [ 0 ] ( bool ) Display a second backward arrow button on the opposite end of the scrollbar. + GtkScrollbar :: has-secondary-forward-stepper = 0 # [ 0 ] ( bool ) Display a second forward arrow button on the opposite end of the scrollbar. + + GtkHScrollbar :: has-secondary-backward-stepper = 0 # [ 0 ] ( bool ) Display a second backward arrow button on the opposite end of the scrollbar. + GtkHScrollbar :: has-secondary-forward-stepper = 0 # [ 0 ] ( bool ) Display a second forward arrow button on the opposite end of the scrollbar. + GtkVScrollbar :: has-secondary-backward-stepper = 0 # [ 0 ] ( bool ) Display a second backward arrow button on the opposite end of the scrollbar. + GtkVScrollbar :: has-secondary-forward-stepper = 0 # [ 0 ] ( bool ) Display a second forward arrow button on the opposite end of the scrollbar. + +#Menu Properties + GtkMenuBar :: internal-padding = 1 # [ 1 ] ( >= 0 ) Amount of border space between the menubar shadow and the menu items. + GtkMenuBar :: shadow-type = GTK_SHADOW_OUT # [ GTK_SHADOW_OUT ] Style of bevel around the menubar. + + GtkMenu :: arrow-placement = GTK_ARROWS_BOTH # [ GTK_ARROWS_BOTH ] Indicates where scroll arrows should be placed. + GtkMenu :: arrow-scaling = 0.5 # [ 0.7 ] ( 0.1 ) Arbitrary constant to scale down the size of the scroll arrow. + GtkMenu :: double-arrows = 1 # [ 1 ] ( bool ) When scrolling, always show both arrows. + GtkMenu :: horizontal-offset = -2 # [ -2 ] When the menu is a submenu, position it this number of pixels offset horizontally. + GtkMenu :: horizontal-padding = 0 # [ 0 ] ( >= 0 ) Extra space at the left and right edges of the menu. + GtkMenu :: vertical-offset = 0 # [ 0 ] When the menu is a submenu, position it this number of pixels offset vertically. + GtkMenu :: vertical-padding = 0 # [ 0 ] ( >= 0 ) Extra space at the top and bottom of the menu. + + GtkMenuItem :: arrow-scaling = 0.5 # [ 0.8 ] ( 0.2 ) Amount of space used up by arrow, relative to the menu item's font size. + GtkMenuItem :: arrow-spacing = 10 # [ 10 ] ( >= 0 ) Space between label and arrow. + GtkMenuItem :: horizontal-padding = 3 # [ 3 ] ( >= 0 ) Padding to left and right of the menu item. + GtkMenuItem :: selected-shadow-type = GTK_SHADOW_NONE # [ GTK_SHADOW_NONE ] Shadow type when item is selected. + #GtkMenuItem :: toggle-spacing = 4 # [ 5 ] ( >= 0 ) Space between icon and label. + GtkMenuItem :: width-chars = 12 # [ 12 ] ( >= 0 ) The minimum desired width of the menu item in characters. + +#Other Properties + GtkArrow :: arrow-scaling = 0.5 # [ 0.7 ] ( 0.1 ) Amount of space used up by arrow. + + GtkNotebook :: arrow-spacing = 0 # [ 0 ] ( >= 0 ) Spacing between the scroll arrows and the tabs. + GtkNotebook :: tab-curvature = 1 # [ 1 ] ( >= 0 ) Size of tab curvature. + GtkNotebook :: tab-overlap = 1 # [ 2 ] Size of tab overlap area. + + GtkTreeView :: horizontal-separator = 8 # [ 2 ] ( >= 0 ) Horizontal space between cells. Must be an even number. + GtkTreeView :: vertical-separator = 2 # [ 2 ] ( >= 0 ) Vertical space between cells. Must be an even number. + + GtkEntry :: honors-transparent-bg-hint = 1 # [ 0 ] ( bool ) (Clearlooks) Without this, gecko will fill in the background of the entry. + + + #GtkToolbar::shadow_type = GTK_SHADOW_ETCHED_IN + + #xthickness = 0 + #ythickness = 0 + +#Base Colors + bg[NORMAL] = @@COLPREFIX@_bg + bg[PRELIGHT] = shade(1.1, @@COLPREFIX@_bg) + bg[ACTIVE] = shade(0.9, @@COLPREFIX@_bg) + bg[INSENSITIVE] = @@COLPREFIX@_bg + bg[SELECTED] = @@COLPREFIX@_bg_selected + + fg[NORMAL] = @@COLPREFIX@_fg + fg[PRELIGHT] = @@COLPREFIX@_fg + fg[ACTIVE] = shade(0.9, @@COLPREFIX@_fg) + fg[INSENSITIVE] = shade(0.7, @@COLPREFIX@_bg) + fg[SELECTED] = @@COLPREFIX@_fg_selected + + base[NORMAL] = @@COLPREFIX@_base + base[PRELIGHT] = @@COLPREFIX@_base + base[INSENSITIVE] = shade(1.0, @@COLPREFIX@_bg) + base[ACTIVE] = shade(0.9, @@COLPREFIX@_bg_selected) + base[SELECTED] = @@COLPREFIX@_bg_selected + + text[NORMAL] = @@COLPREFIX@_text + text[PRELIGHT] = @@COLPREFIX@_text + text[ACTIVE] = @@COLPREFIX@_fg_selected + text[INSENSITIVE] = darker(darker (@@COLPREFIX@_bg)) + text[SELECTED] = @@COLPREFIX@_fg_selected + +#engine specific tweaks + + engine "clearlooks" + { + #style = GLOSSY + #colorize_scrollbar = TRUE + menubarstyle = 2 # 0 = flat, 1 = sunken, 2 = flat gradient + #toolbarstyle = 0 # 0 = flat, 1 = enable effects + } +} + + +style "mixer_red_active_button" = "very_small_button" +{ + bg[ACTIVE] = @@COLPREFIX@_bright_indicator + + base[INSENSITIVE] = { 0.16, 0.16, 0.21 } + bg[INSENSITIVE] = { 0.16, 0.16, 0.21 } +} + + +style "track_controls_inactive" +{ + bg[NORMAL] = { 0.60, 0.60, 0.66 } + bg[ACTIVE] = { 0.60, 0.60, 0.66 } + bg[INSENSITIVE] = { 0.60, 0.60, 0.66 } + bg[SELECTED] = { 0.60, 0.60, 0.66 } + bg[PRELIGHT] = { 0.60, 0.60, 0.66 } + + fg[NORMAL] = { 0.7, 0.8, 0.2 } +} + + +# +# Track edit groups. These styles define +# the colors that the "edit" button will +# use as a track is moved from +# track edit group to track edit group. +# There are 8 edit groups. Edit group 0 +# is used for tracks that are not editable, +# so we leave its style to the default. +# + +style "edit_group_0" + +{ + bg[ACTIVE] = { 1.0, 0.65, 0.13 } + bg[NORMAL] = { 0.31, 0.31, 0.31 } + fg[NORMAL] = { 0.82, 0.91, 0.99 } + fg[ACTIVE] = { 0, 0, 0 } +} + +style "edit_group_1" +{ + fg[NORMAL] = { 0, 0, 0 } + fg[PRELIGHT] = { 0, 0, 0 } + fg[SELECTED] = { 0, 0, 0 } + bg[NORMAL] = { 0.93, 0.34, 0.08 } + bg[PRELIGHT] = { 0.93, 0.34, 0.08 } + bg[SELECTED] = { 0.93, 0.34, 0.08 } +} + +style "edit_group_2" +{ + fg[NORMAL] = { 0, 0, 0 } + fg[PRELIGHT] = { 0, 0, 0 } + fg[SELECTED] = { 0, 0, 0 } + bg[NORMAL] = { 0.93, 0.34, 0.08 } + bg[PRELIGHT] = { 0.93, 0.34, 0.08 } + bg[SELECTED] = { 0.93, 0.34, 0.08 } +} + +style "edit_group_3" +{ + fg[NORMAL] = { 0, 0, 0 } + fg[PRELIGHT] = { 0, 0, 0 } + fg[SELECTED] = { 0, 0, 0 } + bg[NORMAL] = { 0.93, 0.34, 0.08 } + bg[PRELIGHT] = { 0.93, 0.34, 0.08 } + bg[SELECTED] = { 0.93, 0.34, 0.08 } +} + +style "treeview_parent_node" +{ + # specifies *just* the color used for whole file rows when not selected + + fg[NORMAL] = { 0.0, 0.6, 0.85 } +} + +style "treeview_display" = "small_bold_text" +{ + GtkWidget::focus-line-width = 0 + + # expander arrow border and DnD "icon" text + fg[NORMAL] = { 0.8, 0.8, 0.8 } + + bg[NORMAL] = { 0.8, 0.8, 0.8 } + + # background with no rows or no selection, plus + # expander arrow core and DnD "icon" background + base[NORMAL] = { 0.20, 0.20, 0.25 } + + # selected row bg when window does not have focus (including during DnD) + base[ACTIVE] = { 0.0, 0.75, 0.75 } + + # selected row bg when window has focus + base[SELECTED] = { 0, 0.75, 0.75 } + + # row text when in normal state and not a parent + text[NORMAL] = { 0.20, 0.20, 0.20 } + + # selected row text with window focus + text[SELECTED] = { 1.0, 1.0, 1.0 } + + # selected row text without window focus (including during DnD) + text[ACTIVE] = { 1.0, 1.0, 1.0 } +} + +style "main_canvas_area" +{ + bg[NORMAL] = { 0.30, 0.30, 0.34 } + bg[ACTIVE] = { 0.30, 0.30, 0.34 } + bg[INSENSITIVE] = { 0.30, 0.30, 0.34 } + bg[SELECTED] = { 0.30, 0.30, 0.34 } + bg[PRELIGHT] = { 0.30, 0.30, 0.34 } +} + +style "track_controls_inactive" = "larger_text" +{ + bg[NORMAL] = { 0.60, 0.60, 0.66 } + bg[ACTIVE] = { 0.60, 0.60, 0.66 } + bg[INSENSITIVE] = { 0.60, 0.60, 0.66 } + bg[SELECTED] = { 0.60, 0.60, 0.66 } + bg[PRELIGHT] = { 0.60, 0.60, 0.66 } + + fg[NORMAL] = { 0.7, 0.8, 0.2 } +} + +style "edit_controls_base_selected" +{ + bg[NORMAL] = { 0.32, 0.32, 0.54 } + bg[ACTIVE] = { 0.32, 0.32, 0.54 } + bg[INSENSITIVE] = { 0.32, 0.32, 0.54 } + bg[SELECTED] = { 0.32, 0.32, 0.54 } + bg[PRELIGHT] = { 0.32, 0.32, 0.54 } +} + +style "automation_track_controls_base" +{ + bg[NORMAL] = { 0.22, 0.22, 0.29 } + bg[ACTIVE] = { 0.22, 0.22, 0.29 } + bg[INSENSITIVE] = { 0.22, 0.22, 0.29 } + bg[SELECTED] = { 0.22, 0.22, 0.29 } + bg[PRELIGHT] = { 0.22, 0.22, 0.29 } +} + + +style "inspector_processor_list" = "processor_list" +{ + base[SELECTED] = { 0.3, 0.3, 0.3 } +} + +style "time_info_box" +{ + bg[NORMAL] = { 0.149, 0.149, 0.149 } +} + +style "status_bar_box" +{ + bg[NORMAL] = { 0.149, 0.149, 0.149 } +} + +##include light_fonts.rc +##include light_styles.rc +##include widgets.rc diff --git a/gtk2_ardour/widget_list.rc b/gtk2_ardour/widget_list.rc new file mode 100644 index 0000000000..199dfdde65 --- /dev/null +++ b/gtk2_ardour/widget_list.rc @@ -0,0 +1,362 @@ +class "GtkWidget" style:highest "default" +class "GtkScrollbar" style:highest "ardour_adjusters" +class "GtkLabel" style:highest "default_generic" +class "GtkButton" style:highest "ardour_button" +class "GtkCheckButton" style:highest "ardour_button" +class "GtkArrow" style:highest "tearoff_arrow" +class "GtkProgressBar" style:highest "ardour_progressbars" + +widget "gtk-tooltip*" style:highest "tooltip" + +widget "*PaddedButton" style:highest "padded_button" +widget "*VerboseCanvasCursor" style:highest "verbose_canvas_cursor" +widget "*MarkerText" style:highest "marker_text" +widget "*TimeAxisViewItemName*" style:highest "time_axis_view_item_name" +widget "*EditModeSelector" style:highest "medium_bold_entry" +widget "*SnapTypeSelector" style:highest "medium_bold_entry" +widget "*SnapModeSelector" style:highest "medium_bold_entry" +widget "*ZoomFocusSelector" style:highest "medium_bold_entry" +widget "*ArdourContextMenu*" style:highest "default_menu" +widget "*ErrorLogCloseButton" style:highest "default_button" +widget "*EditorGTKButton*" style:highest "default_button" +widget "*ToolbarButton" style:highest "default_button" +widget "*ToolbarButton*" style:highest "default_button" +widget "*CrossfadeEditButton" style:highest "default_button" +widget "*CrossfadeEditButton*" style:highest "default_button" +widget "*TrackHistoryButton*" style:highest "default_button" +widget "*TrackSizeButton*" style:highest "default_button" +widget "*TrackPlaylistButton*" style:highest "default_button" +widget "*TrackAutomationButton*" style:highest "default_button" +widget "*TrackMixButton*" style:highest "default_button" +widget "*TrackVisualButton*" style:highest "default_button" +widget "*TrackRemoveButton*" style:highest "default_button" +widget "*BaseButton" style:highest "default_button" +widget "*TakeButtonLabel" style:highest "default_button" + +widget "*mixer strip button" style:highest "very_small_button" + +widget "*AddRouteDialogSpinner" style:highest "ardour_adjusters" +widget "*AddRouteDialogRadioButton*" style:highest "preferences" +widget "*OptionsNotebook" style:highest "preferences" +widget "*OptionEditorToggleButton*" style:highest "preferences" +widget "*OptionsLabel" style:highest "preferences" +widget "*OptionEditorAuditionerLabel" style:highest "preferences" +widget "*OptionsEntry" style:highest "option_entry" +widget "*InspectorNotebook" style:highest "preferences" +widget "*NewSessionDialog" style:highest "preferences" +widget "*NewSessionDialogButton*" style:highest "preferences" +widget "*MixerSendSwitch*" style:highest "very_small_red_active_and_selected_button" +widget "*OptionEditorToggleButton" style:highest "small_red_active_and_selected_button" +widget "*NewSessionDialogButton" style:highest "small_red_active_and_selected_button" +widget "*TrackLoopButton*" style:highest "track_loop_button" +widget "*PanAutomationLineSelector*" style:highest "multiline_combo" +widget "*EditorRulerLabel*" style:highest "ruler_label" +widget "*MixerInvertButton*" style:highest "mixer_invert_button" +widget "*MixerInvertButton.*" style:highest "mixer_invert_button" +widget "*MixerAutomationRecordingButton*" style:highest "very_small_button" +widget "*MixerAutomationRecordingButton.*" style:highest "very_small_button" +widget "*MixerAutomationModeButton*" style:highest "very_small_button" +widget "*MixerAutomationModeButton.*" style:highest "very_small_button" +widget "*MixerAutomationPlaybackButton*" style:highest "very_small_button" +widget "*MixerAutomationPlaybackButton.*" style:highest "very_small_button" +widget "*MixerNameButton" style:highest "very_small_button" +widget "*MixerNameButtonLabel" style:highest "very_small_button" +widget "*MixerMonoButton*" style:highest "very_small_button" +widget "*TransportButton" style:highest "transport_button" +widget "*TransportButton-active" style:highest "transport_button_active" +widget "*TransportButton-alternate2" style:highest "transport_button_alternate_two" +widget "*TransportSyncButton" style:highest "transport_button" +widget "*TransportSyncButton*" style:highest "transport_button" +widget "*TransportSyncButton-active" style:highest "sync_alert" +widget "*TransportSyncButton-active*" style:highest "sync_alert" +widget "*ShuttleButton" style:highest "transport_button" +widget "*ShuttleButton*" style:highest "transport_button" +widget "*ShuttleDisplay" style:highest "transport_button" +widget "*ShuttleDisplay*" style:highest "transport_button" +widget "*ShuttleControl" style:highest "shuttle_control" +widget "*TransportRecButton" style:highest "transport_rec_button" +widget "*TransportRecButton*" style:highest "transport_rec_button" +widget "*TransportRecButton-active" style:highest "transport_rec_button_active" +widget "*TransportRecButton-active*" style:highest "transport_rec_button_active" +widget "*TransportRecButton-alternate" style:highest "transport_rec_button_alternate" +widget "*TransportRecButton-alternate*" style:highest "transport_rec_button_alternate" +widget "*TransportRecButton*" style:highest "transport_rec_button" +widget "*RecordingXrunWarningWindow" style:highest "xrun_warn" +widget "*RecordingXrunWarningWindow*" style:highest "xrun_warn" +#widget "*MainMenuBar" style:highest "menu_bar_base" +widget "*ErrorMessage" style:highest "error_message" +widget "*FatalMessage" style:highest "fatal_message" +widget "*InfoMessage" style:highest "info_message" +widget "*WarningMessage" style:highest "warning_message" + +widget "*big clock" style:highest "monospace massive_text" +widget "*selection clock" style:highest "small_mono_text" +widget "*punch clock" style:highest "small_mono_text" +widget "*transport clock" style:highest "bigger_mono_text" +widget "*secondary clock" style:highest "bigger_mono_text" +widget "*transport delta clock" style:highest "bigger_mono_text" +widget "*secondary delta clock" style:highest "bigger_mono_text" +widget "*silence duration clock" style:highest "medium_text" +widget "*edit point clock" style:highest "medium_text" +widget "*nudge clock" style:highest "small_mono_text" +widget "*menubar clock" style:highest "medium_text" +widget "*zoomrange clock" style:highest "medium_text" +widget "*timecodeoffset clock" style:highest "medium_text" + +widget "*TransportLabel" style:highest "small_bold_text" +widget "*TakeLabel" style:highest "small_bold_text" +widget "*LocationLabel" style:highest "small_bold_text" +widget "*WipeLabel" style:highest "small_bold_text" +widget "*TakeTagLabel" style:highest "small_bold_text" +widget "*ToolBarLabel" style:highest "small_bold_text" +widget "*EditorDisplayLabel" style:highest "small_bold_text" +widget "*NewSessionLabel" style:highest "larger_text" +widget "*GlobalButtonLabel" style:highest "default_generic" +widget "*ClickButton" style:highest "medium_entry" +widget "*RegionNameDisplay" style:highest "medium_entry" +widget "*PluginDisplay" style:highest "medium_entry" +widget "*SelectionDisplay" style:highest "medium_entry" +widget "*HistorySelector" style:highest "medium_entry" +widget "*LocationSelector" style:highest "medium_entry" +widget "*TakeSelector" style:highest "medium_entry" +widget "*RegionSelector" style:highest "medium_entry" +widget "*BaseFrame" style:highest "base_frame" + +widget "*SendStripBase" style:highest "send_strip_base" +widget "*AudioTrackStripBase" style:highest "audio_track_base" +widget "*AudioBusStripBase" style:highest "audio_bus_base" +widget "*MidiTrackStripBase" style:highest "midi_track_base" +widget "*AudioTrackStripBaseInactive" style:highest "track_controls_inactive" +widget "*AudioBusStripBaseInactive" style:highest "track_controls_inactive" +widget "*MidiTrackStripBaseInactive" style:highest "track_controls_inactive" +widget "*FaderMetricsStrip" style:highest "audio_track_metrics" +widget "*AudioTrackMetrics" style:highest "audio_track_metrics" +widget "*MidiTrackMetrics" style:highest "midi_track_metrics" +widget "*AudioBusMetrics" style:highest "audio_bus_metrics" +widget "*AudioMidiTrackMetrics" style:highest "midi_track_metrics" +widget "*AudioTrackMetricsLeft" style:highest "audio_track_metrics" +widget "*MidiTrackMetricsLeft" style:highest "midi_track_metrics" +widget "*AudioBusMetricsLeft" style:highest "audio_bus_metrics" +widget "*AudioMidiTrackMetricsLeft" style:highest "midi_track_metrics" +widget "*AudioTrackMetricsRight" style:highest "audio_track_metrics" +widget "*MidiTrackMetricsRight" style:highest "midi_track_metrics" +widget "*AudioBusMetricsRight" style:highest "audio_bus_metrics" +widget "*AudioMidiTrackMetricsRight" style:highest "midi_track_metrics" +widget "*AudioTrackMetricsInactive" style:highest "audio_track_metrics_inactive" +widget "*MidiTrackMetricsInactive" style:highest "midi_track_metrics_inactive" +widget "*AudioBusMetricsInactive" style:highest "audio_bus_metrics_inactive" +widget "*AudioMidiTrackMetricsInactive" style:highest "midi_track_metrics_inactive" + +widget "*TimeAxisViewControlsBaseUnselected" style:highest "audio_track_base" +widget "*AudioTrackControlsBaseUnselected" style:highest "audio_track_base" +widget "*MidiTrackControlsBaseUnselected" style:highest "midi_track_base" + +widget "*SendUIFader" style:highest "plugin_slider" +widget "*ReturnUIFader" style:highest "plugin_slider" + +widget "*AudioTrackFader" style:highest "audio_track_fader" +widget "*MidiTrackFader" style:highest "midi_track_fader" +widget "*AudioBusFader" style:highest "audio_bus_fader" + +widget "*BusControlsBaseUnselected" style:highest "audio_bus_base" +widget "*TrackSeparator" style:highest "track_separator" +widget "*TrackEditIndicator0*" style:highest "edit_group_0" +widget "*TrackEditIndicator1*" style:highest "edit_group_1" +widget "*TrackEditIndicator2*" style:highest "edit_group_2" +widget "*TrackEditIndicator3*" style:highest "edit_group_3" +widget "*TrackEditIndicator4*" style:highest "edit_group_3" +widget "*TrackEditIndicator5*" style:highest "edit_group_3" +widget "*TrackEditIndicator6*" style:highest "edit_group_3" +widget "*TrackEditIndicator7*" style:highest "edit_group_3" +widget "*EditorTrackNameDisplay" style:highest "track_name_display" +widget "*EditorTrackNameDisplay*" style:highest "track_name_display" +widget "*CrossfadeEditAuditionButton" style:highest "bright_when_active" +widget "*CrossfadeEditAuditionButton*" style:highest "bright_when_active" +widget "*CrossfadeEditCurveButton" style:highest "bright_when_active" +widget "*CrossfadeEditCurveButton*" style:highest "bright_when_active" +widget "*CrossfadeEditLabel" style:highest "medium_text" +widget "*CrossfadeEditFrame" style:highest "base_frame" +widget "*MouseModeButton" style:highest "mouse_mode_button" +widget "*MouseModeButton*" style:highest "default_button" +widget "*EditorMainCanvas" style:highest "main_canvas_area" +widget "*AudioTrackControlsBaseInactiveUnselected" style:highest "track_controls_inactive" +widget "*BusControlsBaseInactiveUnselected" style:highest "track_controls_inactive" +widget "*AutomationTrackControlsBaseInactiveUnselected" style:highest "track_controls_inactive" +widget "*AudioTrackControlsBaseInactiveSelected" style:highest "track_controls_inactive" +widget "*BusControlsBaseInactiveSelected" style:highest "track_controls_inactive" +widget "*AutomationTrackControlsBaseInactiveSelected" style:highest "track_controls_inactive" +widget "*AudioTrackControlsBaseSelected" style:highest "edit_controls_base_selected" +widget "*MidiTrackControlsBaseSelected" style:highest "edit_controls_base_selected" +widget "*BusControlsBaseSelected" style:highest "edit_controls_base_selected" +widget "*AutomationTrackControlsBase" style:highest "automation_track_controls_base" +widget "*AutomationTrackControlsBaseSelected" style:highest "edit_controls_base_selected" +#widget "*EditorMenuBar*" style:highest "black_mackie_menu_bar" +#widget "*MainMenuBar*" style:highest "black_mackie_menu_bar" +widget "*ZoomClickBox" style:highest "medium_bold_entry" +widget "*PluginParameterLabel" style:highest "medium_text" +widget "*PluginNameInfo" style:highest "plugin_name_text" +widget "*PluginMakerInfo" style:highest "plugin_maker_text" +widget "*PluginParameterInfo" style:highest "medium_text" +widget "*MotionControllerValue" style:highest "small_entry" +widget "*MotionControllerValue*" style:highest "small_entry" +widget "*ParameterValueDisplay" style:highest "medium_bold_entry" +widget "*PluginUIClickBox" style:highest "medium_bold_entry" +widget "*PluginUIClickBox*" style:highest "medium_bold_entry" +widget "*ProcessorControlSlider" style:highest "processor_control_slider" +widget "*processor control button" style:highest "processor_control_button" +widget "*PluginSlider" style:highest "plugin_slider" +widget "*GainFader" style:highest "plugin_slider" +widget "*MixerTrackCommentArea" style:highest "option_entry" +widget "*MixerPanZone" style:highest "pan_zone" +widget "*LHSList" style:highest "treeview_display" +widget "*RegionEditorLabel" style:highest "medium_text" +widget "*RegionEditorSmallLabel" style:highest "small_text" +widget "*RegionEditorEntry" style:highest "medium_entry" +widget "*RegionEditorToggleButton" style:highest "paler_bright_when_active" +widget "*RegionEditorToggleButton*" style:highest "paler_bright_when_active" +widget "*MixerStripSpeedBase" style:highest "small_entry" +widget "*MixerStripSpeedBase*" style:highest "small_entry" +widget "*MixerStripSpeedBaseNotOne" style:highest "small_red_on_black_entry" +widget "*MixerStripSpeedBaseNotOne*" style:highest "small_red_on_black_entry" +widget "*MixerStripGainDisplay" style:highest "small_entry" +widget "*MixerStripGainDisplay*" style:highest "small_entry" +widget "*MixerStripGainUnitButton" style:highest "very_small_button" +widget "*MixerStripGainUnitButton*" style:highest "very_small_button" +widget "*MixerStripMeterPreButton" style:highest "very_small_button" +widget "*MixerStripMeterPreButton*" style:highest "very_small_button" +widget "*MixerStripPeakDisplay" style:highest "red_active_small_entry" +widget "*MixerStripPeakDisplay*" style:highest "red_active_small_entry" +widget "*MixerStripPeakDisplayPeak*" style:highest "peak_display_peaked_entry" +widget "*MixerStripSelectedFrame" style:highest "selected_strip_frame" +widget "*MixerStripFrame" style:highest "base_frame" +widget "*monitor section invert" style:highest "monitor_invert_button" +widget "*monitor section cut" style:highest "monitor_mute_button" +widget "*monitor section dim" style:highest "monitor_dim_button" +widget "*monitor section mono" style:highest "monitor_mono_button" +widget "*monitor solo exclusive" style:highest "monitor_mono_button" +widget "*monitor solo override" style:highest "monitor_mono_button" +widget "*MonitorIsoAlert" style:highest "monitor_iso_button" +widget "*MonitorIsoAlert*" style:highest "monitor_iso_button" +widget "*BypassButton" style:highest "bright_when_active" +widget "*BypassButton*" style:highest "bright_when_active" +widget "*FadeCurve" style:highest "medium_bold_entry" +widget "*FadeCurve*" style:highest "medium_bold_entry" +widget "*RouteParamsListDisplay" style:highest "inspector_track_list_display" +widget "*TearOffArrow" style:highest "tearoff_arrow" +widget "*RouteParamsTitleLabel" style:highest "medium_text" +widget "*PluginAutomateButton" style:highest "small_button" +widget "*PluginAutomateButton*" style:highest "small_button" +widget "*PluginSaveButton" style:highest "small_button" +widget "*PluginSaveButton*" style:highest "small_button" +widget "*PluginEditButton*" style:highest "small_button" +widget "*PluginLoadButton" style:highest "small_button" +widget "*PluginLoadButton*" style:highest "small_button" +widget "*PluginEditorButton*" style:highest "default_toggle_button" +widget "*PluginEditorButton-active" style:highest "default_toggle_button_active" + +widget "*BarControlSpinner" style:highest "small_spinner" +widget "*BarControlSpinner*" style:highest "small_spinner" + +widget "*meterstripPPM" style:highest "meter_strip_ppm" +widget "*meterstripDPM" style:highest "meter_strip_dpm" +widget "*meterstripVU" style:highest "meter_strip_vu" +widget "*BlackSeparator" style:highest "meter_strip_sep" + +widget "*MetricDialogFrame" style:highest "base_frame" +widget "*MetricEntry" style:highest "medium_bold_entry" +widget "*MetricButton" style:highest "default_button" +widget "*MetricButton.*" style:highest "default_button" +widget "*MetricLabel" style:highest "medium_text" +widget "*TimeStretchButton" style:highest "default_button" +widget "*TimeStretchButton.*" style:highest "default_button" +widget "*ChoiceWindow" style:highest "default_generic" +widget "*ChoicePrompt" style:highest "default_generic" +widget "*ChoiceButton" style:highest "default_button" +widget "*ChoiceButton*" style:highest "default_button" +widget "*SelectionModeButton" style:highest "default_button" +widget "*SelectionModeButton*" style:highest "default_button" +widget "*TrackLabel" style:highest "medium_text" +widget "*TrackPlugName" style:highest "medium_text" +widget "*TrackParameterName" style:highest "small_italic_text" +widget "*AddRouteDialog*" style:highest "medium_text" +widget "*AddRouteDialog.GtkLabel" style:highest "medium_text" +widget "*AddRouteDialogChannelChoice" style:highest "medium_bold_entry" +widget "*AddRouteDialogSpinner" style:highest "medium_bold_entry" +widget "*AddRouteDialogSpinner*" style:highest "medium_bold_entry" +widget "*AddRouteDialogRadioButton" style:highest "bright_when_active" +widget "*AddRouteDialogButton" style:highest "default_button" +widget "*AddRouteDialogNameTemplateEntry" style:highest "medium_bold_entry" +widget "*NewSessionIOLabel" style:highest "large_bold_text" +widget "*NewSessionSR1Label" style:highest "red_medium_text" +widget "*NewSessionSR2Label" style:highest "medium_text" +widget "*NewSessionChannelChoice" style:highest "medium_bold_entry" +widget "*NewSessionMainButton" style:highest "large_bold_text" +widget "*NewSessionMainButton*" style:highest "large_bold_text" +widget "*NewSessionMainLabel" style:highest "large_bold_text" +widget "*location edit row clock" style:highest "medium_text" +widget "*LocationEditNameLabel" style:highest "medium_text" +widget "*LocationEditSetButton" style:highest "location_row_button" +widget "*LocationEditSetButton*" style:highest "location_row_button" +widget "*LocationEditGoButton" style:highest "location_row_button" +widget "*LocationEditGoButton*" style:highest "location_row_button" +widget "*LocationEditCdButton" style:highest "small_red_active_and_selected_button" +widget "*LocationEditCdButton*" style:highest "small_red_active_and_selected_button" +widget "*LocationEditHideButton" style:highest "small_red_active_and_selected_button" +widget "*LocationEditHideButton*" style:highest "small_red_active_and_selected_button" +widget "*LocationEditLockButton*" style:highest "small_red_active_and_selected_button" +widget "*LocationEditGlueButton*" style:highest "small_red_active_and_selected_button" +widget "*LocationEditNumberLabel" style:highest "small_text" +widget "*LocationLocEditorFrame" style:highest "base_frame" +widget "*LocationRangeEditorFrame" style:highest "base_frame" +widget "*LocationEditNameEntry" style:highest "option_entry" +widget "*LocationAddLocationButton" style:highest "default_button" +widget "*LocationAddLocationButton*" style:highest "default_button" +widget "*LocationAddRangeButton" style:highest "default_button" +widget "*LocationAddRangeButton*" style:highest "default_button" +widget "*LocationEditRemoveButton" style:highest "location_row_button" +widget "*LocationEditRemoveButton*" style:highest "location_row_button" +widget "*ChannelCountSelector" style:highest "medium_bold_entry" +widget "*ChannelCountSelector.GtkArrow" style:highest "default_generic" +widget "*RegionListWholeFile" style:highest "treeview_parent_node" +widget "*EditorHScrollbar" style:highest "editor_hscrollbar" +widget "*MidiListView*" style:highest "treeview_display" +widget "*ProcessorList*" style:highest "processor_list" +widget "*PortMatrixLabel*" style:highest "small_text" +widget "*midi device" style:highest "midi_device" +widget "*MidiTracerTextView" style:highest "midi_tracer_textview" +widget "*solo isolate" style:highest "solo_isolate" +widget "*meterbridge label" style:highest "meterbridge_label" +widget "*solo safe" style:highest "solo_safe" +widget "*ContrastingPopup" style:highest "contrasting_popup" +widget "*ContrastingPopup*" style:highest "contrasting_popup" +widget "*MidiChannelSelectorButton" style:highest "midi_channel_selector_button" +widget "*TimeInfoSelectionTitle" style:highest "very_small_text" +widget "*TimeInfoSelectionLabel" style:highest "very_small_text" +widget "*TimeInfoPunchTitle" style:highest "very_small_text" +widget "*TimeInfoPunchButton" style:highest "very_small_text" +widget "*TimeInfoBox" style:highest "time_info_box" +widget "*tracknumber label" style:highest "tracknumber_label" +widget "*StatusBarBox" style:highest "status_bar_box" +widget "*RouteNameEditorEntry" style:highest "text_cell_entry" +widget "*RegionNameEditorEntry" style:highest "text_cell_entry" +widget "*MidiSoundNotesButton" style:highest "default_toggle_button" +widget "*MeasureLatencyButton" style:highest "default_toggle_button" +widget "*processor prefader" style:highest "processor" +widget "*processor fader" style:highest "processor" +widget "*processor postfader" style:highest "processor" +widget "*MonitorSectionLabel" style:highest "small_text" +widget "*record enable button" style:highest "small_button" +widget "*mute button" style:highest "small_button" +widget "*invert button" style:highest "small_button" +widget "*send alert button" style:highest "small_text" +widget "*solo button" style:highest "small_button" +widget "*route button" style:highest "small_button" +widget "*monitor button" style:highest "small_button" +widget "*rude solo" style:highest "small_text" +widget "*rude audition" style:highest "small_text" +widget "*feedback alert" style:highest "small_text" +widget "*transport option button" style:highest "small_text" +widget "*transport active option button" style:highest "small_text" +widget "*plugin bypass button" style:highest "small_text" +widget "*punch button" style:highest "small_text" +widget "*lock button" style:highest "large_bold_text" diff --git a/gtk2_ardour/wscript b/gtk2_ardour/wscript index 56c62c27bb..7852a458dd 100644 --- a/gtk2_ardour/wscript +++ b/gtk2_ardour/wscript @@ -602,70 +602,70 @@ def build(bld): # RC files dark_rc_subst_dict['COLOR_SCHEME'] = build_color_scheme( - 'gtk2_ardour/ardour3_ui_dark.rc.in', 'ARDOUR_DARK') + 'gtk2_ardour/ui_dark.rc.in', 'ARDOUR_DARK') dark_rc_subst_dict['COLPREFIX'] = 'ARDOUR_DARK' light_rc_subst_dict['COLOR_SCHEME'] = build_color_scheme( - 'gtk2_ardour/ardour3_ui_light.rc.in', 'ARDOUR_LIGHT') + 'gtk2_ardour/ui_light.rc.in', 'ARDOUR_LIGHT') light_rc_subst_dict['COLPREFIX'] = 'ARDOUR_LIGHT' obj = bld(features = 'subst') - obj.source = [ 'ardour3_ui_dark.rc.in' ] - obj.target = 'ardour3_ui_dark.rc.pre' + obj.source = [ 'ui_dark.rc.in' ] + obj.target = 'ui_dark.rc.pre' obj.install_path = None set_subst_dict(obj, dark_rc_subst_dict) obj = bld(features = 'subst') - obj.source = [ 'ardour3_ui_light.rc.in' ] - obj.target = 'ardour3_ui_light.rc.pre' + obj.source = [ 'ui_light.rc.in' ] + obj.target = 'ui_light.rc.pre' obj.install_path = None set_subst_dict(obj, light_rc_subst_dict) obj = bld(features = 'subst') - obj.source = [ 'ardour3_styles.rc.in' ] - obj.target = 'ardour3_dark_styles.rc' + obj.source = [ 'styles.rc.in' ] + obj.target = 'dark_styles.rc' obj.install_path = None set_subst_dict(obj, dark_rc_subst_dict) obj = bld(features = 'subst') - obj.source = [ 'ardour3_styles.rc.in' ] - obj.target = 'ardour3_light_styles.rc' + obj.source = [ 'styles.rc.in' ] + obj.target = 'light_styles.rc' obj.install_path = None set_subst_dict(obj, light_rc_subst_dict) obj = bld(features = 'subst') - obj.source = [ 'ardour3_fonts.rc.in' ] - obj.target = 'ardour3_dark_fonts.rc' + obj.source = [ 'fonts.rc.in' ] + obj.target = 'dark_fonts.rc' obj.install_path = None set_subst_dict(obj, dark_rc_subst_dict) obj = bld(features = 'subst') - obj.source = [ 'ardour3_fonts.rc.in' ] - obj.target = 'ardour3_light_fonts.rc' + obj.source = [ 'fonts.rc.in' ] + obj.target = 'light_fonts.rc' obj.install_path = None set_subst_dict(obj, light_rc_subst_dict) - obj = bld(rule = autowaf.copyfile) - obj.source = [ 'ardour3_widget_list.rc' ] - obj.target = 'ardour3_widgets.rc' + obj = bld(rule = copyfile) + obj.source = [ 'widget_list.rc' ] + obj.target = 'widgets.rc' obj.install_path = None obj = bld (rule = include_processor) - obj.source = [ 'ardour3_ui_dark.rc.pre' ] + obj.source = [ 'ui_dark.rc.pre' ] # find and add all ##include dependencies as sources - obj.source += _doPyp (bld.path.find_resource ('ardour3_ui_dark.rc.in').srcpath(), True) - obj.target = 'ardour3_ui_dark.rc' + obj.source += _doPyp (bld.path.find_resource ('ui_dark.rc.in').srcpath(), True) + obj.target = 'ui_dark.rc' obj.install_path = bld.env['CONFDIR'] obj = bld (rule = include_processor) - obj.source = [ 'ardour3_ui_light.rc.pre' ] + obj.source = [ 'ui_light.rc.pre' ] # find and add all ##include dependencies as sources - obj.source += _doPyp (bld.path.find_resource ('ardour3_ui_light.rc.in').srcpath(), True) - obj.target = 'ardour3_ui_light.rc' + obj.source += _doPyp (bld.path.find_resource ('ui_light.rc.in').srcpath(), True) + obj.target = 'ui_light.rc' obj.install_path = bld.env['CONFDIR'] obj = bld(features = 'subst') - obj.source = [ 'ardour3_ui_default.conf.in' ] - obj.target = 'ardour3_ui_default.conf' + obj.source = [ 'ui_default.conf.in' ] + obj.target = 'ui_default.conf' obj.install_path = None set_subst_dict(obj, ui_conf_dict) @@ -718,7 +718,7 @@ def build(bld): bld.install_files(bld.env['DATADIR'], 'ArdourMono.ttf') # Default UI configuration - bld.install_files(bld.env['CONFDIR'], 'ardour3_ui_default.conf') + bld.install_files(bld.env['CONFDIR'], 'ui_default.conf') # Default export stuff bld.install_files(os.path.join(bld.env['CONFDIR'],' export'), bld.path.ant_glob('export/*.format')) -- cgit v1.2.3