summary refs log tree commit diff
path: root/gnu
diff options
context:
space:
mode:
Diffstat (limited to 'gnu')
-rw-r--r--gnu/system/grub.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/system/grub.scm b/gnu/system/grub.scm
index 67375b45cf..dad39bfdc7 100644
--- a/gnu/system/grub.scm
+++ b/gnu/system/grub.scm
@@ -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>