From a3a1e4b413776cf6f0d72be831a33d8a8e6048ae Mon Sep 17 00:00:00 2001 From: Jesse Chappell Date: Sun, 31 Dec 2006 02:10:20 +0000 Subject: updated disabled panner colors so they are visible. git-svn-id: svn://localhost/ardour2/trunk@1256 d708f5d6-7413-0410-9779-e7cbd77b26cf --- gtk2_ardour/ardour2_ui.rc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'gtk2_ardour/ardour2_ui.rc') diff --git a/gtk2_ardour/ardour2_ui.rc b/gtk2_ardour/ardour2_ui.rc index 8ce91c4d39..b66ef42b59 100644 --- a/gtk2_ardour/ardour2_ui.rc +++ b/gtk2_ardour/ardour2_ui.rc @@ -953,13 +953,13 @@ style "pan_slider" fg[NORMAL] = { 0.22, 0.73, 0.22 } fg[ACTIVE] = { 0.22, 0.73, 0.22 } - fg[INSENSITIVE] = {0.32, 0.39, 0.45 } # matches default_base + fg[INSENSITIVE] = {0.22, 0.53, 0.22 } fg[SELECTED] = { 0.67, 0.23, 0.22 } fg[PRELIGHT] = { 0.67, 0.23, 0.22 } bg[NORMAL] = { 0.05, 0.05, 0.05 } bg[ACTIVE] = { 0, 0, 0 } - bg[INSENSITIVE] = {0.32, 0.39, 0.45 } # matches default_base + bg[INSENSITIVE] = {0.12, 0.19, 0.25 } bg[SELECTED] = { 0, 0, 0 } bg[PRELIGHT] = { 0, 0, 0 } @@ -973,7 +973,7 @@ style "pan_slider" base[NORMAL] = { 0.80, 0.80, 0.80 } base[ACTIVE] = { 0.80, 0.80, 0.80 } - base[INSENSITIVE] = {0.32, 0.39, 0.45 } # matches default_base + base[INSENSITIVE] = {0.6, 0.6, 0.6 } base[SELECTED] = { 0.80, 0.80, 0.80 } base[PRELIGHT] = { 0.80, 0.80, 0.80 } -- cgit v1.2.3