[debian-edu-commits] debian-edu/ 71/437: * Change usplash text area color to white on black. Change progress bar color to blue on brighter blue. Increase the text area.

Mike Gabriel sunweaver at debian.org
Sun Mar 2 23:49:25 UTC 2014


This is an automated email from the git hooks/post-receive script.

sunweaver pushed a commit to branch master
in repository debian-edu-artwork.

commit 61230f95838cf2576c6325cc5ed7731b0260a255
Author: Petter Reinholdtsen <pere at hungry.com>
Date:   Thu Sep 14 16:59:50 2006 +0000

      * Change usplash text area color to white on black.  Change progress
        bar color to blue on brighter blue.  Increase the text area.
---
 art/usplash/debian-edu-usplash-theme.c | 18 +++++++++---------
 debian/changelog                       |  7 +++++++
 2 files changed, 16 insertions(+), 9 deletions(-)

diff --git a/art/usplash/debian-edu-usplash-theme.c b/art/usplash/debian-edu-usplash-theme.c
index 1d0c211..c0ba6e0 100644
--- a/art/usplash/debian-edu-usplash-theme.c
+++ b/art/usplash/debian-edu-usplash-theme.c
@@ -39,24 +39,24 @@ struct usplash_theme usplash_theme = {
 
   /* Palette indexes */
   .background             = 0x0,
-  .progressbar_background = 0x7,
-  .progressbar_foreground = 0x8,
-  .text_background        = 0x7,
+  .progressbar_background = 0x8,
+  .progressbar_foreground = 0x9,
+  .text_background        = 0x0,
   .text_foreground        = 0xf,
   .text_success           = 0xf,
-  .text_failure           = 0xc,
+  .text_failure           = 0x4,
 
   /* Progress bar position and size in pixels */
-  .progressbar_x      = 220,
+  .progressbar_x      = 200,
   .progressbar_y      = 240,
-  .progressbar_width  = 200,
+  .progressbar_width  = 240,
   .progressbar_height = 10,
 
   /* Text box position and size in pixels */
-  .text_x      = 160,
+  .text_x      = 140,
   .text_y      = 256,
-  .text_width  = 320,
-  .text_height = 84,
+  .text_width  = 360,
+  .text_height = 124,
 
   /* Text details */
   .line_height  = 15,
diff --git a/debian/changelog b/debian/changelog
index eee5b24..40f77bb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+debian-edu-artwork (0.0.10~1) unstable; urgency=low
+
+  * Change usplash text area color to white on black.  Change progress
+    bar color to blue on brighter blue.  Increase the text area.
+
+ -- Petter Reinholdtsen <pere at debian.org>  Mon,  4 Sep 2006 22:29:16 +0200
+
 debian-edu-artwork (0.0.9) unstable; urgency=low
 
   * Only try to activate KDM theme when KDM is installed.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-edu/debian-edu-artwork.git



More information about the debian-edu-commits mailing list