operating-systems: buer: Use a monochromatic grub-theme
parent
ba49d84448
commit
c2558bf3fd
|
@ -82,6 +82,10 @@
|
|||
(targets `("/dev/sda"))
|
||||
(timeout 1)
|
||||
(theme (grub-theme
|
||||
(color-normal
|
||||
'((fg . light-gray) (bg . black)))
|
||||
(color-highlight
|
||||
'((fg . black) (bg . light-gray)))
|
||||
(image (file-append %artwork-repository
|
||||
"/backgrounds/guix-silver-16-9.svg"))
|
||||
(gfxmode `("1280x720x32"))))))
|
||||
|
|
Loading…
Reference in New Issue