guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/02: artwork: Update snapshot to GuixSD branding.


From: Ludovic Courtès
Subject: 02/02: artwork: Update snapshot to GuixSD branding.
Date: Thu, 12 Feb 2015 22:44:51 +0000

civodul pushed a commit to branch master
in repository guix.

commit 9c09760a780d741ce39df984fc30ef728adf4d5b
Author: Ludovic Courtès <address@hidden>
Date:   Thu Feb 12 23:42:29 2015 +0100

    artwork: Update snapshot to GuixSD branding.
    
    * gnu/artwork.scm (%artwork-repository): Update to new "GuixSD"
      branding.
    * gnu/system/grub.scm (%background-image, %default-theme): Adjust
      accordingly.
---
 gnu/artwork.scm     |    6 +++---
 gnu/system/grub.scm |    6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/gnu/artwork.scm b/gnu/artwork.scm
index d14fda4..155865f 100644
--- a/gnu/artwork.scm
+++ b/gnu/artwork.scm
@@ -1,5 +1,5 @@
 ;;; GNU Guix --- Functional package management for GNU
-;;; Copyright © 2014 Ludovic Courtès <address@hidden>
+;;; Copyright © 2014, 2015 Ludovic Courtès <address@hidden>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -32,9 +32,9 @@
     (method git-fetch)
     (uri (git-reference
           (url "git://git.savannah.gnu.org/guix/guix-artwork.git")
-          (commit "94e6111")))
+          (commit "3236581")))
     (sha256
      (base32
-      "0aax85mygpq4lbyn8sriafikyg54yss3lisin6pwkvlvp23a3v1j"))))
+      "0ayg0693agck8zkcxfymph5ccc3y44cdf9i4y0qvxajhac8rkcaj"))))
 
 ;;; artwork.scm ends here
diff --git a/gnu/system/grub.scm b/gnu/system/grub.scm
index ecffee3..17b08aa 100644
--- a/gnu/system/grub.scm
+++ b/gnu/system/grub.scm
@@ -1,5 +1,5 @@
 ;;; GNU Guix --- Functional package management for GNU
-;;; Copyright © 2013, 2014 Ludovic Courtès <address@hidden>
+;;; Copyright © 2013, 2014, 2015 Ludovic Courtès <address@hidden>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -80,13 +80,13 @@
 (define %background-image
   (grub-image
    (aspect-ratio 4/3)
-   (file #~(string-append #$%artwork-repository "/grub/guix-4-3.svg"))))
+   (file #~(string-append #$%artwork-repository "/grub/GuixSD-4-3.svg"))))
 
 (define %default-theme
   ;; Default theme contributed by Felipe López.
   (grub-theme
    (images (list %background-image))
-   (color-highlight '((fg . cyan) (bg . black)))  ;XXX: fg should be #x3bb7f5
+   (color-highlight '((fg . yellow) (bg . black)))
    (color-normal    '((fg . light-gray) (bg . black))))) ;XXX: #x303030
 
 (define-record-type* <grub-configuration>



reply via email to

[Prev in Thread] Current Thread [Next in Thread]