From caa305ed2b5f2b5ed976a1e0b18b3794c2ab2465 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Tue, 30 Sep 2008 14:18:15 +0000 Subject: more tweaks to the IO Selector git-svn-id: svn://localhost/ardour2/branches/3.0@3840 d708f5d6-7413-0410-9779-e7cbd77b26cf --- gtk2_ardour/ardour3_ui_dark.rc.in | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'gtk2_ardour/ardour3_ui_dark.rc.in') diff --git a/gtk2_ardour/ardour3_ui_dark.rc.in b/gtk2_ardour/ardour3_ui_dark.rc.in index 2d18c277e9..c819a886c3 100644 --- a/gtk2_ardour/ardour3_ui_dark.rc.in +++ b/gtk2_ardour/ardour3_ui_dark.rc.in @@ -1202,6 +1202,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" @@ -1578,4 +1588,6 @@ 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" -- cgit v1.2.3