summaryrefslogtreecommitdiff
path: root/gtk2_ardour/ardour3_ui_dark.rc.in
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2011-05-16 18:18:13 +0000
committerCarl Hetherington <carl@carlh.net>2011-05-16 18:18:13 +0000
commit739030372838d0eb71481ed8a4750fe9df6f2945 (patch)
tree39d33c6e0112bab5e9c53d0545e18d3f0ca3c079 /gtk2_ardour/ardour3_ui_dark.rc.in
parent29dd7bbac783b3f28527c7aa5a7a1fbe94e84e08 (diff)
Make MIDI channel selector button colours more distinct (#3772).
git-svn-id: svn://localhost/ardour2/branches/3.0@9524 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/ardour3_ui_dark.rc.in')
-rw-r--r--gtk2_ardour/ardour3_ui_dark.rc.in10
1 files changed, 10 insertions, 0 deletions
diff --git a/gtk2_ardour/ardour3_ui_dark.rc.in b/gtk2_ardour/ardour3_ui_dark.rc.in
index 0658655e35..570c3b97c3 100644
--- a/gtk2_ardour/ardour3_ui_dark.rc.in
+++ b/gtk2_ardour/ardour3_ui_dark.rc.in
@@ -25,6 +25,7 @@
#@color arm #F33
#@color solo #A8F730
+#@color midi_channel_selector #A8F730
#@color isolate #B9ECF2
#@color mute #FFFA87
#@color mono #DEC
@@ -712,6 +713,14 @@ style "transport_rec_button_alternate"
bg[ACTIVE] = @@COLPREFIX@_arm
}
+style "midi_channel_selector_button"
+{
+ bg[NORMAL] = @@COLPREFIX@_bg
+ bg[ACTIVE] = @@COLPREFIX@_midi_channel_selector
+ fg[NORMAL] = @@COLPREFIX@_fg
+ fg[ACTIVE] = @@COLPREFIX@_darkest
+}
+
style "shuttle_control" = "very_small_text"
{
fg[NORMAL] = @@COLPREFIX@_control_text2
@@ -1831,6 +1840,7 @@ widget "*SoloSafeLED" style:highest "solo_safe_led"
widget "*SoloLEDLabel" style:highest "very_small_text"
widget "*ContrastingPopup" style:highest "contrasting_popup"
widget "*ContrastingPopup*" style:highest "contrasting_popup"
+widget "*MidiChannelSelectorButton" style:highest "midi_channel_selector_button"
widget "*RouteNameEditorEntry" style:highest "text_cell_entry"
widget "*RegionNameEditorEntry" style:highest "text_cell_entry"