summaryrefslogtreecommitdiff
path: root/gtk2_ardour/ardour2_ui.rc
diff options
context:
space:
mode:
authorJesse Chappell <jesse@essej.net>2006-05-06 21:01:18 +0000
committerJesse Chappell <jesse@essej.net>2006-05-06 21:01:18 +0000
commitc091b877cfe1937d138b47638e2dcf7f5cbf84e5 (patch)
tree7b01b642d034c90a686477db132b9c814ea43eef /gtk2_ardour/ardour2_ui.rc
parent5299f6ae79f6278bdd2beb38cc727589ba7022c7 (diff)
brought the track/bus inspector back to life
git-svn-id: svn://localhost/trunk/ardour2@493 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/ardour2_ui.rc')
-rw-r--r--gtk2_ardour/ardour2_ui.rc21
1 files changed, 18 insertions, 3 deletions
diff --git a/gtk2_ardour/ardour2_ui.rc b/gtk2_ardour/ardour2_ui.rc
index a17521193e..0e3f067b57 100644
--- a/gtk2_ardour/ardour2_ui.rc
+++ b/gtk2_ardour/ardour2_ui.rc
@@ -678,6 +678,16 @@ style "track_list_display" = "small_bold_text"
base[SELECTED] = { 0, 0, 0 }
}
+style "inspector_track_list_display" = "track_list_display"
+{
+ text[ACTIVE] = { 0.8, 0.8, 0.8 }
+
+ base[NORMAL] = { 0, 0, 0 }
+ base[ACTIVE] = { 0.2, 0.2, 0.2 }
+ base[INSENSITIVE] = { 0, 0, 0 }
+ base[SELECTED] = { 0.3, 0.3, 0.4 }
+}
+
style "redirect_list_display"
{
GtkTreeView::horizontal-separator = 0
@@ -701,6 +711,11 @@ style "redirect_list_display"
fg[ACTIVE] = { 0.5, 1.0, 1.0 } # used for active
}
+style "inspector_redirect_list_display" = "redirect_list_display"
+{
+ base[SELECTED] = { 0.3, 0.3, 0.3 }
+}
+
# MixerPanZone:
#
# the NORMAL fg color is used for the pan puck
@@ -1101,9 +1116,9 @@ widget "*ConnectionEditorPortListSelected" style "selected_io_selector_port_list
widget "*ConnectionEditorNotebook" style "io_selector_notebook"
widget "*ConnectionEditorNotebookTab" style "io_selector_notebook"
widget "*ConnectionEditorFrame" style "base_frame"
-widget "*RouteParamsListDisplay" style "track_list_display"
-widget "*RouteParamsPreListDisplay" style "track_list_display"
-widget "*RouteParamsPostListDisplay" style "track_list_display"
+widget "*RouteParamsListDisplay" style "inspector_track_list_display"
+widget "*RouteParamsPreListDisplay" style "inspector_redirect_list_display"
+widget "*RouteParamsPostListDisplay" style "inspector_redirect_list_display"
widget "*TearOffArrow" style "tearoff_arrow"
widget "*RouteParamsTitleButton" style "medium_text"
widget "*RouteParamsTitleLabel" style "medium_text"