1# From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2#
3# Colors: black, red, green, brown, blue, magenta, cyan,
4# lightgray, gray, brightred, brightgreen, yellow, brightblue,
5# brightmagenta, brightcyan, white.
6#
7# On some terminals combination of background and foreground of different
8# brightness is not supported.
9#
10# Normal type styles correspond to HTML tags.
11#
12# default should be the *last* line
13normal:  	normal:  		brightcyan:	blue
14default:	normal:			brightcyan:	blue
15
16# match "link":
17input:		normal:			green
18textarea:	normal:			white:		cyan
19
20input.type.submit:normal:		blue:		black
21# type-less input is the same as type=text (similar to textarea)
22input.type.:	normal:			white:		cyan
23input.type.text:normal:			white:		cyan
24input.type.password:normal:		white:		cyan
25input.type.file:normal:			brightred:	cyan
26
27# Shows gray on black?!
28edit.current:normal:			yellow:		lightgray
29#edit.current:normal:yellow:white
30edit.active:normal:			black:		white
31edit.active.marked:normal:		white:		black
32edit.prompt:normal:			white:		gray
33edit.prompt.marked:normal:		black:		white
34edit.active.arrow:normal:		red:		white
35edit.prompt.arrow:normal:		red:		gray
36edit.active.pad:normal:			red:		lightgray
37edit.prompt.pad:normal:			white:		black
38
39option:normal:				red:		black
40#alink:normal:red:green
41
42scroll.arrow:	bold:			white:		default
43scroll.noarrow:	normal:			black:		default
44scroll.bar:	bold:			white
45#scroll.back:reverse:green:red
46
47status:		reverse:		yellow:		black
48h1:		bold:			yellow:		black
49em:		bold:			white
50title:		normal:			magenta:	black
51i:		bold:			white
52table:		normal:			white
53blockquote:	normal:			white
54
55menu.bg:	normal:			black:		lightgray
56menu.frame:	normal:			black:		lightgray
57menu.entry:	normal:			white:		gray
58menu.n:		normal:			white:		gray
59menu.active:	normal:			white:		black
60menu.sb:	normal:			brightred:	lightgray
61
62forwbackw.arrow:bold:			red:		default
63hot.paste:	normal:			brightred:	gray
64
65# FIXME: what are these?
66em.a:		reverse:		black:		blue
67em.b:		reverse:		white:		black
68font.letter:	normal:			default:	black
69link.blue:	bold:			white:		brightblue
70link.blue.prev:	bold:			yellow:		brightblue
71li.blue:	bold:			blue:		black
72link.blue.next:	bold:			blue:		black
73
74INCLUDE:lynx.lss
75
76# default should be the *last* line
77#?default:	normal:			brightcyan:	blue
78