summaryrefslogtreecommitdiff
path: root/gtk2_ardour/ardour3_ui_dark.rc.in
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2010-11-05 16:53:57 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2010-11-05 16:53:57 +0000
commite98cf169ebe49a0ca5705ed6f059c41edd117ac8 (patch)
tree08cf5e18b91621f85d15fbdeb58fc1f3cd177825 /gtk2_ardour/ardour3_ui_dark.rc.in
parent882b9863e410a9aeb5b1b3021671c974bd9de5fe (diff)
take control of colors in text cell entry-editing widgets (region & route lists)
git-svn-id: svn://localhost/ardour2/branches/3.0@7974 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/ardour3_ui_dark.rc.in')
-rw-r--r--gtk2_ardour/ardour3_ui_dark.rc.in18
1 files changed, 13 insertions, 5 deletions
diff --git a/gtk2_ardour/ardour3_ui_dark.rc.in b/gtk2_ardour/ardour3_ui_dark.rc.in
index fc33b9327f..0e4a1ff634 100644
--- a/gtk2_ardour/ardour3_ui_dark.rc.in
+++ b/gtk2_ardour/ardour3_ui_dark.rc.in
@@ -103,8 +103,8 @@ style "white_tree_view"
GtkButton::button_relief = GTK_RELIEF_NONE
GtkTreeView::vertical-padding = 0
GtkTreeView::horizontal-padding = 0
-#GtkTreeView::even-row-color = { 0.70, 0.70, 0.70 }
-#GtkTreeView::odd-row-color = { 0.64, 0.64, 0.64 }
+ GtkTreeView::even-row-color = { 0.70, 0.70, 0.70 }
+ GtkTreeView::odd-row-color = { 0.64, 0.64, 0.64 }
fg[NORMAL] = { 0.30, 0.30, 0.40 }
fg[ACTIVE] = { 0.30, 0.30, 0.40 }
@@ -144,9 +144,6 @@ style "default_base" = "medium_text"
GtkButton::button_relief = GTK_RELIEF_NONE
GtkTreeView::vertical-padding = 0
GtkTreeView::horizontal-padding = 0
-# GtkTreeView::even-row-color = { 0, 0, 0 }
-# GtkTreeView::odd-row-color = { 0.08, 0.10, 0.14 }
-# GtkTreeView::even-row-color = { 0.901, 0.870, 0.976}
GtkTreeView::even-row-color = { 0.188, 0.208, 0.235}
GtkTreeView::odd-row-color = { 0.08, 0.10, 0.14 }
@@ -245,6 +242,14 @@ style "default_generic"
bg[SELECTED] = { 0.11, 0.15, 0.20 }
}
+style "text_cell_entry"
+{
+ font_name = "@FONT_NORMAL@"
+ GtkWidget::cursor_color = {0, 0, 0 }
+ text[NORMAL] = { 0.26, 0.26, 0.26 }
+ base[NORMAL] = { 0.89, 0.89, 0.89 }
+}
+
style "very_small_button" = "default_button"
{
font_name = "@FONT_SMALLER@"
@@ -1849,3 +1854,6 @@ widget "*MidiTracerTextView" style:highest "midi_tracer_textview"
widget "*SoloIsolatedLED" style:highest "solo_isolate_led"
widget "*SoloSafeLED" style:highest "solo_safe_led"
widget "*SoloLEDLabel" style:highest "very_small_text"
+
+widget "*RouteNameEditorEntry" style:highest "text_cell_entry"
+widget "*RegionNameEditorEntry" style:highest "text_cell_entry"