diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 2011-06-11 13:06:08 -0400 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 2011-06-11 13:06:08 -0400 |
commit | f06f1fc3d95167ec780cb0963548f2afdd548b20 (patch) | |
tree | 6c12f0dea0a3c860994a46c37d7f32336d39d7db /samples/blue-background.lss | |
parent | 279010bc0791556e63b4951d83a2c45252142b80 (diff) | |
download | lynx-snapshots-f06f1fc3d95167ec780cb0963548f2afdd548b20.tar.gz |
snapshot of project "lynx", label v2-8-8dev_8m
Diffstat (limited to 'samples/blue-background.lss')
-rw-r--r-- | samples/blue-background.lss | 95 |
1 files changed, 95 insertions, 0 deletions
diff --git a/samples/blue-background.lss b/samples/blue-background.lss new file mode 100644 index 00000000..9c5d4925 --- /dev/null +++ b/samples/blue-background.lss @@ -0,0 +1,95 @@ +# From: Sergey Svishchev <svs@ropnet.ru> +# Notes: +# I use this in OS/2 VIO window, and occasionally on Linux console. + +# Setting the normal and default types lets us keep (almost) the same colors +# whether the terminal's default colors are white-on-black or black-on-white. +# It is not exact since the default "white" is not necessarily the same color +# as the ANSI lightgray, but is as close as we can get in a standard way. +# +# If you really want the terminal's default colors, and if lynx is built using +# ncurses' default-color support, remove these two lines: +normal: normal: lightgray: blue +default: normal: white: blue + +# Normal type styles correspond to HTML tags. +# +# The next line (beginning with "em") means: use bold if mono, otherwise +# brightblue on <defaultbackground> +em: bold: brightgreen: blue +strong: bold: brightred: blue +b: bold: white: blue +i: bold: yellow: blue +alink: reverse: white: cyan +a: bold: cyan: blue +img: dim: gray: blue +status: reverse: white: green +fig: normal: gray: blue +caption: reverse: brown: blue +hr: normal: yellow: blue +blockquote: normal: brightblue: blue +#ul:normal: brown:blue +address: normal: magenta: blue +#title: normal:magenta:blue +tt: dim: gray: blue +h1: bold: yellow: blue +label: normal: magenta: blue +value: normal: green: blue +q: normal: yellow: magenta +small: dim: gray: blue +big: bold: yellow: blue +sup: bold: yellow: blue +sub: dim: gray: blue + +# glitch fixes +area: normal: lightgray: blue +body: normal: lightgray: blue +br: normal: lightgray: blue +center: normal: lightgray: blue +center.header: normal: lightgray: blue +div: normal: lightgray: blue +font: normal: lightgray: blue +font.letter: normal: lightgray: blue +h2: normal: lightgray: blue +h3: normal: lightgray: blue +h4: normal: lightgray: blue +h5: normal: lightgray: blue +h6: normal: lightgray: blue +head: normal: lightgray: blue +link: normal: lightgray: blue +map: normal: lightgray: blue +meta: normal: lightgray: blue +p: normal: lightgray: blue +table: normal: lightgray: blue +td: normal: lightgray: blue +tr: normal: lightgray: blue +title: normal: lightgray: blue + +form: normal: lightgray: blue +input: normal: lightgray: blue +input.submit: normal: cyan: blue +select: normal: lightgray: blue +option: normal: lightgray: blue + +pre: normal: lightgray: blue +dd: normal: lightgray: blue +dt: normal: lightgray: blue +ul: normal: lightgray: blue +li: normal: lightgray: blue + +base: normal: lightgray: blue +iframe: normal: lightgray: blue +cite: normal: yellow: blue + +span.htmlsrc_comment:normal: green: blue +span.htmlsrc_tag:normal: brightgreen: blue +span.htmlsrc_attrib:normal: brightcyan: blue +span.htmlsrc_attrval:normal: white: blue +span.htmlsrc_abracket:normal: brightgreen: blue +span.htmlsrc_entity:normal: white: blue +##span.htmlsrc_href: +##span.htmlsrc_entire: +span.htmlsrc_badseq:normal: red: blue +span.htmlsrc_badtag:normal: red: blue +span.htmlsrc_badattr:normal: red: blue +span.htmlsrc_sgmlspecial:normal: yellow: blue |