Lynx Config
Better colors on a black background...
# this is ONLY the "COLOR" section of lynx.cfg. Merge it with your # existing file. .h2 COLOR # COLORS (only available if compiled with SVr4 curses or slang) # # The line must be of the form: # # COLOR:Integer:Foreground:Background .nf # # The Integer value is interpreted as follows: # 0 - normal - normal text # 1 - bold - hyperlinks, see also BOLD_* options above # 2 - reverse - statusline # 3 - bold + reverse (not used) # 4 - underline - text emphasis (EM, I, B tags etc.) # 5 - bold + underline - hyperlinks within text emphasis # 6 - reverse + underline - currently selected hyperlink # 7 - reverse + underline + bold - WHEREIS search hits # # Each Foreground and Background value must be one of: # black red green brown # blue magenta cyan lightgray # gray brightred brightgreen yellow # brightblue brightmagenta brightcyan white # .fi # or (if you have configured using --enable-default-colors with ncurses or # slang), "default" may be used for foreground and background. # # Uncomment and change any of the compilation defaults. # #COLOR:0:black:white #COLOR:1:blue:white #COLOR:2:yellow:blue #COLOR:3:green:white #COLOR:4:magenta:white #COLOR:5:blue:white #COLOR:6:red:white #COLOR:6:brightred:black #COLOR:7:magenta:cyan COLOR:0:lightgray:black COLOR:1:brightred:black COLOR:2:yellow:blue COLOR:3:brightgreen:black COLOR:4:brightgreen:black COLOR:5:brightgreen:black COLOR:6:yellow:red COLOR:7:magenta:cyan