From 6097ce578b9dc4d51f421c2e4cca2de64948aa66 Mon Sep 17 00:00:00 2001 From: Doug McLain Date: Fri, 17 Mar 2006 10:03:21 +0000 Subject: [PATCH] a few text color tweaks (redirect box and region list) git-svn-id: svn://localhost/trunk/ardour2@403 d708f5d6-7413-0410-9779-e7cbd77b26cf --- gtk2_ardour/ardour2_ui.rc | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/gtk2_ardour/ardour2_ui.rc b/gtk2_ardour/ardour2_ui.rc index d48f266b45..e5ec742ac7 100644 --- a/gtk2_ardour/ardour2_ui.rc +++ b/gtk2_ardour/ardour2_ui.rc @@ -674,9 +674,9 @@ style "redirect_list_display" font_name = "sans 7" text[NORMAL] = { 0.80, 0.80, 0.80 } - text[ACTIVE] = { 0.0, 0.0, 0.9 } + text[ACTIVE] = { 0.5, 0.5, 0.9 } text[INSENSITIVE] = { 0, 0, 0 } - text[SELECTED] = { 0.9, 0.0, 0.0 } + text[SELECTED] = { 0.9, 0.3, 0.3 } base[NORMAL] = { 0, 0, 0 } base[ACTIVE] = { 0, 0, 0 } @@ -686,8 +686,8 @@ style "redirect_list_display" # these two are explicitly used by the cell renderer for the # text - fg[NORMAL] = { 0.2, 0.2, 0.2 } # used for inactive - fg[ACTIVE] = { 0.0, 0.5, 0.5 } # used for active + fg[NORMAL] = { 0.5, 0.5, 0.5 } # used for inactive + fg[ACTIVE] = { 0.5, 1.0, 1.0 } # used for active } # MixerPanZone: @@ -822,7 +822,7 @@ style "pan_slider" style "region_list_whole_file" { - fg[NORMAL] = { 1.0, 0, 0 } + fg[NORMAL] = { 0.4, 0.4, 0.9 } }