Commit 451d9a0b authored by Andrey Cherepanov's avatar Andrey Cherepanov

Fix bootloader menu width and selected colors

parent d4ebaa75
...@@ -35,11 +35,11 @@ background=back.jpg ...@@ -35,11 +35,11 @@ background=back.jpg
; max. visible main menu items ; max. visible main menu items
mainmenu.entries=8 mainmenu.entries=8
; minimal main menu selection bar width ; minimal main menu selection bar width
mainmenu.bar.minwidth=294 mainmenu.bar.minwidth=280
; main menu selection bar transparency (0..255) ; main menu selection bar transparency (0..255)
mainmenu.bar.transparency=0 mainmenu.bar.transparency=0
; main menu colors ; main menu colors
mainmenu.bar.color=0xffffff mainmenu.bar.color=0x0093D7
mainmenu.normal.fg=0x787878 mainmenu.normal.fg=0x787878
mainmenu.selected.fg=0x000080 mainmenu.selected.fg=0x000080
; boot option colors ; boot option colors
......
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