summaryrefslogtreecommitdiff
path: root/gtk2_ardour/ardour3_ui_dark.rc.in
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2010-03-26 21:24:17 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2010-03-26 21:24:17 +0000
commit316fca72dbad5bae530816714de52eadc9d7f243 (patch)
tree91787da195c44cdce57587b00d2c17b328bcaabe /gtk2_ardour/ardour3_ui_dark.rc.in
parentac5bbf4b99635a71093f859e233ad5fe4b07453b (diff)
lots of work to hide prelight from most buttons, etc. etc. etc; increase range of solo boost knob; theme RC files changes need propagating to the light theme, sigh
git-svn-id: svn://localhost/ardour2/branches/3.0@6799 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, 26 insertions, 8 deletions
diff --git a/gtk2_ardour/ardour3_ui_dark.rc.in b/gtk2_ardour/ardour3_ui_dark.rc.in
index 2ec1f56eee..5fd7696bc8 100644
--- a/gtk2_ardour/ardour3_ui_dark.rc.in
+++ b/gtk2_ardour/ardour3_ui_dark.rc.in
@@ -268,12 +268,14 @@ style "gain_fader"
style "track_rec_enable_button" = "small_button"
{
+ fg[ACTIVE] = { 0.0, 0.0, 0.0 }
+ bg[ACTIVE] = { 1.0, 0.0, 0.0 }
}
style "track_rec_enable_button_active" = "small_button"
{
- fg[SELECTED] = { 0.0, 0.0, 0.0 }
fg[ACTIVE] = { 0.0, 0.0, 0.0 }
+ fg[SELECTED] = { 0.0, 0.0, 0.0 }
fg[PRELIGHT] = { 0.0, 0.0, 0.0 }
fg[NORMAL] = { 0.0, 0.0, 0.0 }
@@ -319,6 +321,8 @@ style "mixer_track_rec_enable_button_active" = "track_rec_enable_button_active"
style "solo_button" = "small_button"
{
+ bg[ACTIVE] = { 0.66, 0.97, 0.19 } # solo
+ fg[ACTIVE] = { 0, 0, 0 }
}
style "solo_button_alternate" = "small_button"
@@ -368,8 +372,16 @@ style "mixer_solo_button_active" = "solo_button_active"
ythickness = 0
}
+style "monitor_section_button" = "small_button"
+{
+ bg[ACTIVE] = { 1.0, 0, 0 }
+ fg[ACTIVE] = { 0, 0, 0 }
+}
+
style "mute_button" = "small_button"
{
+ bg[ACTIVE] = { 0.90, 0.89, 0.73 }
+ fg[ACTIVE] = { 0, 0, 0 }
}
style "mute_button_alternate" = "small_button"
@@ -398,34 +410,35 @@ style "mute_button_active" = "small_button"
fg[PRELIGHT] = { 0, 0, 0 }
}
-style "mixer_mute_button_alternate" = "mute_button_alternate"
+style "mixer_mute_button" = "mute_button"
{
font_name = "@FONT_SMALLER@"
xthickness = 0
ythickness = 0
}
-style "mixer_mute_button_active" = "mute_button_active"
+style "mixer_mute_button_alternate" = "mute_button_alternate"
{
font_name = "@FONT_SMALLER@"
xthickness = 0
ythickness = 0
}
-style "multiline_combo" = "small_button"
+style "mixer_mute_button_active" = "mute_button_active"
{
- font_name = "@FONT_NORMAL@"
+ font_name = "@FONT_SMALLER@"
xthickness = 0
ythickness = 0
}
-style "mixer_mute_button" = "mute_button"
+style "multiline_combo" = "small_button"
{
- font_name = "@FONT_SMALLER@"
+ font_name = "@FONT_NORMAL@"
xthickness = 0
ythickness = 0
}
+
style "track_loop_button" = "small_button"
{
bg[ACTIVE] = { 1.0, 0.98, 0.53 }
@@ -449,6 +462,8 @@ style "time_button" = "default_button"
style "transport_button"
{
+ bg[ACTIVE] = { 0.50, 1.0, 0.50 }
+ fg[ACTIVE] = { 0, 0, 0 }
}
style "transport_button_active"
@@ -466,6 +481,7 @@ style "transport_button_active"
style "transport_rec_button"
{
+ bg[ACTIVE] = { 1.0, 0, 0 }
}
style "transport_rec_button_active"
@@ -1413,7 +1429,7 @@ widget "*MixerCommentButton*" style:highest "very_small_button"
widget "*MixerMonoButton*" style:highest "very_small_button"
widget "*EditGroupButton" style:highest "very_small_button"
widget "*EditGroupButtonLabel" style:highest "very_small_button"
-widget "*TransportButton" style:highest "transport_rec_button"
+widget "*TransportButton" style:highest "transport_button"
widget "*TransportButton-active" style:highest "transport_button_active"
widget "*TransportSyncButton" style:highest "transport_button"
widget "*TransportSyncButton*" style:highest "transport_button"
@@ -1581,6 +1597,8 @@ 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 "*BypassButton" style:highest "red_when_active"
widget "*BypassButton*" style:highest "red_when_active"
widget "*TransportSoloAlert" style:highest "flashing_alert"