summaryrefslogtreecommitdiff
path: root/gtk2_ardour/clearlooks.rc.in
diff options
context:
space:
mode:
authorLen Ovens <len@ovenwerks.net>2019-09-03 21:16:42 -0700
committerLen Ovens <len@ovenwerks.net>2019-09-03 21:17:11 -0700
commitc992a601aeec768d3d008fdbff412283b1e5d66b (patch)
tree8a79e5d28c7302bf0d858afc49f1f760726c7683 /gtk2_ardour/clearlooks.rc.in
parentfdcddc736b8e3fec528b7414b6a2259bc880e4cf (diff)
Change back ground color for foldback strip
Diffstat (limited to 'gtk2_ardour/clearlooks.rc.in')
-rw-r--r--gtk2_ardour/clearlooks.rc.in10
1 files changed, 9 insertions, 1 deletions
diff --git a/gtk2_ardour/clearlooks.rc.in b/gtk2_ardour/clearlooks.rc.in
index a732496569..cc8c7cd9ab 100644
--- a/gtk2_ardour/clearlooks.rc.in
+++ b/gtk2_ardour/clearlooks.rc.in
@@ -104,7 +104,7 @@ style "default" = "medium_text"
GtkEntry::cursor_color = @entry_cursor
GtkEntry::state-hint = 0
-
+
bg[NORMAL] = @background
bg[PRELIGHT] = shade(1.1, @background)
bg[ACTIVE] = shade(0.9, @background)
@@ -739,6 +739,13 @@ style "audio_bus_base" = "very_small_text"
bg[ACTIVE] = @background
}
+style "foldback_bus_base" = "very_small_text"
+{
+ fg[NORMAL] = @foreground
+ bg[NORMAL] = @foldback_bg
+ bg[ACTIVE] = @background
+}
+
style "send_strip_base" = "default"
{
font_name = " 8"
@@ -1116,6 +1123,7 @@ widget "*EditorWindow" style:highest "editor_window"
widget "*SendStripBase" style:highest "send_strip_base"
widget "*AudioTrackStripBase" style:highest "audio_track_base"
widget "*AudioBusStripBase" style:highest "audio_bus_base"
+widget "*FoldbackBusStripBase" style:highest "foldback_bus_base"
widget "*MidiTrackStripBase" style:highest "midi_track_base"
widget "*AudioTrackStripBaseInactive" style:highest "track_header_inactive"
widget "*AudioBusStripBaseInactive" style:highest "track_header_inactive"