From 5cf69469f016e81f8c2bfc2413a0843fc6ce9cd4 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Mon, 8 Aug 2005 04:42:20 +0000 Subject: fix color for selected item --- perl-install/share/diskdrake.rc | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'perl-install/share/diskdrake.rc') diff --git a/perl-install/share/diskdrake.rc b/perl-install/share/diskdrake.rc index a9a731b0d..dfd58c5c8 100644 --- a/perl-install/share/diskdrake.rc +++ b/perl-install/share/diskdrake.rc @@ -8,28 +8,33 @@ style "font" style "red" = "font" { bg[NORMAL] = { 1.0, 0, 0 } + bg[ACTIVE] = { 0.9, 0, 0 } bg[PRELIGHT] = { 0.9, 0, 0 } } style "darkred" = "font" { bg[NORMAL] = { 0.7, 0, 0 } + bg[ACTIVE] = { 0.6, 0, 0 } bg[PRELIGHT] = { 0.6, 0, 0 } } style "green" = "font" { bg[NORMAL] = { 0, 1.0, 0 } + bg[ACTIVE] = { 0, 0.9, 0 } bg[PRELIGHT] = { 0, 0.9, 0 } fg[NORMAL] = { 0, 0, 0 } } style "blue" = "font" { bg[NORMAL] = { 0, 0, 1.0 } + bg[ACTIVE] = { 0, 0, 0.9 } bg[PRELIGHT] = { 0, 0, 0.9 } } style "white" = "font" { bg[NORMAL] = { 1.0, 1.0, 1.0 } - bg[PRELIGHT] = { 0.67, 0.67, 0.67 } + bg[ACTIVE] = { 0.9, 0.9, 0.9 } + bg[PRELIGHT] = { 0.9, 0.9, 0.9 } fg[NORMAL] = { 0, 0, 0 } } -- cgit v1.2.1