You need to sign in or sign up before continuing.
Commit 4c1c8367 authored by Andrey Cherepanov's avatar Andrey Cherepanov

Set correct color for installer title and gfxboot menu items

parent 4058a1bd
...@@ -40,7 +40,7 @@ mainmenu.bar.minwidth=294 ...@@ -40,7 +40,7 @@ mainmenu.bar.minwidth=294
mainmenu.bar.transparency=0 mainmenu.bar.transparency=0
; main menu colors ; main menu colors
mainmenu.bar.color=0x001056 mainmenu.bar.color=0x001056
mainmenu.normal.fg=0xb6c1cd mainmenu.normal.fg=0x2b328d
mainmenu.selected.fg=0xffffff mainmenu.selected.fg=0xffffff
; boot option colors ; boot option colors
bootopt.label.fg=0xffffff bootopt.label.fg=0xffffff
......
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
} }
.AWizardFace #wizardface_title_text { .AWizardFace #wizardface_title_text {
color: rgb(30,144,255); color: rgb(43,50,141);
} }
.ACenterFace { .ACenterFace {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment