summaryrefslogtreecommitdiff
path: root/gtk2_ardour/clearlooks.rc.in
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2016-05-27 11:16:11 -0400
committerPaul Davis <paul@linuxaudiosystems.com>2016-05-31 15:30:45 -0400
commit95be25047c12973ee81260558b4aa1be253956de (patch)
tree639b132658413ef955f69ba96f7ed3b948f4544a /gtk2_ardour/clearlooks.rc.in
parent9694a3181b4754aad039c844af690c43687e2005 (diff)
style colors for Pane
Diffstat (limited to 'gtk2_ardour/clearlooks.rc.in')
-rw-r--r--gtk2_ardour/clearlooks.rc.in9
1 files changed, 9 insertions, 0 deletions
diff --git a/gtk2_ardour/clearlooks.rc.in b/gtk2_ardour/clearlooks.rc.in
index 74df60b422..0a29c91065 100644
--- a/gtk2_ardour/clearlooks.rc.in
+++ b/gtk2_ardour/clearlooks.rc.in
@@ -1005,6 +1005,13 @@ style "settings_notebook" = "big_text"
}
+style "pane"
+{
+ fg[NORMAL] = lighter(@background)
+ fg[SELECTED] = @foreground
+ fg[ACTIVE] = @somewhat_bright_indicator
+}
+
class "GtkWidget" style:highest "default"
class "GtkScrollbar" style:highest "ardour_adjusters"
class "GtkLabel" style:highest "default_generic"
@@ -1195,3 +1202,5 @@ widget "*processor fader" style:highest "processor"
widget "*processor postfader" style:highest "processor"
widget "*MonitorSectionLabel" style:highest "small_text"
widget "*ooltip*" style:highest "tooltip"
+widget "*Pane" style:highest "pane"
+widget "*Pane*" style:highest "pane"