diff --git a/talimatname/genel/grub/grub.default b/talimatname/genel/grub/grub.default index b337c5f48..10bc762fd 100644 --- a/talimatname/genel/grub/grub.default +++ b/talimatname/genel/grub/grub.default @@ -34,18 +34,13 @@ GRUB_DISABLE_RECOVERY=true # Uncomment and set to the desired menu colors. Used by normal and wallpaper # modes only. Entries specified as foreground/background. -#GRUB_COLOR_NORMAL="white/black" -#GRUB_COLOR_HIGHLIGHT="black/white" +#GRUB_COLOR_NORMAL="light-blue/black" +#GRUB_COLOR_HIGHLIGHT="light-cyan/blue" # Uncomment one of them for the gfx desired, a image background or a gfxtheme #GRUB_BACKGROUND="/path/to/wallpaper" #GRUB_THEME="/path/to/gfxtheme" -# Control which initial ramdisk should grub-mkconfig prefer when searching -# default is initrd-*.gz created by geninitrd, uncomment to make it prefer -# initramfs-*.img created by dracut -GRUB_PREFER_DRACUT="true" - # Uncomment to get a beep at GRUB start #GRUB_INIT_TUNE="480 440 1"