summaryrefslogtreecommitdiff
path: root/gtk2_ardour/clearlooks.rc.in
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2016-06-07 12:30:38 -0400
committerPaul Davis <paul@linuxaudiosystems.com>2016-06-07 12:30:44 -0400
commite574ab30e77450f845fb5a325dee08c38c25bf3e (patch)
tree96235f7521001a065434d2a7ef42f451858b87da /gtk2_ardour/clearlooks.rc.in
parent669b7453294703c8dd4e763a1900c9464bff8ac4 (diff)
GUI tweaks and work on VCA mixer display
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 bf97320a7e..e66b47e350 100644
--- a/gtk2_ardour/clearlooks.rc.in
+++ b/gtk2_ardour/clearlooks.rc.in
@@ -1012,6 +1012,12 @@ style "pane"
fg[ACTIVE] = @somewhat_bright_indicator
}
+style "vca_label_bar" = "medium_bold_text"
+{
+ bg[NORMAL] = @darkest
+ fg[NORMAL] = @lightest
+}
+
class "GtkWidget" style:highest "default"
class "GtkScrollbar" style:highest "ardour_adjusters"
class "GtkLabel" style:highest "default_generic"
@@ -1203,3 +1209,6 @@ widget "*MonitorSectionLabel" style:highest "small_text"
widget "*ooltip*" style:highest "tooltip"
widget "*Pane" style:highest "pane"
widget "*Pane.Divider" style:highest "pane"
+widget "*VCALabelBar" style:highest "vca_label_bar"
+widget "*VCALabelBar*" style:highest "vca_label_bar"
+