From 4605736d1d601d1698c295ebb2d6e6fce9d1b8cf Mon Sep 17 00:00:00 2001 From: Doug McLain Date: Wed, 5 Apr 2006 20:03:55 +0000 Subject: [PATCH] set cursor to white in rc file git-svn-id: svn://localhost/trunk/ardour2@445 d708f5d6-7413-0410-9779-e7cbd77b26cf --- gtk2_ardour/ardour2_ui.rc | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/gtk2_ardour/ardour2_ui.rc b/gtk2_ardour/ardour2_ui.rc index adb3c7e57f..acf3fabe17 100644 --- a/gtk2_ardour/ardour2_ui.rc +++ b/gtk2_ardour/ardour2_ui.rc @@ -80,6 +80,8 @@ style "time_axis_view_item_name" style "default_base" = "medium_text" { + GtkWidget::cursor_color = {1.0, 1.0, 1.0 } + fg[NORMAL] = { 0.80, 0.80, 0.80 } fg[ACTIVE] = { 0.80, 0.80, 0.80 } fg[PRELIGHT] = { 0.50, 1.0, 1.0 } @@ -131,9 +133,9 @@ style "default_buttons_menus" font_name = "sans 8" fg[ACTIVE] = { 0, 0, 0 } - bg[NORMAL] = { 0.35, 0.35, 0.35 } + bg[NORMAL] = { 0.25, 0.25, 0.25 } bg[ACTIVE] = { 0.50, 1.0, 1.0 } - bg[PRELIGHT] = { 0.20, 0.20, 0.20 } + bg[PRELIGHT] = { 0.15, 0.15, 0.15 } bg[INSENSITIVE] = { 0.20, 0.20, 0.20 } bg[SELECTED] = { 0.20, 0.20, 0.20 } } @@ -837,7 +839,7 @@ style "region_list_whole_file" style "ardour_button" ="default_buttons_menus" { xthickness = 0 - ythickness = 1 + ythickness = 2 } #---------------------------------------------------------------