diff options
author | Guillaume Cottenceau <gc@mandriva.com> | 2003-02-14 12:42:22 +0000 |
---|---|---|
committer | Guillaume Cottenceau <gc@mandriva.com> | 2003-02-14 12:42:22 +0000 |
commit | e35208e8d6b8b96993d6cbe7c5708e44ebf653f3 (patch) | |
tree | d81db12047657e61e6cd08b33f7a64b18409b11b /perl-install | |
parent | 479a9c64e1fff7fbe93da1e62cb3a0edaa4f4e1e (diff) | |
download | drakx-e35208e8d6b8b96993d6cbe7c5708e44ebf653f3.tar drakx-e35208e8d6b8b96993d6cbe7c5708e44ebf653f3.tar.gz drakx-e35208e8d6b8b96993d6cbe7c5708e44ebf653f3.tar.bz2 drakx-e35208e8d6b8b96993d6cbe7c5708e44ebf653f3.tar.xz drakx-e35208e8d6b8b96993d6cbe7c5708e44ebf653f3.zip |
adapt theme: grey for selection's background, no inverse video on the selected text
Diffstat (limited to 'perl-install')
-rw-r--r-- | perl-install/share/themes-galaxy.rc | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/perl-install/share/themes-galaxy.rc b/perl-install/share/themes-galaxy.rc index 6e6b232da..173c56176 100644 --- a/perl-install/share/themes-galaxy.rc +++ b/perl-install/share/themes-galaxy.rc @@ -18,25 +18,25 @@ style "galaxy-default" fg[ACTIVE] = "#000000" fg[INSENSITIVE] = "#949694" fg[PRELIGHT] = "#000000" - fg[SELECTED] = "#FFFFFF" + fg[SELECTED] = "#000000" bg[ACTIVE] = "#CECECE" bg[NORMAL] = "#E6E7E6" bg[INSENSITIVE] = "#CECECE" bg[PRELIGHT] = "#EFEFEF" - bg[SELECTED] = "#21459C" + bg[SELECTED] = "#CECECE" base[NORMAL] = "#ffffff" - base[ACTIVE] = "#7382BD" + base[ACTIVE] = "#CECECE" base[INSENSITIVE] = "#ffffff" base[PRELIGHT] = "#EFEFEF" - base[SELECTED] = "#7382BD" + base[SELECTED] = "#CECECE" text[NORMAL] = "#000000" - text[ACTIVE] = "#ffffff" - text[PRELIGHT] = "#ffffff" - text[SELECTED] = "#ffffff" - text[INSENSITIVE] = "#ffffff" + text[ACTIVE] = "#000000" + text[PRELIGHT] = "#000000" + text[SELECTED] = "#000000" + text[INSENSITIVE] = "#000000" engine "galaxy" { |