fix(grub): styling
This commit is contained in:
parent
6c3740c513
commit
14e3959ae8
2 changed files with 3 additions and 1 deletions
|
|
@ -107,6 +107,8 @@ in
|
||||||
inner_color = rgba(00000000)
|
inner_color = rgba(00000000)
|
||||||
font_color = rgb(ffffff)
|
font_color = rgb(ffffff)
|
||||||
font_family = Berkeley Mono
|
font_family = Berkeley Mono
|
||||||
|
check_color = rgb(98c379)
|
||||||
|
fail_color = rgb(ff6b6b)
|
||||||
rounding = 0
|
rounding = 0
|
||||||
placeholder_text =
|
placeholder_text =
|
||||||
position = 0, 0
|
position = 0, 0
|
||||||
|
|
|
||||||
|
|
@ -24,7 +24,7 @@ in
|
||||||
device = "nodev";
|
device = "nodev";
|
||||||
useOSProber = true;
|
useOSProber = true;
|
||||||
configurationLimit = 2;
|
configurationLimit = 2;
|
||||||
gfxmodeEfi = "3840x2400,auto";
|
gfxmodeEfi = "1920x1200,auto";
|
||||||
fontSize = 36;
|
fontSize = 36;
|
||||||
};
|
};
|
||||||
boot.loader.efi.canTouchEfiVariables = true;
|
boot.loader.efi.canTouchEfiVariables = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue