summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Knorr (astron) <heinzlesspam@gmail.com>2012-07-02 07:29:32 +0200
committerThorsten Behrens <tbehrens@suse.com>2012-07-03 15:17:25 +0200
commit08b4d85e6e04b1ca4ec7f9ea623d795af4a044d4 (patch)
tree1c10a7b8aabb6d0e34f34e58ba657515f6aedc73
parent91e088ed4a84330d0f31b11665c21a073004ae5e (diff)
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 Signed-off-by: Thorsten Behrens <tbehrens@suse.com>
-rw-r--r--configure.in8
-rw-r--r--icon-themes/galaxy/brand/intro.pngbin27496 -> 37816 bytes
-rw-r--r--icon-themes/galaxy/brand_dev/intro.pngbin31223 -> 38950 bytes
3 files changed, 4 insertions, 4 deletions
diff --git a/configure.in b/configure.in
index feca9cd197f4..2c9ea07fd1af 100644
--- a/configure.in
+++ b/configure.in
@@ -11268,7 +11268,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"
@@ -11279,7 +11279,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"
@@ -11290,7 +11290,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"
@@ -11301,7 +11301,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
--- a/icon-themes/galaxy/brand/intro.png
+++ b/icon-themes/galaxy/brand/intro.png
Binary files differ
diff --git a/icon-themes/galaxy/brand_dev/intro.png b/icon-themes/galaxy/brand_dev/intro.png
index ec74b1efb12b..30eb1e24c621 100644
--- a/icon-themes/galaxy/brand_dev/intro.png
+++ b/icon-themes/galaxy/brand_dev/intro.png
Binary files differ