Commit 59b1a393 authored by Sergey V Turchin's avatar Sergey V Turchin

- update basic colors

parent acaa170c
...@@ -39,8 +39,8 @@ mainmenu.bar.minwidth=294 ...@@ -39,8 +39,8 @@ mainmenu.bar.minwidth=294
; 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=0x001056 mainmenu.bar.color=0x005642
mainmenu.normal.fg=0x001056 mainmenu.normal.fg=0x005642
mainmenu.selected.fg=0xffffff mainmenu.selected.fg=0xffffff
; boot option colors ; boot option colors
bootopt.label.fg=0xffffff bootopt.label.fg=0xffffff
......
...@@ -5,10 +5,10 @@ PROGRESS_COLOR=`./fetch_color selectBackground` #MIDDLE_COLOR_DEC ...@@ -5,10 +5,10 @@ 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=F5F5F5 #new LIGHT_COLOR_HEX=F5F5F5 #new
MIDDLE_COLOR_HEX=306ac4 #new MIDDLE_COLOR_HEX=30c4a2 #new
DARK_COLOR_HEX=001056 DARK_COLOR_HEX=005650
LIGHT_LABELS_HEX=FFFFFF #new LIGHT_LABELS_HEX=FFFFFF #new
DARK_LABELS_HEX=242a60 #mew DARK_LABELS_HEX=23605e #mew
MIDDLE_LABELS_HEX=666666 #new MIDDLE_LABELS_HEX=666666 #new
SHADOW_HEX=A6A6A6 SHADOW_HEX=A6A6A6
LIGHT_COLOR_DEC=`./color_dec ${LIGHT_COLOR_HEX}` LIGHT_COLOR_DEC=`./color_dec ${LIGHT_COLOR_HEX}`
......
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