summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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