system: grub: Adjust default theme color.
* gnu/system/grub.scm (%default-theme)[color-highlight]: Change foreground to cyan, as suggested by Felipe López.
This commit is contained in:
parent
bfdbaf779f
commit
28567712f3
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue