Fix bootloader colors
This commit is contained in:
parent
021077e855
commit
4da7402312
@ -50,24 +50,24 @@ progress.bar.color=0x@MIDDLE_COLOR_HEX@
|
||||
; menu colors
|
||||
menu.normal.bg=0xe9e8e7
|
||||
menu.normal.fg=0x000000
|
||||
menu.selected.bg=0xc9c8c8
|
||||
menu.selected.fg=0x000000
|
||||
menu.selected.bg=0x306ac4
|
||||
menu.selected.fg=0xffffff
|
||||
; window colors
|
||||
window.bg=0xffffff
|
||||
window.fg=0x000000
|
||||
window.title.bg=0x@TITLE_COLOR@
|
||||
window.title.fg=0x@DARK_LABELS_HEX@
|
||||
window.title.fg=0xffffff
|
||||
window.title.error.bg=0xc00000
|
||||
; help system colors
|
||||
help.link.fg=0x185da0
|
||||
help.link.selected.fg=0xffffff
|
||||
help.link.selected.bg=0x185da
|
||||
help.highlight.fg=0x@DARK_COLOR_HEX@
|
||||
help.highlight.fg=0x@MIDDLE_COLOR_HEX@
|
||||
; panel colors
|
||||
panel.fg=0x000000
|
||||
panel.title.fg=0x001056
|
||||
panel.normal.fg=0x2b328d
|
||||
panel.f-key.fg=0xf8e97c
|
||||
panel.f-key.fg=0x2b328d
|
||||
; default keymap (e.g. de_DE, czech)
|
||||
keymap=
|
||||
|
||||
|
@ -1,5 +1,6 @@
|
||||
AC_INIT( [branding], [0.1], [http://bugzilla.altlinux.ru] )
|
||||
|
||||
TITLE_COLOR=306ac4
|
||||
LIGHT_COLOR_HEX=F5F5F5 #new
|
||||
MIDDLE_COLOR_HEX=306ac4 #new
|
||||
DARK_COLOR_HEX=001056
|
||||
|
Loading…
x
Reference in New Issue
Block a user