Commit b8c927ff authored by Andrey Cherepanov's avatar Andrey Cherepanov

Fix bootloader colors

parent f5113bd8
......@@ -39,30 +39,30 @@ mainmenu.bar.minwidth=294
; main menu selection bar transparency (0..255)
mainmenu.bar.transparency=0
; main menu colors
mainmenu.bar.color=0x001056
mainmenu.bar.color=0x0c2c6c
mainmenu.normal.fg=0x2b328d
mainmenu.selected.fg=0xffffff
; boot option colors
bootopt.label.fg=0x2b328d
bootopt.label.fg=0x001056
bootopt.text.fg=0x2b328d
; progress bar color
progress.bar.color=0x001056
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=0x787878
window.title.fg=0x000000
window.title.bg=0x@TITLE_COLOR@
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
......
AC_INIT( [branding], [0.1], [http://bugzilla.altlinux.ru] )
# 00a1e4
PROGRESS_COLOR=0093d7
TITLE_COLOR=5C96CC
LIGHT_COLOR_HEX=DFDFE0
MIDDLE_COLOR_HEX=C8C9CB
DARK_COLOR_HEX=909195
LIGHT_LABELS_HEX=FFFFFF
DARK_LABELS_HEX=000000
MIDDLE_LABELS_HEX=4d4d4f
INACTIVE_COLOR=`./fetch_color inactiveTitleBtnBg`
PROGRESS_COLOR=306ac4
TITLE_COLOR=306ac4
LIGHT_COLOR_HEX=F5F5F5 #new
MIDDLE_COLOR_HEX=306ac4 #new
DARK_COLOR_HEX=001056
LIGHT_LABELS_HEX=FFFFFF #new
DARK_LABELS_HEX=242a60 #mew
MIDDLE_LABELS_HEX=666666 #new
SHADOW_HEX=A6A6A6
LIGHT_COLOR_DEC=`./color_dec ${LIGHT_COLOR_HEX}`
MIDDLE_COLOR_DEC=`./color_dec ${MIDDLE_COLOR_HEX}`
DARK_COLOR_DEC=`./color_dec ${DARK_COLOR_HEX}`
DOCDIR=documentation
......@@ -52,6 +56,7 @@ AC_CONFIG_FILES([
components/indexhtml/index-ru.html
components/indexhtml/index-en.html
components/systemd/os-release
components/ahttpd/styles/alterator.css
components/ahttpd/styles/alterator.css
kde3-settings/apps/kdisplay/color-schemes/scheme.kcsrc
])
AC_OUTPUT
[Color Scheme]
Name=@PRODUCT_NAME@
activeBackground=81,99,204
activeBlend=242,241,241
activeForeground=0,0,0
activeTitleBtnBg=149,201,212
alternateBackground=236,236,236
background=231,230,230
buttonBackground=231,230,230
buttonForeground=0,0,0
contrast=4
foreground=0,0,0
frame=92,150,204
handle=92,150,204
inactiveBackground=236,236,236
inactiveBlend=242,241,241
inactiveForeground=183,183,183
inactiveFrame=149,201,212
inactiveHandle=149,201,212
inactiveTitleBtnBg=@LIGHT_COLOR_DEC@
linkColor=0,0,192
selectBackground=@MIDDLE_COLOR_DEC@
selectForeground=255,255,255
shadeSortColumn=true
visitedLinkColor=128,0,128
windowBackground=255,255,255
windowForeground=0,0,0
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