diff --git a/kali-config/common/bootloaders/grub-pc/config.cfg b/kali-config/common/bootloaders/grub-pc/config.cfg index da16aa0..b628098 100644 --- a/kali-config/common/bootloaders/grub-pc/config.cfg +++ b/kali-config/common/bootloaders/grub-pc/config.cfg @@ -1,7 +1,6 @@ # Live Image (UEFI boot) set default=0 -loadfont $prefix/dejavu-bold-16.pf2 loadfont $prefix/unicode.pf2 set gfxmode=auto insmod all_video diff --git a/kali-config/common/bootloaders/grub-pc/dejavu-bold-16.pf2 b/kali-config/common/bootloaders/grub-pc/dejavu-bold-16.pf2 deleted file mode 100644 index 11e7f7a..0000000 Binary files a/kali-config/common/bootloaders/grub-pc/dejavu-bold-16.pf2 and /dev/null differ diff --git a/kali-config/common/bootloaders/grub-pc/grub-theme.in b/kali-config/common/bootloaders/grub-pc/grub-theme.in index 05b023c..e0722ed 100644 --- a/kali-config/common/bootloaders/grub-pc/grub-theme.in +++ b/kali-config/common/bootloaders/grub-pc/grub-theme.in @@ -1,7 +1,7 @@ # Installer Image (UEFI boot) title-text: "" desktop-image: "../splash.png" -desktop-color: "#2f5595" +desktop-color: "#041838" terminal-left: "0" terminal-top: "0" terminal-width: "100%" @@ -44,13 +44,13 @@ terminal-border: "0" } + label { - top = 39%-45 + top = 31% left = 0 width = 100% height = 35 align = "center" color = "#ffffff" - font = "DejaVu Sans Bold 16" + font = "Sans 16" text = "Kali Linux installer menu (UEFI mode)" } @@ -58,12 +58,14 @@ terminal-border: "0" left = 14% width = 73% top = 39% - height = 39% + height = 42% item_color = "#f3f3f3" selected_item_color = "#ffffff" item_height = 36 item_padding = 0 item_spacing = 4 + icon_width = 0 + icon_height = 0 selected_item_pixmap_style = "select_*.png" } diff --git a/kali-config/common/bootloaders/grub-pc/theme/theme.txt b/kali-config/common/bootloaders/grub-pc/theme/theme.txt index 2def5a4..d394f4e 100644 --- a/kali-config/common/bootloaders/grub-pc/theme/theme.txt +++ b/kali-config/common/bootloaders/grub-pc/theme/theme.txt @@ -1,7 +1,7 @@ # Live Image (UEFI boot) title-text: "" desktop-image: "../splash.png" -desktop-color: "#2f5595" +desktop-color: "#041838" terminal-left: "0" terminal-top: "0" terminal-width: "100%" @@ -44,26 +44,28 @@ terminal-border: "0" #} + label { - top = 39%-45 + top = 31% left = 0 width = 100% height = 35 align = "center" color = "#ffffff" - font = "DejaVu Sans Bold 16" - text = "Kali Linux installer menu (UEFI mode)" + font = "Sans 16" + text = "Kali Linux live menu (UEFI mode)" } + boot_menu { left = 14% width = 73% top = 39% - height = 39% + height = 42% item_color = "#f3f3f3" selected_item_color = "#ffffff" item_height = 36 item_padding = 0 item_spacing = 4 + icon_width = 0 + icon_height = 0 selected_item_pixmap_style = "select_*.png" }