diff options
author | Anne Nicolas <ennael@mageia.org> | 2012-04-10 10:29:40 +0000 |
---|---|---|
committer | Anne Nicolas <ennael@mageia.org> | 2012-04-10 10:29:40 +0000 |
commit | 23ee9859d6c84ef89864dc8abbc560f32a12f738 (patch) | |
tree | 53217ef304653394689d48a6aae6d74e2f945573 /data-install | |
parent | 877ed129d22d4d8f77dda0b366651c17e8672db6 (diff) | |
download | bootloader-theme-23ee9859d6c84ef89864dc8abbc560f32a12f738.tar bootloader-theme-23ee9859d6c84ef89864dc8abbc560f32a12f738.tar.gz bootloader-theme-23ee9859d6c84ef89864dc8abbc560f32a12f738.tar.bz2 bootloader-theme-23ee9859d6c84ef89864dc8abbc560f32a12f738.tar.xz bootloader-theme-23ee9859d6c84ef89864dc8abbc560f32a12f738.zip |
improve scheme color for install screen
Diffstat (limited to 'data-install')
-rw-r--r-- | data-install/gfxboot.cfg | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/data-install/gfxboot.cfg b/data-install/gfxboot.cfg index 3cf9ca2..e566cd4 100644 --- a/data-install/gfxboot.cfg +++ b/data-install/gfxboot.cfg @@ -36,11 +36,11 @@ mainmenu.bar.minwidth=400 mainmenu.bar.transparency=100 ; main menu colors mainmenu.bar.color=0xffffff -mainmenu.normal.fg=0x242e41 +mainmenu.normal.fg=0xffffff mainmenu.selected.fg=0x000000 ; boot option colors -bootopt.label.fg=0x242e41 -bootopt.text.fg=0x242e41 +bootopt.label.fg=0xffffff +bootopt.text.fg=0xffffff ; progress bar color progress.bar.color=0x21449c ; menu colors @@ -62,7 +62,7 @@ help.highlight.fg=0x21449c ; panel colors panel.fg=0xffffff panel.title.fg=0xffffff -panel.f-key.fg=0x33358c +panel.f-key.fg=0x32a9dd ; default keymap (e.g. de_DE, czech) keymap= ; replace underscores ('_') with space in menu entries |