style colors for Pane
authorPaul Davis <paul@linuxaudiosystems.com>
Fri, 27 May 2016 15:16:11 +0000 (11:16 -0400)
committerPaul Davis <paul@linuxaudiosystems.com>
Tue, 31 May 2016 19:30:45 +0000 (15:30 -0400)
gtk2_ardour/clearlooks.rc.in

index 74df60b42225b9c6f8452c2cd558d2ebc701b43e..0a29c91065a82386f990674c09368aef7bf1b275 100644 (file)
@@ -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"