mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-24 07:27:44 +01:00
grep unused styles from gtkrc
This commit is contained in:
parent
2498495523
commit
cadbf191da
2 changed files with 133 additions and 542 deletions
|
|
@ -1,11 +1,11 @@
|
|||
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
|
||||
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"
|
||||
|
|
@ -16,7 +16,6 @@ style "base_frame"
|
|||
|
||||
style "transport_base" = "medium_bold_text"
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
style "default_button" = "small_text"
|
||||
|
|
@ -25,13 +24,27 @@ style "default_button" = "small_text"
|
|||
|
||||
style "mouse_mode_button" = "default_button"
|
||||
{
|
||||
bg[ACTIVE] = @@COLPREFIX@_contrasting_indicator
|
||||
fg[ACTIVE] = @@COLPREFIX@_darkest
|
||||
bg[ACTIVE] = @@COLPREFIX@_contrasting_indicator
|
||||
fg[ACTIVE] = @@COLPREFIX@_darkest
|
||||
}
|
||||
|
||||
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)
|
||||
}
|
||||
|
||||
style "track_rec_enable_button" = "small_button"
|
||||
{
|
||||
}
|
||||
|
||||
style "default_menu" = "medium_text"
|
||||
{
|
||||
#bg[NORMAL] = darker(@@COLPREFIX@_bg)
|
||||
}
|
||||
|
||||
style "default_generic" = "medium_text"
|
||||
|
|
@ -42,7 +55,7 @@ style "text_cell_entry" = "medium_text"
|
|||
{
|
||||
}
|
||||
|
||||
style "very_small_button" = "default_button"
|
||||
style "very_small_button" = "default_button"
|
||||
{
|
||||
ythickness = 0
|
||||
xthickness = 0
|
||||
|
|
@ -66,83 +79,6 @@ style "small_red_active_and_selected_button" = "small_button"
|
|||
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"
|
||||
{
|
||||
}
|
||||
|
|
@ -165,57 +101,10 @@ 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"
|
||||
style "mute_button" = "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"
|
||||
|
|
@ -228,155 +117,48 @@ style "mixer_invert_button" = "small_button"
|
|||
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
|
||||
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
|
||||
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
|
||||
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)
|
||||
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 }
|
||||
fg[ACTIVE] = @@COLPREFIX@_darkest
|
||||
}
|
||||
|
||||
style "ruler_label" = "small_bold_text"
|
||||
{
|
||||
fg[NORMAL] = @@COLPREFIX@_light_text_on_dark
|
||||
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
|
||||
}
|
||||
|
|
@ -409,13 +191,8 @@ style "transport_button_alternate_two"
|
|||
|
||||
style "transport_rec_button"
|
||||
{
|
||||
fg[ACTIVE] = @@COLPREFIX@_darkest
|
||||
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"
|
||||
|
|
@ -469,18 +246,18 @@ 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
|
||||
# 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
|
||||
{
|
||||
# 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"
|
||||
|
|
@ -497,22 +274,22 @@ style "very_small_bright_when_active" = "very_small_text"
|
|||
{
|
||||
fg[NORMAL] = @@COLPREFIX@_fg
|
||||
bg[NORMAL] = @@COLPREFIX@_bg
|
||||
bg[PRELIGHT] = @@COLPREFIX@_bg
|
||||
bg[PRELIGHT] = @@COLPREFIX@_bg
|
||||
|
||||
fg[ACTIVE] = @@COLPREFIX@_fg
|
||||
bg[ACTIVE] = @@COLPREFIX@_bright_indicator
|
||||
bg[PRELIGHT] = @@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
|
||||
bg[PRELIGHT] = @@COLPREFIX@_bg
|
||||
|
||||
fg[ACTIVE] = @@COLPREFIX@_fg
|
||||
bg[ACTIVE] = @@COLPREFIX@_bright_indicator
|
||||
bg[PRELIGHT] = @@COLPREFIX@_bright_indicator
|
||||
bg[PRELIGHT] = @@COLPREFIX@_bright_indicator
|
||||
}
|
||||
|
||||
style "xrun_warn" = "larger_bold_text"
|
||||
|
|
@ -526,50 +303,45 @@ style "xrun_warn" = "larger_bold_text"
|
|||
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
|
||||
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
|
||||
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
|
||||
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
|
||||
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"
|
||||
|
|
@ -593,13 +365,13 @@ style "medium_entry" = "medium_text"
|
|||
|
||||
style "medium_entry_noselection_fg" = "medium_entry"
|
||||
{
|
||||
# this seems wrong to me, but the light theme uses it
|
||||
# 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
|
||||
# this seems wrong to me, but the light theme uses it
|
||||
bg[SELECTED] = @@COLPREFIX@_text
|
||||
}
|
||||
|
||||
|
|
@ -667,98 +439,79 @@ style "red_active_small_entry" = "small_entry"
|
|||
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
|
||||
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
|
||||
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)
|
||||
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
|
||||
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)
|
||||
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
|
||||
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)
|
||||
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
|
||||
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
|
||||
bg[PRELIGHT] = @@COLPREFIX@_audio_track
|
||||
}
|
||||
style "audio_bus_fader" = "gain_fader"
|
||||
{
|
||||
bg[PRELIGHT] = @@COLPREFIX@_audio_bus
|
||||
bg[PRELIGHT] = @@COLPREFIX@_audio_bus
|
||||
}
|
||||
style "midi_track_fader" = "gain_fader"
|
||||
{
|
||||
bg[PRELIGHT] = @@COLPREFIX@_midi_track
|
||||
bg[PRELIGHT] = @@COLPREFIX@_midi_track
|
||||
}
|
||||
|
||||
style "audio_track_metrics" = "audio_track_base"
|
||||
|
|
@ -828,7 +581,7 @@ style "track_separator"
|
|||
}
|
||||
|
||||
# Plugin Editors
|
||||
style "plugin_slider"
|
||||
style "plugin_slider"
|
||||
{
|
||||
#font_name ="bold @FONT_BIG@"
|
||||
|
||||
|
|
@ -872,15 +625,15 @@ style "processor_control_slider" = "plugin_slider"
|
|||
|
||||
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
|
||||
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
|
||||
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"
|
||||
|
|
@ -891,14 +644,8 @@ 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
|
||||
bg[ACTIVE] = shade (1.8, @@COLPREFIX@_fg_selected)
|
||||
fg[ACTIVE] = @@COLPREFIX@_darkest
|
||||
}
|
||||
|
||||
# MixerPanZone:
|
||||
|
|
@ -945,30 +692,15 @@ style "selected_strip_frame"
|
|||
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
|
||||
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[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@_contrasting_indicator
|
||||
bg[ACTIVE] = @@COLPREFIX@_bright_indicator
|
||||
}
|
||||
|
||||
style "sync_alert"
|
||||
|
|
@ -1016,8 +748,8 @@ style "padded_button" = "default_button"
|
|||
|
||||
style "tooltip" = "medium_text"
|
||||
{
|
||||
fg[NORMAL] = @@COLPREFIX@_fg_tooltip
|
||||
bg[NORMAL] = @@COLPREFIX@_bg_tooltip
|
||||
fg[NORMAL] = @@COLPREFIX@_fg_tooltip
|
||||
bg[NORMAL] = @@COLPREFIX@_bg_tooltip
|
||||
}
|
||||
|
||||
style "default_toggle_button"
|
||||
|
|
@ -1041,19 +773,19 @@ 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 }
|
||||
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 }
|
||||
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 }
|
||||
bg[NORMAL] = { 0.0, 0.0, 0.0 }
|
||||
}
|
||||
|
||||
style "settings_notebook" = "big_text"
|
||||
|
|
|
|||
|
|
@ -6,83 +6,29 @@ 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"
|
||||
|
|
@ -103,23 +49,6 @@ 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"
|
||||
|
|
@ -129,7 +58,6 @@ 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"
|
||||
|
|
@ -160,31 +88,18 @@ 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"
|
||||
|
|
@ -192,11 +107,7 @@ widget "*AutomationTrackControlsBase" style:highest "automation_track_controls_b
|
|||
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"
|
||||
|
|
@ -208,22 +119,10 @@ 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"
|
||||
|
|
@ -235,10 +134,6 @@ 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"
|
||||
|
|
@ -248,9 +143,6 @@ 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"
|
||||
|
||||
|
|
@ -262,43 +154,18 @@ 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"
|
||||
|
|
@ -306,8 +173,6 @@ widget "*LocationEditHideButton*" style:highest "small_red_active_and_selected_b
|
|||
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"
|
||||
|
|
@ -316,10 +181,7 @@ 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"
|
||||
|
|
@ -332,14 +194,11 @@ 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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue