style colors for Pane

This commit is contained in:
Paul Davis 2016-05-27 11:16:11 -04:00
parent 9694a3181b
commit 95be25047c
1 changed files with 9 additions and 0 deletions

View 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"