restore (mostly) processor colors from before RC meta-ization
git-svn-id: svn://localhost/ardour2/branches/3.0@8594 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
b17dc03047
commit
acbbdf18fb
@ -34,7 +34,9 @@
|
|||||||
#@color midi_track #445033
|
#@color midi_track #445033
|
||||||
#@color audio_bus #262c35
|
#@color audio_bus #262c35
|
||||||
|
|
||||||
#@color processor_frame_active_send #30F7B0
|
#@color send_fg #30F7B0
|
||||||
|
#@color send_bg #C4C4B8
|
||||||
|
|
||||||
#@color processor_frame_selected #E2CC33
|
#@color processor_frame_selected #E2CC33
|
||||||
#@color processor_fader_bg #666666
|
#@color processor_fader_bg #666666
|
||||||
#@color processor_fader_frame #7F7F7F
|
#@color processor_fader_frame #7F7F7F
|
||||||
@ -1020,12 +1022,12 @@ style "audio_bus_base" = "very_small_text"
|
|||||||
style "send_strip_base" = "default_base"
|
style "send_strip_base" = "default_base"
|
||||||
{
|
{
|
||||||
font_name = "@FONT_SMALLER@"
|
font_name = "@FONT_SMALLER@"
|
||||||
fg[NORMAL] = @A_fg
|
fg[NORMAL] = @A_send_fg
|
||||||
bg[NORMAL] = { 0.19, 0.97, 0.69 }
|
bg[NORMAL] = @A_send_bg
|
||||||
bg[ACTIVE] = { 0.19, 0.97, 0.69 }
|
bg[ACTIVE] = @A_send_bg
|
||||||
bg[PRELIGHT] = { 0.19, 0.97, 0.69 }
|
bg[PRELIGHT] = @A_send_bg
|
||||||
bg[INSENSITIVE] = { 0.19, 0.97, 0.69 }
|
bg[INSENSITIVE] = @A_send_bg
|
||||||
bg[SELECTED] = { 0.19, 0.97, 0.69 }
|
bg[SELECTED] = @A_send_bg
|
||||||
}
|
}
|
||||||
|
|
||||||
style "audio_track_base" = "default_base"
|
style "audio_track_base" = "default_base"
|
||||||
@ -1299,43 +1301,43 @@ style "processor_frame_selected"
|
|||||||
# Colour of a processor frame when it is a send whose level is being controller by the fader
|
# Colour of a processor frame when it is a send whose level is being controller by the fader
|
||||||
style "processor_frame_active_send"
|
style "processor_frame_active_send"
|
||||||
{
|
{
|
||||||
bg[NORMAL] = @A_fg_selected
|
bg[NORMAL] = @A_send_fg
|
||||||
}
|
}
|
||||||
|
|
||||||
# Fader processor's background
|
# Fader processor's background
|
||||||
style "processor_fader"
|
style "processor_fader"
|
||||||
{
|
{
|
||||||
bg[NORMAL] = @A_red
|
bg[NORMAL] = @A_processor_fader_bg
|
||||||
}
|
}
|
||||||
|
|
||||||
# Fader processor's frame
|
# Fader processor's frame
|
||||||
style "processor_fader_frame"
|
style "processor_fader_frame"
|
||||||
{
|
{
|
||||||
bg[NORMAL] = @A_bg
|
bg[NORMAL] = @A_processor_fader_frame
|
||||||
}
|
}
|
||||||
|
|
||||||
# Pre-fader processor's background
|
# Pre-fader processor's background
|
||||||
style "processor_prefader"
|
style "processor_prefader"
|
||||||
{
|
{
|
||||||
bg[NORMAL] = lighter(lighter (@A_fg))
|
bg[NORMAL] = @A_processor_prefader
|
||||||
}
|
}
|
||||||
|
|
||||||
# Pre-fader processor's frame
|
# Pre-fader processor's frame
|
||||||
style "processor_prefader_frame"
|
style "processor_prefader_frame"
|
||||||
{
|
{
|
||||||
bg[NORMAL] = darker (@A_fg)
|
bg[NORMAL] = @A_processor_prefader_frame
|
||||||
}
|
}
|
||||||
|
|
||||||
# Post-fader processor's background
|
# Post-fader processor's background
|
||||||
style "processor_postfader"
|
style "processor_postfader"
|
||||||
{
|
{
|
||||||
bg[NORMAL] = darker(darker (@A_fg))
|
bg[NORMAL] = @A_processor_postfader
|
||||||
}
|
}
|
||||||
|
|
||||||
# Post-fader processor's frame
|
# Post-fader processor's frame
|
||||||
style "processor_postfader_frame"
|
style "processor_postfader_frame"
|
||||||
{
|
{
|
||||||
bg[NORMAL] = lighter (@A_fg)
|
bg[NORMAL] = @A_processor_postfader_frame
|
||||||
}
|
}
|
||||||
|
|
||||||
# MixerPanZone:
|
# MixerPanZone:
|
||||||
|
Loading…
Reference in New Issue
Block a user