]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
Update color_normal and color_highlight defaults (light-gray instead of white)
authorAndrey Borzenkov <arvidjaar@gmail.com>
Sat, 7 Dec 2013 20:00:26 +0000 (00:00 +0400)
committerAndrey Borzenkov <arvidjaar@gmail.com>
Sat, 7 Dec 2013 20:00:26 +0000 (00:00 +0400)
ChangeLog
docs/grub.texi

index 59f44001350b8d33c594c611972f5cdbbdaa4cd3..f146edba8686a7abcdff66b89e11287a1493eb49 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2013-12-07  Andrey Borzenkov <arvidjaar@gmail.com>
+
+       * docs/grub.texi (Environment): Update color_normal and color_highlight
+       defaults (light-gray instead of white).
+
 2013-12-07  Andrey Borzenkov <arvidjaar@gmail.com>
 
        * grub-core/normal/main.c (INIT): Set default color to light-gray
index 6144740f766bd93594f9163bf7a8fb6d5b57e7cb..54b02fd52f06cf8343c80c2cc11efb81dfc2aaa1 100644 (file)
@@ -3123,7 +3123,7 @@ This variable contains the ``highlight'' foreground and background terminal
 colors, separated by a slash (@samp{/}).  Setting this variable changes
 those colors.  For the available color names, @pxref{color_normal}.
 
-The default is @samp{black/white}.
+The default is @samp{black/light-gray}.
 
 
 @node color_normal
@@ -3152,7 +3152,7 @@ those colors.  Each color must be a name from the following list:
 @item white
 @end itemize
 
-The default is @samp{white/black}.
+The default is @samp{light-gray/black}.
 
 The color support support varies from terminal to terminal.