From: Ray Strode Date: Thu, 26 Jun 2008 20:24:13 +0000 (-0400) Subject: Make default color mid between default gradient color stops X-Git-Tag: 0.4.5~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9d4b6623f896b79e44dd22d14c8fb54ab365b761;p=thirdparty%2Fplymouth.git Make default color mid between default gradient color stops --- diff --git a/configure.ac b/configure.ac index 7cd0e444..8cf93f00 100644 --- a/configure.ac +++ b/configure.ac @@ -61,7 +61,7 @@ AC_SUBST(logofile) AM_CONDITIONAL(INSTALL_FALLBACK_LOGO, [test "$logofile" = $datadir/plymouth/bizcom.png]) -AC_ARG_WITH(background-color, AC_HELP_STRING([--with-background-color], [background color used by boot splash plugins]),background_color=${withval},background_color=0x3a362f) +AC_ARG_WITH(background-color, AC_HELP_STRING([--with-background-color], [background color used by boot splash plugins]),background_color=${withval},background_color=0x5d5950) AC_SUBST(background_color) AC_ARG_WITH(background-start-color-stop, AC_HELP_STRING([--with-background-start-color], [first color stop in background gradients used by boot splash plugins]),background_start_color=${withval},background_start_color=0x807c71)