diff options
Diffstat (limited to 'data-boot')
-rw-r--r-- | data-boot/gfxboot.cfg | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/data-boot/gfxboot.cfg b/data-boot/gfxboot.cfg index b24203d..c1d02d6 100644 --- a/data-boot/gfxboot.cfg +++ b/data-boot/gfxboot.cfg @@ -42,23 +42,23 @@ mainmenu.selected.fg=0x000000 bootopt.label.fg=0xffffff bootopt.text.fg=0xffffff ; progress bar color -progress.bar.color=0x295202 +progress.bar.color=0x21449c ; menu colors -menu.normal.bg=0xd8deed +menu.normal.bg=0xeff3f7 menu.normal.fg=0x000000 menu.selected.bg=0x6c6c6c menu.selected.fg=0xffffff ; window colors -window.bg=0xd8deed +window.bg=0xeff3f7 window.fg=0x000000 -window.title.bg=0x217b05 +window.title.bg=0x21449c window.title.fg=0xffffff window.title.error.bg=0xc00000 ; help system colors help.link.fg=0x0000a0 help.link.selected.fg=0xffffff help.link.selected.bg=0x0000a0 -help.highlight.fg=0x009000 +help.highlight.fg=0x21449c ; panel colors panel.fg=0xffffff panel.title.fg=0xffffff |