diff options
author | Zac Medico <zmedico@gentoo.org> | 2008-06-17 04:57:34 +0000 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2008-06-17 04:57:34 +0000 |
commit | 600a31c3eec73d034aaa0c73d85d98810d9c6242 (patch) | |
tree | 5df61ac54927ecbf8a2f483d75d1c31ad41f24f3 | |
parent | * Rename NEUTRAL color to BLANK for eblank. (diff) | |
download | portage-idfetch-600a31c3eec73d034aaa0c73d85d98810d9c6242.tar.gz portage-idfetch-600a31c3eec73d034aaa0c73d85d98810d9c6242.tar.bz2 portage-idfetch-600a31c3eec73d034aaa0c73d85d98810d9c6242.zip |
Fix BLANK order and color.
svn path=/main/trunk/; revision=10679
-rw-r--r-- | man/color.map.5 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/man/color.map.5 b/man/color.map.5 index 14fa5a2e..acb23ee9 100644 --- a/man/color.map.5 +++ b/man/color.map.5 @@ -15,6 +15,9 @@ value defined internally. \fBBAD\fR = \fI"red"\fR Defines color used for some words occuring in bad context. .TP +\fBBLANK\fR = \fI"lightgray"\fR +Defines color used to display eblank lines. +.TP \fBBRACKET\fR = \fI"blue"\fR Defines color used for brackets. .TP @@ -27,9 +30,6 @@ Defines color used for highlighted words. \fBINFORM\fR = \fI"darkgreen"\fR Defines color used for informational words. .TP -\fBBLANK\fR = \fI"darkgray"\fR -Defines color used to display eblank lines. -.TP \fBMERGE_LIST_PROGRESS\fR = \fI"yellow"\fR Defines color used for numbers indicating merge progress. .TP |