summaryrefslogtreecommitdiff
path: root/gtk2_ardour/ardour3_ui_dark.rc.in
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2011-01-04 23:26:59 +0000
committerCarl Hetherington <carl@carlh.net>2011-01-04 23:26:59 +0000
commit4a9f3173ee806f5e3955c30c1bacb60cdbcc1f96 (patch)
treecc943dccf9a9ae727f5e52138d8689d296d5573c /gtk2_ardour/ardour3_ui_dark.rc.in
parenta7d465fcb7254ad4acdf25208976802553c0f6a5 (diff)
Highlight a send processor entry differently when it the mixer strip's fader is being used to control it. Fixes #3659.
git-svn-id: svn://localhost/ardour2/branches/3.0@8440 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/ardour3_ui_dark.rc.in')
-rw-r--r--gtk2_ardour/ardour3_ui_dark.rc.in20
1 files changed, 13 insertions, 7 deletions
diff --git a/gtk2_ardour/ardour3_ui_dark.rc.in b/gtk2_ardour/ardour3_ui_dark.rc.in
index df0bc4fe70..373dec58f8 100644
--- a/gtk2_ardour/ardour3_ui_dark.rc.in
+++ b/gtk2_ardour/ardour3_ui_dark.rc.in
@@ -1141,6 +1141,13 @@ style "automation_track_controls_base"
bg[PRELIGHT] = { 0.22, 0.22, 0.29 }
}
+# Fader used for sends in processor boxes
+style "send_fader"
+{
+ bg[NORMAL] = { 0.0, 0.0, 0.0 }
+ bg[ACTIVE] = { 0.0, 0.0, 0.0 }
+}
+
# Plugin Editors
style "plugin_slider"
{
@@ -1216,15 +1223,15 @@ style "processor_list_display"
font_name = "@FONT_SMALLER@"
bg[NORMAL] = { 0, 0, 0 }
+ # A selected processor
+ bg[SELECTED] = { 0, 0.5, 0.9 }
+ # A send processor whose level is being controlled by the fader
+ bg[ACTIVE] = { 0.19, 0.97, 0.69 }
+ fg[ACTIVE] = { 0.0, 0.0, 0.0 }
GtkCheckButton::indicator-size = 10
GtkCheckButton::indicator-spacing = 0
}
-style "inspector_processor_list_display" = "processor_list_display"
-{
- base[SELECTED] = { 0.3, 0.3, 0.3 }
-}
-
# MixerPanZone:
#
# the NORMAL fg color is used for the pan puck
@@ -1776,8 +1783,6 @@ widget "*ConnectionEditorNotebook" style:highest "io_selector_notebook"
widget "*ConnectionEditorNotebookTab" style:highest "io_selector_notebook"
widget "*ConnectionEditorFrame" style:highest "base_frame"
widget "*RouteParamsListDisplay" style:highest "inspector_track_list_display"
-widget "*RouteParamsPreListDisplay" style:highest "inspector_processor_list_display"
-widget "*RouteParamsPostListDisplay" style:highest "inspector_processor_list_display"
widget "*TearOffArrow" style:highest "tearoff_arrow"
widget "*RouteParamsTitleButton" style:highest "medium_text"
widget "*RouteParamsTitleLabel" style:highest "medium_text"
@@ -1869,3 +1874,4 @@ widget "*SoloLEDLabel" style:highest "very_small_text"
widget "*RouteNameEditorEntry" style:highest "text_cell_entry"
widget "*RegionNameEditorEntry" style:highest "text_cell_entry"
+widget "*SendFader*" style:highest "send_fader" \ No newline at end of file