summaryrefslogtreecommitdiff
path: root/gtk2_ardour
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2011-02-09 14:02:18 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2011-02-09 14:02:18 +0000
commit803679b0b4bc8abf481296d141a53a22ef833b33 (patch)
tree1967c86f7350fabc7a65d337c736a4ffc74fed73 /gtk2_ardour
parentb2bfb1716e70585f98015ab2f273592eb0a70aef (diff)
new mouse-mode-specific colors
git-svn-id: svn://localhost/ardour2/branches/3.0@8799 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour')
-rw-r--r--gtk2_ardour/ardour3_ui_dark.rc.in8
1 files changed, 7 insertions, 1 deletions
diff --git a/gtk2_ardour/ardour3_ui_dark.rc.in b/gtk2_ardour/ardour3_ui_dark.rc.in
index aa83c85ddd..c9de1af3fd 100644
--- a/gtk2_ardour/ardour3_ui_dark.rc.in
+++ b/gtk2_ardour/ardour3_ui_dark.rc.in
@@ -317,6 +317,12 @@ style "default_button" = "small_text"
{
}
+style "mouse_mode_button" = "default_button"
+{
+ bg[ACTIVE] = @A_contrasting_indicator
+ fg[ACTIVE] = @A_darkest
+}
+
style "default_menu" = "medium_text"
{
#bg[NORMAL] = darker(@A_bg)
@@ -1650,7 +1656,7 @@ widget "*CrossfadeEditCurveButton" style:highest "red_when_active"
widget "*CrossfadeEditCurveButton*" style:highest "red_when_active"
widget "*CrossfadeEditLabel" style:highest "medium_text"
widget "*CrossfadeEditFrame" style:highest "base_frame"
-widget "*MouseModeButton" style:highest "default_button"
+widget "*MouseModeButton" style:highest "mouse_mode_button"
widget "*MouseModeButton*" style:highest "default_button"
widget "*EditorMainCanvas" style:highest "main_canvas_area"
widget "*AudioTrackControlsBaseInactiveUnselected" style:highest "track_controls_inactive"