dotfiles/.lynx.lss

132 lines
4.1 KiB
Text

# Lynx Style Sheet (lss).
#
# Format:
# <element/ID>: <mono-style>: <foreground>: <background>
# The <mono-style> is only used if colour cannot be used on the terminal.
# If the <background> colour is missing, the default background colour is used.
#
# Special styles.
# alert - status bar, when message begins "Alert"
# alink - active/selected link
# default - default foreground/background
# forwbackw.arrow - forward/backward page arrows (top left of screen)
# hot.paste - ???? (arrow in top right of screen)
# menu.active - selected menu entry
# menu.bg - popup menu background (currently unused?)
# menu.entry - non-selected menu entries
# menu.frame - popup menu frame
# menu.n - popup menu numbers (currently unused?)
# menu.sb - popup menu scrollbar arrows
# normal - default attributes
# scroll.arrow - enabled arrows on scrollbar
# scroll.back - scrollbar background
# scroll.bar - progress bar on scrollbar
# scroll.noarrow - disabled arrows on scrollbar
# status - status bar
# whereis - whereis search target
alert: reverse: brightwhite: red
#alink: reverse: brightwhite: blue
alink: reverse: brightwhite: magenta
default: normal: white: black
#forwbackw.arrow: normal: magenta: black
forwbackw.arrow: reverse: brightwhite: magenta
hot.paste: normal: magenta: black
menu.active: normal: brightwhite: magenta
menu.bg: normal: black: red
menu.entry: normal: lightgrey
menu.frame: normal: brightred
menu.n: normal: black: red
menu.sb: normal: brightred
normal: normal: lightgray: black
scroll.arrow: normal: lightgrey
scroll.back: normal: gray
scroll.bar: normal: lightgray
scroll.noarrow: normal: gray
status: reverse: brightwhite: magenta
whereis: reverse+underline: white: red
# Special styles for source syntax highlighting.
span.htmlsrc_abracket: normal: white
span.htmlsrc_attrib: normal: cyan
span.htmlsrc_attrval: normal: magenta
span.htmlsrc_badattr: normal: brightred
span.htmlsrc_badseq: normal: brightred
span.htmlsrc_badtag: normal: brightred
span.htmlsrc_comment: normal: gray
span.htmlsrc_entity: normal: brightgreen
span.htmlsrc_sgmlspecial:normal: yellow
span.htmlsrc_tag: normal: cyan
#span.htmlsrc_href:
#span.htmlsrc_entire:
# Styles for HTML elements.
a: bold: brightblue
acronym: normal: brightgreen
b: bold: white
blockquote: normal: green
button: bold: brightblue
caption: bold: magenta
cite: normal: magenta
code: normal: cyan
del: dim: red
dfn: normal: brightgreen
em: bold: white
figure: normal: magenta
h1: bold: brightred
h2: bold: brightred
h3: bold: brightred
h4: bold: brightred
h5: bold: brightred
hr: dim: red
i: bold: yellow
img: normal: red
input: normal: brightblue
ins: normal: green
kbd: normal: cyan
#label: normal: magenta
pre: normal: cyan
q: normal: green
s: dim: red
samp: normal: cyan
select: bold: brightblue
strike: dim: red
strong: bold: white
sub: dim: gray
sup: dim: gray
td: normal: lightgray
textarea: normal: brightblue
th: bold: green
title: reverse: brightwhite: magenta
tt: normal: cyan
u: bold+underline: yellow
var: normal: magenta
# Styles with classes.
# Uncomment as required, if you want them.
#ul.red: underline: brightred
#ul.blue: bold: brightblue
#li.red: reverse: red: yellow
#li.blue: bold: blue
#strong.a: bold: black: red
#em.a: reverse: black: blue
#strong.b: bold: white: red
#em.b: reverse: white: blue
#strong.debug: reverse: green
#font.letter: normal: white: blue
#input.submit: normal: cyan
#tr.baone: bold: yellow
#tr.batwo: bold: green
#tr.bathree: bold: red
# Special handling for link
#link: normal: white
#link.green: bold: brightgreen
#link.red: bold: black: red
#link.blue: bold: white: blue
#link.toc: bold: black: white
# Rel or title is appended after the class. <link rel=next class=red href="1">
#link.red.next: bold: red
#link.red.prev: bold: yellow: red
#link.blue.prev: bold: yellow: blue
#link.blue.next: bold: blue
#link.green.toc: bold: white: green