1# From: Vlad Harchev <hvv@hippo.ru>
2# Setting the normal and default types lets us keep (almost) the same colors
3# whether the terminal's default colors are white-on-black or black-on-white.
4# It is not exact since the default "white" is not necessarily the same color
5# as the ANSI lightgray, but is as close as we can get in a standard way.
6#
7# If you really want the terminal's default colors, and if lynx is built using
8# ncurses' default-color support, remove these two lines:
9normal:		normal:			lightgray:black
10default:	normal:			white:black
11
12# Notes:
13# better for eyes - it sets black background with mild colors that
14# have approximately the same intensity.
15#
16# grey normal text on black background with green links and brightgreen
17# highlighted links.
18em:		bold:			cyan
19strong:		bold:			cyan
20dt:		bold:			cyan
21var:		bold:			cyan
22samp:		bold:			cyan
23b:		bold:			cyan
24i:		bold:			cyan
25alink:		reverse:		brightgreen:	black
26a:		bold:			green
27img:		dim:			cyan:		black
28status:		reverse:		cyan:		black
29fig:		normal:			gray
30caption:	reverse:		cyan
31hr:		normal:			gray
32blockquote:	normal:			cyan:		black
33address:	normal:			cyan
34title:		normal:			cyan:		black
35tt:		normal:			white:		black
36h1:		bold:			cyan:		black
37label:		normal:			cyan
38value:		normal:			cyan
39q:		normal:			cyan
40small:		dim:			cyan
41big:		bold:			cyan
42sup:		bold:			cyan
43sub:		dim:			cyan
44code:		normal:			cyan
45
46span.htmlsrc_comment:normal:white
47span.htmlsrc_tag:normal:cyan
48##the following makes no difference (except increasing the speed) since tag
49##is already in cyan.
50#span.htmlsrc_attrib:normal:cyan
51#span.htmlsrc_attrval:normal:magenta
52span.htmlsrc_abracket:normal:cyan
53span.htmlsrc_entity:normal:white
54##span.htmlsrc_href:
55##span.htmlsrc_entire:
56span.htmlsrc_badseq:normal:red
57span.htmlsrc_badtag:normal:red
58span.htmlsrc_badattr:normal:red
59span.htmlsrc_sgmlspecial:normal:yellow
60