From a1cb7176d567bc895d33999281f76d45d00eed0f Mon Sep 17 00:00:00 2001 From: "Anton V. Boyarshinov" Date: Thu, 10 Feb 2011 15:36:39 +0300 Subject: [PATCH] gfxboot colors changed --- branding.spec | 1 + configure.ac | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/branding.spec b/branding.spec index fb2ccd9..c8b0a95 100644 --- a/branding.spec +++ b/branding.spec @@ -395,6 +395,7 @@ subst "s/Theme=.*/Theme=%theme/" /etc/plymouth/plymouthd.conf %changelog * Thu Feb 10 2011 Anton V. Boyarshinov 6.0.0-alt3 - fixed logo in web interface +- boot colors changed * Thu Feb 03 2011 Anton V. Boyarshinov 6.0.0-alt2 - install menu position changed diff --git a/configure.ac b/configure.ac index 426f69c..c7a5293 100644 --- a/configure.ac +++ b/configure.ac @@ -5,7 +5,7 @@ PROGRESS_COLOR=`./fetch_color selectBackground` #MIDDLE_COLOR_DEC TITLE_COLOR=`./fetch_color handle` INACTIVE_COLOR=`./fetch_color inactiveTitleBtnBg` LIGHT_COLOR_HEX=F5F5F5 #new -MIDDLE_COLOR_HEX=c1c3cb #new +MIDDLE_COLOR_HEX=306ac4 #new DARK_COLOR_HEX=001056 LIGHT_LABELS_HEX=FFFFFF #new DARK_LABELS_HEX=242a60 #mew