Blame samples/bright-blue.lss

Packit f574b8
# From: Ilya Zakharevich <ilya@math.ohio-state.edu>
Packit f574b8
#
Packit f574b8
# Colors: black, red, green, brown, blue, magenta, cyan,
Packit f574b8
# lightgray, gray, brightred, brightgreen, yellow, brightblue,
Packit f574b8
# brightmagenta, brightcyan, white.
Packit f574b8
#
Packit f574b8
# On some terminals combination of background and foreground of different
Packit f574b8
# brightness is not supported.
Packit f574b8
#
Packit f574b8
# Normal type styles correspond to HTML tags.
Packit f574b8
#
Packit f574b8
# default should be the *last* line
Packit f574b8
normal:  	normal:  		brightcyan:	blue
Packit f574b8
default:	normal:			brightcyan:	blue
Packit f574b8
Packit f574b8
# match "link":
Packit f574b8
input:		normal:			green
Packit f574b8
textarea:	normal:			white:		cyan
Packit f574b8
Packit f574b8
input.type.submit:normal:		blue:		black
Packit f574b8
# type-less input is the same as type=text (similar to textarea)
Packit f574b8
input.type.:	normal:			white:		cyan
Packit f574b8
input.type.text:normal:			white:		cyan
Packit f574b8
input.type.password:normal:		white:		cyan
Packit f574b8
input.type.file:normal:			brightred:	cyan
Packit f574b8
Packit f574b8
# Shows gray on black?!
Packit f574b8
edit.current:normal:			yellow:		lightgray
Packit f574b8
#edit.current:normal:yellow:white
Packit f574b8
edit.active:normal:			black:		white
Packit f574b8
edit.active.marked:normal:		white:		black
Packit f574b8
edit.prompt:normal:			white:		gray
Packit f574b8
edit.prompt.marked:normal:		black:		white
Packit f574b8
edit.active.arrow:normal:		red:		white
Packit f574b8
edit.prompt.arrow:normal:		red:		gray
Packit f574b8
edit.active.pad:normal:			red:		lightgray
Packit f574b8
edit.prompt.pad:normal:			white:		black
Packit f574b8
Packit f574b8
option:normal:				red:		black
Packit f574b8
#alink:normal:red:green
Packit f574b8
Packit f574b8
scroll.arrow:	bold:			white:		default
Packit f574b8
scroll.noarrow:	normal:			black:		default
Packit f574b8
scroll.bar:	bold:			white
Packit f574b8
#scroll.back:reverse:green:red
Packit f574b8
Packit f574b8
status:		reverse:		yellow:		black
Packit f574b8
h1:		bold:			yellow:		black
Packit f574b8
em:		bold:			white
Packit f574b8
title:		normal:			magenta:	black
Packit f574b8
i:		bold:			white
Packit f574b8
table:		normal:			white
Packit f574b8
blockquote:	normal:			white
Packit f574b8
Packit f574b8
menu.bg:	normal:			black:		lightgray
Packit f574b8
menu.frame:	normal:			black:		lightgray
Packit f574b8
menu.entry:	normal:			white:		gray
Packit f574b8
menu.n:		normal:			white:		gray
Packit f574b8
menu.active:	normal:			white:		black
Packit f574b8
menu.sb:	normal:			brightred:	lightgray
Packit f574b8
Packit f574b8
forwbackw.arrow:bold:			red:		default
Packit f574b8
hot.paste:	normal:			brightred:	gray
Packit f574b8
Packit f574b8
# FIXME: what are these?
Packit f574b8
em.a:		reverse:		black:		blue
Packit f574b8
em.b:		reverse:		white:		black
Packit f574b8
font.letter:	normal:			default:	black
Packit f574b8
link.blue:	bold:			white:		brightblue
Packit f574b8
link.blue.prev:	bold:			yellow:		brightblue
Packit f574b8
li.blue:	bold:			blue:		black
Packit f574b8
link.blue.next:	bold:			blue:		black
Packit f574b8
Packit f574b8
INCLUDE:lynx.lss
Packit f574b8
Packit f574b8
# default should be the *last* line
Packit f574b8
#?default:	normal:			brightcyan:	blue