Commit 7a96f843 authored by Alexandra Panyukova's avatar Alexandra Panyukova

colors returned

parent 0475a6ae
......@@ -4,12 +4,14 @@ AC_INIT( [branding], [0.1], [http://bugzilla.altlinux.ru] )
PROGRESS_COLOR=`./fetch_color selectBackground` #MIDDLE_COLOR_DEC
TITLE_COLOR=`./fetch_color handle`
INACTIVE_COLOR=`./fetch_color inactiveTitleBtnBg`
LIGHT_COLOR_HEX=DFDFE0
MIDDLE_COLOR_HEX=8DA6DA
DARK_COLOR_HEX=7C99D6
LIGHT_LABELS_HEX=FFFFFF
DARK_LABELS_HEX=000000
MIDDLE_LABELS_HEX=4d4d4f
LIGHT_COLOR_HEX=F4F8F9
MIDDLE_COLOR_HEX=E2E6EB
DARK_COLOR_HEX=1B3664
LIGHT_LABELS_HEX=EAEDEF
DARK_LABELS_HEX=B51F2D
MIDDLE_LABELS_HEX=415E6F
LIGHT_COLOR_DEC=`./color_dec ${LIGHT_COLOR_HEX}`
MIDDLE_COLOR_DEC=`./color_dec ${MIDDLE_COLOR_HEX}`
DARK_COLOR_DEC=`./color_dec ${DARK_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