~ruther/guix-local

28567712f397d5e50324acd381e389eba920d8df — Ludovic Courtès 11 years ago bfdbaf7
system: grub: Adjust default theme color.

* gnu/system/grub.scm (%default-theme)[color-highlight]: Change
  foreground to cyan, as suggested by Felipe López.
1 files changed, 1 insertions(+), 1 deletions(-)

M gnu/system/grub.scm
M gnu/system/grub.scm => gnu/system/grub.scm +1 -1
@@ 96,7 96,7 @@
  ;; Default theme contributed by Felipe López.
  (grub-theme
   (images (list %background-image))
   (color-highlight '((fg . white) (bg . black))) ;XXX: fg should be #x3bb7f5
   (color-highlight '((fg . cyan) (bg . black)))  ;XXX: fg should be #x3bb7f5
   (color-normal    '((fg . light-gray) (bg . black))))) ;XXX: #x303030

(define-record-type* <grub-configuration>