mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-23 11:09:41 -05:00
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
1 changed files with 1 additions and 1 deletions
|
@ -96,7 +96,7 @@ (define %default-theme
|
|||
;; 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 a new issue