fix(grub): styling

This commit is contained in:
Barrett Ruth 2026-02-15 12:15:50 -05:00
parent 6c3740c513
commit 14e3959ae8
Signed by: barrett
GPG key ID: A6C96C9349D2FC81
2 changed files with 3 additions and 1 deletions

View file

@ -107,6 +107,8 @@ in
inner_color = rgba(00000000)
font_color = rgb(ffffff)
font_family = Berkeley Mono
check_color = rgb(98c379)
fail_color = rgb(ff6b6b)
rounding = 0
placeholder_text =
position = 0, 0

View file

@ -24,7 +24,7 @@ in
device = "nodev";
useOSProber = true;
configurationLimit = 2;
gfxmodeEfi = "3840x2400,auto";
gfxmodeEfi = "1920x1200,auto";
fontSize = 36;
};
boot.loader.efi.canTouchEfiVariables = true;