From bdb13818b6dacec441808ad6f9f282c80b50280e Mon Sep 17 00:00:00 2001 From: André Fabian Silva Delgado Date: Thu, 28 Jun 2012 21:50:25 -0300 Subject: grub-1:2.00beta6-1.3: adding parabola colours on grub.default for boot menu --- libre/grub2/PKGBUILD | 2 +- 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" -- cgit v1.2.3-54-g00ecf