13
0

light theme needs monitor section style info

git-svn-id: svn://localhost/ardour2/branches/3.0@7060 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Paul Davis 2010-05-05 14:14:19 +00:00
parent 896a0a991c
commit 5c144432ad

View File

@ -334,6 +334,37 @@ style "mixer_solo_button_active" = "solo_button_active"
}
style "monitor_opt_button" = "small_button"
{
font_name = "@FONT_SMALLER@"
bg[ACTIVE] = { 1.0, 0.749, 0.247 }
fg[ACTIVE] = { 0, 0, 0 }
}
style "monitor_mono_button" = "small_button"
{
bg[ACTIVE] = { 0.725, 0.925, 0.949 }
fg[ACTIVE] = { 0, 0, 0 }
}
style "monitor_invert_button" = "small_button"
{
bg[ACTIVE] = { 1.0, 0.749, 0.247 }
fg[ACTIVE] = { 0, 0, 0 }
}
style "monitor_mute_button" = "small_button"
{
bg[ACTIVE] = { 1.0, 0.98, 0.53 }
fg[ACTIVE] = { 0, 0, 0 }
}
style "monitor_dim_button" = "small_button"
{
bg[ACTIVE] = { 0.90, 0.89, 0.73 }
fg[ACTIVE] = { 0, 0, 0 }
}
style "mute_button" = "small_button"
{
}
@ -1494,6 +1525,18 @@ widget "*MixerStripSelectedFrame" style:highest "selected_strip_frame"
widget "*MixerStripFrame" style:highest "base_frame"
widget "*HWMonitorButton" style:highest "red_when_active"
widget "*HWMonitorButton*" style:highest "red_when_active"
widget "*MonitorInvertButton" style:highest "monitor_invert_button"
widget "*MonitorInvertButton*" style:highest "monitor_invert_button"
widget "*MonitorMuteButton" style:highest "monitor_mute_button"
widget "*MonitorMuteButton*" style:highest "monitor_mute_button"
widget "*MonitorDimButton" style:highest "monitor_dim_button"
widget "*MonitorDimButton*" style:highest "monitor_dim_button"
widget "*MonitorMonoButton" style:highest "monitor_mono_button"
widget "*MonitorMonoButton*" style:highest "monitor_mono_button"
widget "*MonitorInvertButton" style:highest "monitor_invert_button"
widget "*MonitorInvertButton*" style:highest "monitor_invert_button"
widget "*MonitorOptButton" style:highest "monitor_opt_button"
widget "*MonitorOptButton*" style:highest "monitor_opt_button"
widget "*BypassButton" style:highest "red_when_active"
widget "*BypassButton*" style:highest "red_when_active"
widget "*TransportSoloAlert" style:highest "flashing_alert"