From e4691755ac871b41083cc4bee7dd060cdb00f078 Mon Sep 17 00:00:00 2001 From: "Stefan Knorr (astron)" Date: Mon, 2 Jul 2012 07:29:32 +0200 Subject: Add new splash screen by Andrea Sorogna With some modifications to fit the brand colors etc. by myself. * The visible progress bar frame is now in the image itself which has two advantages - it is always there (otherwise the splash could come up without any progress bar frame at all, and then would appear a second later) - you can have arbitrary distances between the bar frame and the bar The frame defined in configure.in is now in a barely visible colour. Change-Id: Ief361b68d6a8665afa8da42325ac39fa750654ef --- configure.in | 8 ++++---- icon-themes/galaxy/brand/intro.png | Bin 27496 -> 37816 bytes icon-themes/galaxy/brand_dev/intro.png | Bin 31223 -> 38950 bytes 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/configure.in b/configure.in index b81635011334..d0ca7d56e139 100644 --- a/configure.in +++ b/configure.in @@ -11384,7 +11384,7 @@ AC_SUBST(GIT_LINK_SRC) AC_MSG_CHECKING([for custom 'intro' progress bar color]) PROGRESSBARCOLOR= if test -z "$with_intro_progressbar_color"; then - PROGRESSBARCOLOR="126,170,23" + PROGRESSBARCOLOR="255,255,255" AC_MSG_RESULT([none]) else PROGRESSBARCOLOR="$with_intro_progressbar_color" @@ -11395,7 +11395,7 @@ AC_SUBST(PROGRESSBARCOLOR) AC_MSG_CHECKING([for custom 'intro' progress bar size]) PROGRESSSIZE= if test -z "$with_intro_progressbar_size"; then - PROGRESSSIZE="319,10" + PROGRESSSIZE="407,6" AC_MSG_RESULT([none]) else PROGRESSSIZE="$with_intro_progressbar_size" @@ -11406,7 +11406,7 @@ AC_SUBST(PROGRESSSIZE) AC_MSG_CHECKING([for custom 'intro' progress bar position]) PROGRESSPOSITION= if test -z "$with_intro_progressbar_position"; then - PROGRESSPOSITION="164,225" + PROGRESSPOSITION="61,317" AC_MSG_RESULT([none]) else PROGRESSPOSITION="$with_intro_progressbar_position" @@ -11417,7 +11417,7 @@ AC_SUBST(PROGRESSPOSITION) AC_MSG_CHECKING([for custom 'intro' progress bar frame color]) PROGRESSFRAMECOLOR= if test -z "$with_intro_progressbar_frame_color"; then - PROGRESSFRAMECOLOR="207,208,211" + PROGRESSFRAMECOLOR="20,136,3" AC_MSG_RESULT([none]) else PROGRESSFRAMECOLOR="$with_intro_progressbar_frame_color" diff --git a/icon-themes/galaxy/brand/intro.png b/icon-themes/galaxy/brand/intro.png index f1bc4d27b0c5..23f45af48080 100644 Binary files a/icon-themes/galaxy/brand/intro.png and b/icon-themes/galaxy/brand/intro.png differ diff --git a/icon-themes/galaxy/brand_dev/intro.png b/icon-themes/galaxy/brand_dev/intro.png index ec74b1efb12b..30eb1e24c621 100644 Binary files a/icon-themes/galaxy/brand_dev/intro.png and b/icon-themes/galaxy/brand_dev/intro.png differ -- cgit