summaryrefslogtreecommitdiff
path: root/gtk2_ardour
diff options
context:
space:
mode:
authorDoug McLain <doug@nostar.net>2006-04-05 20:03:55 +0000
committerDoug McLain <doug@nostar.net>2006-04-05 20:03:55 +0000
commit4605736d1d601d1698c295ebb2d6e6fce9d1b8cf (patch)
treeb96dbfa419f3da0a6a3b86fb417b1c4ef69616e5 /gtk2_ardour
parent6728ea8d25c9b0ea347f721e5d41d4925d2e7ce5 (diff)
set cursor to white in rc file
git-svn-id: svn://localhost/trunk/ardour2@445 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour')
-rw-r--r--gtk2_ardour/ardour2_ui.rc8
1 files 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
}
#---------------------------------------------------------------