summaryrefslogtreecommitdiff
path: root/gtk2_ardour/ardour3_ui_dark.rc.in
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2010-05-06 18:40:37 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2010-05-06 18:40:37 +0000
commitf2ceb5c3404bb3e7f4ccc5bb3f2236f593775d73 (patch)
treeb8cc08678ab9b4e189a5cd97ae16f425fe8ab0b4 /gtk2_ardour/ardour3_ui_dark.rc.in
parente1ed9467dc9f9ffec7549958b1bca27b753e8742 (diff)
lots of odds and ends to do with solo isolate and its GUI
git-svn-id: svn://localhost/ardour2/branches/3.0@7072 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/ardour3_ui_dark.rc.in')
-rw-r--r--gtk2_ardour/ardour3_ui_dark.rc.in17
1 files changed, 13 insertions, 4 deletions
diff --git a/gtk2_ardour/ardour3_ui_dark.rc.in b/gtk2_ardour/ardour3_ui_dark.rc.in
index 1c1fdd520c..e423ad7960 100644
--- a/gtk2_ardour/ardour3_ui_dark.rc.in
+++ b/gtk2_ardour/ardour3_ui_dark.rc.in
@@ -332,14 +332,14 @@ style "solo_button" = "small_button"
style "solo_isolate_led"
{
+ fg[NORMAL] = { 0.725, 0.925, 0.949 }
fg[ACTIVE] = { 1.0, 0, 0 }
- fg[NORMAL] = { 0, 1.0, 0 }
}
style "solo_safe_led"
{
- fg[ACTIVE] = { 0.26, 0.47, 0.69 }
- fg[NORMAL] = { 0, 1.0, 0 }
+ fg[NORMAL] = { 0.725, 0.925, 0.949 }
+ fg[ACTIVE] = { 1.0, 0, 0 }
}
style "solo_button_alternate" = "small_button"
@@ -456,6 +456,13 @@ style "monitor_dim_button" = "small_button"
fg[ACTIVE] = { 0, 0, 0 }
}
+style "monitor_iso_button" = "small_button"
+{
+ font_name = "@FONT_SMALLER@"
+ bg[ACTIVE] = { 0.725, 0.925, 0.949 }
+ fg[ACTIVE] = { 0, 0, 0 }
+}
+
style "mute_button" = "small_button"
{
bg[ACTIVE] = { 0.90, 0.89, 0.73 }
@@ -1689,6 +1696,8 @@ 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 "*MonitorIsoAlert" style:highest "monitor_iso_button"
+widget "*MonitorIsoAlert*" style:highest "monitor_iso_button"
widget "*BypassButton" style:highest "red_when_active"
widget "*BypassButton*" style:highest "red_when_active"
widget "*TransportSoloAlert" style:highest "flashing_alert"
@@ -1806,4 +1815,4 @@ widget "*PortMatrixLabel*" style:highest "small_text"
widget "*MidiTracerTextView" style:highest "midi_tracer_textview"
widget "*SoloIsolatedLED" style:highest "solo_isolate_led"
widget "*SoloSafeLED" style:highest "solo_safe_led"
-widget "*SoloLEDLabel" style:highest "smallest_text"
+widget "*SoloLEDLabel" style:highest "very_small_text"