summaryrefslogtreecommitdiff
path: root/gtk2_ardour/ardour3_ui_dark.rc.in
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2010-03-27 00:57:06 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2010-03-27 00:57:06 +0000
commit52e6bf873c4de5b255f16dcd124ca79fd33ab58f (patch)
tree9c83d86bcd703313db8e8312e932e5ad959c52f9 /gtk2_ardour/ardour3_ui_dark.rc.in
parent316fca72dbad5bae530816714de52eadc9d7f243 (diff)
color changes for monitor section
git-svn-id: svn://localhost/ardour2/branches/3.0@6800 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/ardour3_ui_dark.rc.in')
-rw-r--r--gtk2_ardour/ardour3_ui_dark.rc.in34
1 files changed, 30 insertions, 4 deletions
diff --git a/gtk2_ardour/ardour3_ui_dark.rc.in b/gtk2_ardour/ardour3_ui_dark.rc.in
index 5fd7696bc8..7840ac7007 100644
--- a/gtk2_ardour/ardour3_ui_dark.rc.in
+++ b/gtk2_ardour/ardour3_ui_dark.rc.in
@@ -372,9 +372,27 @@ style "mixer_solo_button_active" = "solo_button_active"
ythickness = 0
}
-style "monitor_section_button" = "small_button"
+style "monitor_mono_button" = "small_button"
{
- bg[ACTIVE] = { 1.0, 0, 0 }
+ 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 }
}
@@ -1597,8 +1615,16 @@ 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 "*MonitorSectionButton" style:highest "monitor_section_button"
-widget "*MonitorSectionButton*" style:highest "monitor_section_button"
+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 "*BypassButton" style:highest "red_when_active"
widget "*BypassButton*" style:highest "red_when_active"
widget "*TransportSoloAlert" style:highest "flashing_alert"