summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRay Strode <rstrode@redhat.com>2008-06-26 16:24:13 -0400
committerRay Strode <rstrode@redhat.com>2008-06-26 16:24:13 -0400
commit9d4b6623f896b79e44dd22d14c8fb54ab365b761 (patch)
tree74f4b7bba6b9e24a7f74dca4762863d538940a10
parent876a5cd8c8fdd4f6f0e0a3035e559059dbb8e3bd (diff)
downloadplymouth-9d4b6623f896b79e44dd22d14c8fb54ab365b761.tar.gz
plymouth-9d4b6623f896b79e44dd22d14c8fb54ab365b761.tar.xz
plymouth-9d4b6623f896b79e44dd22d14c8fb54ab365b761.zip
Make default color mid between default gradient color stops
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 7cd0e44..8cf93f0 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)