summaryrefslogtreecommitdiff
path: root/gtk2_ardour/ardour3_ui_light.rc.in
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2008-09-30 14:18:15 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2008-09-30 14:18:15 +0000
commitcaa305ed2b5f2b5ed976a1e0b18b3794c2ab2465 (patch)
treeb609da362fdeb0a5be7758e9f6dee1869170477c /gtk2_ardour/ardour3_ui_light.rc.in
parent9a30bb2aecabcdd16568e6548dd1aeade8effa48 (diff)
more tweaks to the IO Selector
git-svn-id: svn://localhost/ardour2/branches/3.0@3840 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/ardour3_ui_light.rc.in')
-rw-r--r--gtk2_ardour/ardour3_ui_light.rc.in13
1 files changed, 12 insertions, 1 deletions
diff --git a/gtk2_ardour/ardour3_ui_light.rc.in b/gtk2_ardour/ardour3_ui_light.rc.in
index 5a5ab6cc3f..ec1cb5275d 100644
--- a/gtk2_ardour/ardour3_ui_light.rc.in
+++ b/gtk2_ardour/ardour3_ui_light.rc.in
@@ -1199,6 +1199,16 @@ style "ardour_button" ="default_button"
ythickness = 1
}
+style "odd_port_groups"
+{
+ fg[NORMAL] = { 0.6, 0.6, 0.6 }
+}
+
+style "even_port_groups"
+{
+ fg[NORMAL] = { 0.3, 0.3, 0.3 }
+}
+
#---------------------------------------------------------------
class "GtkWidget" style:highest "default_base"
@@ -1575,4 +1585,5 @@ widget "*ChannelCountSelector" style:highest "medium_bold_entry"
widget "*ChannelCountSelector.GtkArrow" style:highest "default_generic"
widget "*RegionListWholeFile" style:highest "treeview_parent_node"
widget "*EditorHScrollbar" style:highest "editor_hscrollbar"
-
+widget "*OddPortGroups" style:highest "odd_port_groups"
+widget "*EvenPortGroups" style:highest "even_port_groups"