From 5c144432adbb791ce9d2a2cbd7471da0499b6ea7 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Wed, 5 May 2010 14:14:19 +0000 Subject: [PATCH] light theme needs monitor section style info git-svn-id: svn://localhost/ardour2/branches/3.0@7060 d708f5d6-7413-0410-9779-e7cbd77b26cf --- gtk2_ardour/ardour3_ui_light.rc.in | 43 ++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) diff --git a/gtk2_ardour/ardour3_ui_light.rc.in b/gtk2_ardour/ardour3_ui_light.rc.in index 580d7ab845..035fbb2dd4 100644 --- a/gtk2_ardour/ardour3_ui_light.rc.in +++ b/gtk2_ardour/ardour3_ui_light.rc.in @@ -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"