operating-systems: buer: Use a monochromatic grub-theme

sioyek
Luis Guilherme Coelho 2024-02-16 14:33:52 -03:00
parent ba49d84448
commit c2558bf3fd
No known key found for this signature in database
GPG Key ID: 1F2E76ACE3F531C8
1 changed files with 4 additions and 0 deletions

View File

@ -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"))))))