Blame samples/blue-background.lss

Packit f574b8
# From: Sergey Svishchev <svs@ropnet.ru> 
Packit f574b8
# Notes:
Packit f574b8
# I use this in OS/2 VIO window, and occasionally on Linux console. 
Packit f574b8
 
Packit f574b8
# Setting the normal and default types lets us keep (almost) the same colors
Packit f574b8
# whether the terminal's default colors are white-on-black or black-on-white.
Packit f574b8
# It is not exact since the default "white" is not necessarily the same color
Packit f574b8
# as the ANSI lightgray, but is as close as we can get in a standard way.
Packit f574b8
#
Packit f574b8
# If you really want the terminal's default colors, and if lynx is built using
Packit f574b8
# ncurses' default-color support, remove these two lines:
Packit f574b8
normal:		normal:			lightgray:	blue
Packit f574b8
default:	normal:			white:		blue
Packit f574b8
Packit f574b8
# Normal type styles correspond to HTML tags.
Packit f574b8
#
Packit f574b8
# The next line (beginning with "em") means:  use bold if mono, otherwise
Packit f574b8
# brightblue on <defaultbackground>
Packit f574b8
em:		bold:			brightgreen:	blue 
Packit f574b8
strong:		bold:			brightred:	blue 
Packit f574b8
b:		bold:			white:		blue 
Packit f574b8
i:		bold:			yellow:		blue 
Packit f574b8
alink:		reverse:		white:		cyan 
Packit f574b8
a:		bold:			cyan:		blue 
Packit f574b8
img:		dim:			gray:		blue 
Packit f574b8
status:		reverse:		white:		green 
Packit f574b8
fig:		normal:			gray:		blue 
Packit f574b8
caption:	reverse:		brown:		blue 
Packit f574b8
hr:		normal:			yellow:		blue 
Packit f574b8
blockquote:	normal:			brightblue:	blue 
Packit f574b8
#ul:normal:	brown:blue 
Packit f574b8
address:	normal:			magenta:	blue 
Packit f574b8
#title:	normal:magenta:blue 
Packit f574b8
tt:		dim:			gray:		blue 
Packit f574b8
h1:		bold:			yellow:		blue 
Packit f574b8
label:		normal:			magenta:	blue 
Packit f574b8
value:		normal:			green:		blue 
Packit f574b8
q:		normal:			yellow:		magenta 
Packit f574b8
small:		dim:			gray:		blue 
Packit f574b8
big:		bold:			yellow:		blue 
Packit f574b8
sup:		bold:			yellow:		blue 
Packit f574b8
sub:		dim:			gray:		blue 
Packit f574b8
 
Packit f574b8
# glitch fixes 
Packit f574b8
area:		normal:			lightgray:	blue 
Packit f574b8
body:		normal:			lightgray:	blue 
Packit f574b8
br:		normal:			lightgray:	blue 
Packit f574b8
center:		normal:			lightgray:	blue 
Packit f574b8
center.header:	normal:			lightgray:	blue 
Packit f574b8
div:		normal:			lightgray:	blue 
Packit f574b8
font:		normal:			lightgray:	blue 
Packit f574b8
font.letter:	normal:			lightgray:	blue 
Packit f574b8
h2:		normal:			lightgray:	blue 
Packit f574b8
h3:		normal:			lightgray:	blue 
Packit f574b8
h4:		normal:			lightgray:	blue 
Packit f574b8
h5:		normal:			lightgray:	blue 
Packit f574b8
h6:		normal:			lightgray:	blue 
Packit f574b8
head:		normal:			lightgray:	blue 
Packit f574b8
link:		normal:			lightgray:	blue 
Packit f574b8
map:		normal:			lightgray:	blue 
Packit f574b8
meta:		normal:			lightgray:	blue 
Packit f574b8
p:		normal:			lightgray:	blue 
Packit f574b8
table:		normal:			lightgray:	blue 
Packit f574b8
td:		normal:			lightgray:	blue 
Packit f574b8
tr:		normal:			lightgray:	blue 
Packit f574b8
title:		normal:			lightgray:	blue 
Packit f574b8
 
Packit f574b8
form:		normal:			lightgray:	blue 
Packit f574b8
input:		normal:			lightgray:	blue 
Packit f574b8
input.submit:	normal:			cyan:		blue 
Packit f574b8
select:		normal:			lightgray:	blue 
Packit f574b8
option:		normal:			lightgray:	blue 
Packit f574b8
 
Packit f574b8
pre:		normal:			lightgray:	blue 
Packit f574b8
dd:		normal:			lightgray:	blue 
Packit f574b8
dt:		normal:			lightgray:	blue 
Packit f574b8
ul:		normal:			lightgray:	blue 
Packit f574b8
li:		normal:			lightgray:	blue 
Packit f574b8
 
Packit f574b8
base:		normal:			lightgray:	blue 
Packit f574b8
iframe:		normal:			lightgray:	blue 
Packit f574b8
cite:		normal:			yellow:		blue 
Packit f574b8
Packit f574b8
span.htmlsrc_comment:normal:		green:		blue 
Packit f574b8
span.htmlsrc_tag:normal:		brightgreen:	blue 
Packit f574b8
span.htmlsrc_attrib:normal:		brightcyan:	blue 
Packit f574b8
span.htmlsrc_attrval:normal:		white:		blue 
Packit f574b8
span.htmlsrc_abracket:normal:		brightgreen:	blue 
Packit f574b8
span.htmlsrc_entity:normal:		white:		blue 
Packit f574b8
##span.htmlsrc_href:
Packit f574b8
##span.htmlsrc_entire:
Packit f574b8
span.htmlsrc_badseq:normal:		red:		blue 
Packit f574b8
span.htmlsrc_badtag:normal:		red:		blue 
Packit f574b8
span.htmlsrc_badattr:normal:		red:		blue 
Packit f574b8
span.htmlsrc_sgmlspecial:normal:	yellow:		blue