Suggested patch for color selection in slrn.rc
andrew <[email protected]>
| Newsgroups | gmane.network.slrn.user |
|---|---|
| Message-ID | <[email protected]> |
Hi, I realise that this is a minor point but in my own .slrnrc file I have long had a 'key' to the colors for slrn. I have added this to the slrn.rc file and attached as a patch for discussion. Andrew -- http://www.andrews-corner.org ------------------------------------------------------------------------- This SF.net email is sponsored by the 2008 JavaOne(SM) Conference Don't miss this year's exciting event. There's still time to save $100. Use priority code J8TL2D2. http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
color_slrn.patch
(text/plain, 1.1 KB)
# --------------------------------------------------------------- # An attempt to make the selection of colors a little # more easy to understand in the slrn.rc file. # Andrew Strong. April 27th, 2008. #---------------------------------------------------------------- Index: doc/slrn.rc =================================================================== --- doc/slrn.rc (revision 270) +++ doc/slrn.rc (working copy) @@ -268,6 +268,22 @@ mono unread_subject "bold" % These settings are used for color terminals: + +%----------------------------------- +% normal bold +%----------------------------------- +% 0 black 8 gray +% 1 red 9 brightred +% 2 green 10 brightgreen +% 3 brown 11 yellow +% 4 blue 12 brightblue +% 5 magenta 13 brightmagenta +% 6 cyan 14 brightcyan +% 7 lightgray 15 white +%---------------------------------- + +%-- Object ------------- Foreground ---- Background ------ + color article "lightgray" "black" color author "magenta" "black" color boldtext "brightblue" "black" "bold"