Commit da97c72c authored by Alexandra Panyukova's avatar Alexandra Panyukova

middle_labels_hex added

parent 76b8522f
...@@ -15,7 +15,7 @@ all: ...@@ -15,7 +15,7 @@ all:
convert graphics/backgrounds/wallpaper.png -fill '#c62530' -font /usr/share/fonts/ttf/dejavu/DejaVuSansCondensed-Bold.ttf -style Normal -weight Normal -pointsize 20 -gravity northeast -draw 'text 25,25 "@STATUS@"' prototype.png convert graphics/backgrounds/wallpaper.png -fill '#c62530' -font /usr/share/fonts/ttf/dejavu/DejaVuSansCondensed-Bold.ttf -style Normal -weight Normal -pointsize 20 -gravity northeast -draw 'text 25,25 "@STATUS@"' prototype.png
cp -al prototype.png graphics/backgrounds/default.png cp -al prototype.png graphics/backgrounds/default.png
cp -al background.png graphics/backgrounds/xdm.png cp -al background.png graphics/backgrounds/xdm.png
convert alterator/images/background.png -resize '800x600!' -fill '#c62530' -font /usr/share/fonts/ttf/dejavu/DejaVuSansCondensed-Bold.ttf -style Normal -weight Normal -pointsize 20 -gravity northeast -draw 'text 25,25 "@STATUS@" alterator/design/bg.png convert alterator/images/background.png -resize '800x600!' -fill '#c62530' -font /usr/share/fonts/ttf/dejavu/DejaVuSansCondensed-Bold.ttf -style Normal -weight Normal -pointsize 20 -gravity northeast -draw 'text 25,25 "@STATUS@"' alterator/design/bg.png
# console background # console background
cp -al images/console.jpg bootsplash/images/bootsplash-800x600.jpg cp -al images/console.jpg bootsplash/images/bootsplash-800x600.jpg
convert -resize '640x480!' bootsplash/images/bootsplash-800x600.jpg bootsplash/images/bootsplash-640x480.jpg convert -resize '640x480!' bootsplash/images/bootsplash-800x600.jpg bootsplash/images/bootsplash-640x480.jpg
......
...@@ -25,6 +25,7 @@ AC_SUBST(MIDDLE_COLOR_HEX) ...@@ -25,6 +25,7 @@ AC_SUBST(MIDDLE_COLOR_HEX)
AC_SUBST(DARK_COLOR_HEX) AC_SUBST(DARK_COLOR_HEX)
AC_SUBST(LIGHT_LABELS_HEX) AC_SUBST(LIGHT_LABELS_HEX)
AC_SUBST(DARK_LABELS_HEX) AC_SUBST(DARK_LABELS_HEX)
AC_SUBST(MIDDLE_LABELS_HEX)
AC_SUBST(LIGHT_COLOR_DEC) AC_SUBST(LIGHT_COLOR_DEC)
AC_SUBST(MIDDLE_COLOR_DEC) AC_SUBST(MIDDLE_COLOR_DEC)
AC_SUBST(DARK_COLOR_DEC) AC_SUBST(DARK_COLOR_DEC)
......
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