diff options
Diffstat (limited to 'libre/grub2')
-rw-r--r-- | libre/grub2/PKGBUILD | 2 | ||||
-rw-r--r-- | libre/grub2/grub.default | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/libre/grub2/PKGBUILD b/libre/grub2/PKGBUILD index 936a5d41f..636ef7a3e 100644 --- a/libre/grub2/PKGBUILD +++ b/libre/grub2/PKGBUILD @@ -11,7 +11,7 @@ _grub_915_ver=9 pkgname=('grub2-common' 'grub2-bios' 'grub2-efi-i386') pkgbase=grub2 pkgver=2.00rc1 -pkgrel=1 +pkgrel=1.3 url="http://www.gnu.org/software/grub/" arch=('i686' 'x86_64') license=('GPL3') diff --git a/libre/grub2/grub.default b/libre/grub2/grub.default index 4ab37bbfc..d0c959059 100644 --- a/libre/grub2/grub.default +++ b/libre/grub2/grub.default @@ -34,8 +34,8 @@ 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="light-blue/black" -#GRUB_COLOR_HIGHLIGHT="light-cyan/blue" +GRUB_COLOR_NORMAL="magenta/black" +GRUB_COLOR_HIGHLIGHT="white/magenta" # Uncomment one of them for the gfx desired, a image background or a gfxtheme #GRUB_BACKGROUND="/path/to/wallpaper" |