Blame samples/mild-colors.lss

Packit f574b8
# From: Vlad Harchev <hvv@hippo.ru> 
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:black
Packit f574b8
default:	normal:			white:black
Packit f574b8
Packit f574b8
# Notes:
Packit f574b8
# better for eyes - it sets black background with mild colors that
Packit f574b8
# have approximately the same intensity.
Packit f574b8
#
Packit f574b8
# grey normal text on black background with green links and brightgreen  
Packit f574b8
# highlighted links. 
Packit f574b8
em:		bold:			cyan
Packit f574b8
strong:		bold:			cyan
Packit f574b8
dt:		bold:			cyan
Packit f574b8
var:		bold:			cyan
Packit f574b8
samp:		bold:			cyan
Packit f574b8
b:		bold:			cyan
Packit f574b8
i:		bold:			cyan
Packit f574b8
alink:		reverse:		brightgreen:	black
Packit f574b8
a:		bold:			green
Packit f574b8
img:		dim:			cyan:		black
Packit f574b8
status:		reverse:		cyan:		black
Packit f574b8
fig:		normal:			gray
Packit f574b8
caption:	reverse:		cyan
Packit f574b8
hr:		normal:			gray
Packit f574b8
blockquote:	normal:			cyan:		black
Packit f574b8
address:	normal:			cyan
Packit f574b8
title:		normal:			cyan:		black
Packit f574b8
tt:		normal:			white:		black
Packit f574b8
h1:		bold:			cyan:		black
Packit f574b8
label:		normal:			cyan
Packit f574b8
value:		normal:			cyan
Packit f574b8
q:		normal:			cyan
Packit f574b8
small:		dim:			cyan
Packit f574b8
big:		bold:			cyan
Packit f574b8
sup:		bold:			cyan
Packit f574b8
sub:		dim:			cyan
Packit f574b8
code:		normal:			cyan
Packit f574b8
Packit f574b8
span.htmlsrc_comment:normal:white
Packit f574b8
span.htmlsrc_tag:normal:cyan
Packit f574b8
##the following makes no difference (except increasing the speed) since tag
Packit f574b8
##is already in cyan.
Packit f574b8
#span.htmlsrc_attrib:normal:cyan
Packit f574b8
#span.htmlsrc_attrval:normal:magenta
Packit f574b8
span.htmlsrc_abracket:normal:cyan
Packit f574b8
span.htmlsrc_entity:normal:white
Packit f574b8
##span.htmlsrc_href:
Packit f574b8
##span.htmlsrc_entire:
Packit f574b8
span.htmlsrc_badseq:normal:red
Packit f574b8
span.htmlsrc_badtag:normal:red
Packit f574b8
span.htmlsrc_badattr:normal:red
Packit f574b8
span.htmlsrc_sgmlspecial:normal:yellow