From 28567712f397d5e50324acd381e389eba920d8df Mon Sep 17 00:00:00 2001 From: Ludovic Courtès Date: Sat, 8 Nov 2014 22:11:56 +0100 Subject: system: grub: Adjust default theme color. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * gnu/system/grub.scm (%default-theme)[color-highlight]: Change foreground to cyan, as suggested by Felipe López. --- gnu/system/grub.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gnu/system/grub.scm') 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* -- cgit v1.2.3