summaryrefslogtreecommitdiff
path: root/gtk2_ardour/ardour2_ui.rc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2006-12-20 21:03:11 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2006-12-20 21:03:11 +0000
commitf66a09c344188cb6a82c3a5c0035da22d36e2ada (patch)
tree213a5ffaa6136547c18154e8de8c8576693af2b0 /gtk2_ardour/ardour2_ui.rc
parent99e92a1172d73f829c088ca1a15bb71a5de3fb4b (diff)
new GUIs for stereo panners
git-svn-id: svn://localhost/ardour2/trunk@1236 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/ardour2_ui.rc')
-rw-r--r--gtk2_ardour/ardour2_ui.rc9
1 files changed, 9 insertions, 0 deletions
diff --git a/gtk2_ardour/ardour2_ui.rc b/gtk2_ardour/ardour2_ui.rc
index 35349795e8..c5da7dd2bc 100644
--- a/gtk2_ardour/ardour2_ui.rc
+++ b/gtk2_ardour/ardour2_ui.rc
@@ -968,6 +968,15 @@ style "pan_slider"
text[INSENSITIVE] = { 0.70, 0.70, 0.70 }
text[SELECTED] = { 0.70, 0.70, 0.70 }
text[PRELIGHT] = { 0.70, 0.70, 0.70 }
+
+ # used to draw the triangular indicators
+
+ base[NORMAL] = { 0.93, 0.94, 0.71 }
+ base[ACTIVE] = {0.93, 0.94, 0.71 }
+ base[INSENSITIVE] = {0.32, 0.39, 0.45 } # matches default_base
+ base[SELECTED] = { 0.93, 0.94, 0.71 }
+ base[PRELIGHT] = { 0.93, 0.94, 0.71 }
+
}
style "region_list_whole_file"