From 4163cf38458a7fd75c724035ea4a4fd04f10d9b3 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Elan=20Ruusam=C3=A4e?= Date: Tue, 12 Jan 2010 11:01:01 +0000 Subject: [PATCH] - really use grub1 colors (inserted wrong ones by mistake, altho those look cool) Changed files: grub-custom.cfg -> 1.3 --- grub-custom.cfg | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/grub-custom.cfg b/grub-custom.cfg index 4940d3d..078483f 100644 --- a/grub-custom.cfg +++ b/grub-custom.cfg @@ -3,5 +3,9 @@ # 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=light-blue/black -set menu_color_highlight=light-cyan/blue +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 -- 2.44.0