Commit 1272468d authored by Alexandra Panyukova's avatar Alexandra Panyukova

remove ARK from labels;

bootloader color fixes
parent e8aca641
alterator/images/bg.jpg

11.2 KB | W: | H:

alterator/images/bg.jpg

9.97 KB | W: | H:

alterator/images/bg.jpg
alterator/images/bg.jpg
alterator/images/bg.jpg
alterator/images/bg.jpg
  • 2-up
  • Swipe
  • Onion skin
...@@ -35,21 +35,21 @@ mainmenu.entries=8 ...@@ -35,21 +35,21 @@ mainmenu.entries=8
; minimal main menu selection bar width ; minimal main menu selection bar width
mainmenu.bar.minwidth=300 mainmenu.bar.minwidth=300
; main menu selection bar transparency (0..255) ; main menu selection bar transparency (0..255)
mainmenu.bar.transparency=200 mainmenu.bar.transparency=0
; main menu colors ; main menu colors
mainmenu.bar.color=0x@DARK_LABELS@ mainmenu.bar.color=0x798491
mainmenu.normal.fg=0x000000 mainmenu.normal.fg=0x000000
mainmenu.selected.fg=0x@DARK_LABELS@ mainmenu.selected.fg=0x@LIGHT_LABELS_HEX@
; boot option colors ; boot option colors
bootopt.label.fg=0x@LIGHT_COLOR_HEX@ bootopt.label.fg=0x@DARK_LABELS_HEX@
bootopt.text.fg=0x@DARK_LABELS_HEX@ bootopt.text.fg=0x@DARK_LABELS_HEX@
; progress bar color ; progress bar color
progress.bar.color=0x@MIDDLE_COLOR_HEX@ progress.bar.color=0x@MIDDLE_COLOR_HEX@
; menu colors ; menu colors
menu.normal.bg=0x798491 menu.normal.bg=0x798491
menu.normal.fg=0x@DARK_LABELS_HEX@ menu.normal.fg=0x@DARK_LABELS_HEX@
menu.selected.bg=0x798491 menu.selected.bg=0x@LIGHT_COLOR_HEX@
menu.selected.fg=0x@LIGHT_LABELS_HEX@ menu.selected.fg=0x@DARK_LABELS_HEX@
; window colors ; window colors
window.bg=0xd8deed window.bg=0xd8deed
window.fg=0x000000 window.fg=0x000000
...@@ -64,6 +64,7 @@ help.highlight.fg=0x@DARK_COLOR_HEX@ ...@@ -64,6 +64,7 @@ help.highlight.fg=0x@DARK_COLOR_HEX@
; panel colors ; panel colors
panel.fg=0x000000 panel.fg=0x000000
panel.title.fg=0x5c6570 panel.title.fg=0x5c6570
panel.normal.fg=0x5c6570
panel.f-key.fg=0x@DARK_LABELS_HEX@ panel.f-key.fg=0x@DARK_LABELS_HEX@
; default keymap (e.g. de_DE, czech) ; default keymap (e.g. de_DE, czech)
keymap= keymap=
......
...@@ -34,8 +34,8 @@ box silent noover 99 387 701 378 #CBCBCC60 ...@@ -34,8 +34,8 @@ box silent noover 99 387 701 378 #CBCBCC60
box silent inter 100 371 100 377 #@LIGHT_COLOR_HEX@ box silent inter 100 371 100 377 #@LIGHT_COLOR_HEX@
box silent 100 371 700 377 #@LIGHT_COLOR_HEX@ box silent 100 371 700 377 #@LIGHT_COLOR_HEX@
box silent inter 100 377 100 387 #@MIDDLE_COLOR_HEX@ box silent inter 100 377 100 387 #@DARK_COLOR_HEX@
box silent 100 377 700 387 #@MIDDLE_COLOR_HEX@ box silent 100 377 700 387 #@DARK_COLOR_HEX@
trigger "isdown" quit trigger "isdown" quit
......
...@@ -33,8 +33,8 @@ box silent noover 99 387 541 378 #CBCBCC60 ...@@ -33,8 +33,8 @@ box silent noover 99 387 541 378 #CBCBCC60
box silent inter 100 371 100 377 #@LIGHT_COLOR_HEX@ box silent inter 100 371 100 377 #@LIGHT_COLOR_HEX@
box silent 100 371 540 377 #@LIGHT_COLOR_HEX@ box silent 100 371 540 377 #@LIGHT_COLOR_HEX@
box silent inter 100 377 100 387 #@MIDDLE_COLOR_HEX@ box silent inter 100 377 100 387 #@DARK_COLOR_HEX@
box silent 100 377 540 387 #@MIDDLE_COLOR_HEX@ box silent 100 377 540 387 #@DARK_COLOR_HEX@
trigger "isdown" quit trigger "isdown" quit
......
...@@ -34,8 +34,8 @@ box silent noover 99 387 701 378 #CBCBCC60 ...@@ -34,8 +34,8 @@ box silent noover 99 387 701 378 #CBCBCC60
box silent inter 100 371 100 377 #@LIGHT_COLOR_HEX@ box silent inter 100 371 100 377 #@LIGHT_COLOR_HEX@
box silent 100 371 700 377 #@LIGHT_COLOR_HEX@ box silent 100 371 700 377 #@LIGHT_COLOR_HEX@
box silent inter 100 377 100 387 #@MIDDLE_COLOR_HEX@ box silent inter 100 377 100 387 #@DARK_COLOR_HEX@
box silent 100 377 700 387 #@MIDDLE_COLOR_HEX@ box silent 100 377 700 387 #@DARK_COLOR_HEX@
trigger "isdown" quit trigger "isdown" quit
......
...@@ -4,7 +4,7 @@ AC_INIT( [branding], [0.1], [http://bugzilla.altlinux.ru] ) ...@@ -4,7 +4,7 @@ AC_INIT( [branding], [0.1], [http://bugzilla.altlinux.ru] )
PROGRESS_COLOR=`./fetch_color selectBackground` //MIDDLE_COLOR_DEC PROGRESS_COLOR=`./fetch_color selectBackground` //MIDDLE_COLOR_DEC
TITLE_COLOR=`./fetch_color handle` TITLE_COLOR=`./fetch_color handle`
INACTIVE_COLOR=`./fetch_color inactiveTitleBtnBg` INACTIVE_COLOR=`./fetch_color inactiveTitleBtnBg`
LIGHT_COLOR_HEX=DFDFFE0 LIGHT_COLOR_HEX=DFDFE0
MIDDLE_COLOR_HEX=C8C9CB MIDDLE_COLOR_HEX=C8C9CB
DARK_COLOR_HEX=909195 DARK_COLOR_HEX=909195
LIGHT_LABELS_HEX=FFFFFF LIGHT_LABELS_HEX=FFFFFF
......
images/background.png

182 KB | W: | H:

images/background.png

181 KB | W: | H:

images/background.png
images/background.png
images/background.png
images/background.png
  • 2-up
  • Swipe
  • Onion skin
images/boot.jpg

18 KB | W: | H:

images/boot.jpg

31.1 KB | W: | H:

images/boot.jpg
images/boot.jpg
images/boot.jpg
images/boot.jpg
  • 2-up
  • Swipe
  • Onion skin
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