diff options
author | André Fabian Silva Delgado <emulatorman@lavabit.com> | 2012-06-28 21:50:25 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@lavabit.com> | 2012-06-28 21:50:25 -0300 |
commit | bdb13818b6dacec441808ad6f9f282c80b50280e (patch) | |
tree | 2896c578e759c825a1042e8b98dd86636ba889f2 | |
parent | 42376d16c4eecd8c6af3a0fd32960ae6a372f1e8 (diff) | |
download | abslibre-bdb13818b6dacec441808ad6f9f282c80b50280e.tar.gz abslibre-bdb13818b6dacec441808ad6f9f282c80b50280e.tar.bz2 abslibre-bdb13818b6dacec441808ad6f9f282c80b50280e.zip |
grub-1:2.00beta6-1.3: adding parabola colours on grub.default for boot menu
-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" |