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