From f70448640b83ae5ebec0579e4b9ecee8c405bb22 Mon Sep 17 00:00:00 2001 From: Marcin Krol Date: Wed, 19 Feb 2014 09:04:18 +0000 Subject: [PATCH] - change default grub colors to something more readable - release 5 --- grub-custom.cfg | 10 ++++------ grub2.spec | 2 +- 2 files changed, 5 insertions(+), 7 deletions(-) diff --git a/grub-custom.cfg b/grub-custom.cfg index 078483f..25ecbdf 100644 --- a/grub-custom.cfg +++ b/grub-custom.cfg @@ -3,9 +3,7 @@ # This file provides an easy way to add custom menu entries. # Simply type the menu entries you want to add after this comment. -set menu_color_normal=yellow/blue -set menu_color_highlight=blue/cyan - -# This colorset is nice too: -#set menu_color_normal=light-blue/black -#set menu_color_highlight=light-cyan/blue +set color_normal=white/black +set color_highlight=white/green +set menu_color_normal=white/black +set menu_color_highlight=white/green diff --git a/grub2.spec b/grub2.spec index 666ed77..dc359e8 100644 --- a/grub2.spec +++ b/grub2.spec @@ -38,7 +38,7 @@ Summary(pt_BR.UTF-8): Gerenciador de inicialização GRUB2 %define beta beta2 Name: grub2 Version: 2.02 -Release: 0.%{beta}.4 +Release: 0.%{beta}.5 License: GPL v2 Group: Base # 1. Download and unpack latest official beta snapshot from http://git.savannah.gnu.org/cgit/grub.git -- 2.37.3