diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-27 17:56:50 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-27 17:56:50 +0000 |
commit | 8e9f8f2d0dcdddec35091ddbbdc79650763ec922 (patch) | |
tree | 4f88ed317d44fb4e5d9ab77e565bf1d910a8f560 /samples/bright-blue.lss | |
parent | Initial commit. (diff) | |
download | lynx-8e9f8f2d0dcdddec35091ddbbdc79650763ec922.tar.xz lynx-8e9f8f2d0dcdddec35091ddbbdc79650763ec922.zip |
Adding upstream version 2.9.0dev.6.upstream/2.9.0dev.6upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'samples/bright-blue.lss')
-rw-r--r-- | samples/bright-blue.lss | 77 |
1 files changed, 77 insertions, 0 deletions
diff --git a/samples/bright-blue.lss b/samples/bright-blue.lss new file mode 100644 index 0000000..534e9c1 --- /dev/null +++ b/samples/bright-blue.lss @@ -0,0 +1,77 @@ +# From: Ilya Zakharevich <ilya@math.ohio-state.edu> +# +# Colors: black, red, green, brown, blue, magenta, cyan, +# lightgray, gray, brightred, brightgreen, yellow, brightblue, +# brightmagenta, brightcyan, white. +# +# On some terminals combination of background and foreground of different +# brightness is not supported. +# +# Normal type styles correspond to HTML tags. +# +# default should be the *last* line +normal: normal: brightcyan: blue +default: normal: brightcyan: blue + +# match "link": +input: normal: green +textarea: normal: white: cyan + +input.type.submit:normal: blue: black +# type-less input is the same as type=text (similar to textarea) +input.type.: normal: white: cyan +input.type.text:normal: white: cyan +input.type.password:normal: white: cyan +input.type.file:normal: brightred: cyan + +# Shows gray on black?! +edit.current:normal: yellow: lightgray +#edit.current:normal:yellow:white +edit.active:normal: black: white +edit.active.marked:normal: white: black +edit.prompt:normal: white: gray +edit.prompt.marked:normal: black: white +edit.active.arrow:normal: red: white +edit.prompt.arrow:normal: red: gray +edit.active.pad:normal: red: lightgray +edit.prompt.pad:normal: white: black + +option:normal: red: black +#alink:normal:red:green + +scroll.arrow: bold: white: default +scroll.noarrow: normal: black: default +scroll.bar: bold: white +#scroll.back:reverse:green:red + +status: reverse: yellow: black +h1: bold: yellow: black +em: bold: white +title: normal: magenta: black +i: bold: white +table: normal: white +blockquote: normal: white + +menu.bg: normal: black: lightgray +menu.frame: normal: black: lightgray +menu.entry: normal: white: gray +menu.n: normal: white: gray +menu.active: normal: white: black +menu.sb: normal: brightred: lightgray + +forwbackw.arrow:bold: red: default +hot.paste: normal: brightred: gray + +# FIXME: what are these? +em.a: reverse: black: blue +em.b: reverse: white: black +font.letter: normal: default: black +link.blue: bold: white: brightblue +link.blue.prev: bold: yellow: brightblue +li.blue: bold: blue: black +link.blue.next: bold: blue: black + +INCLUDE:lynx.lss + +# default should be the *last* line +#?default: normal: brightcyan: blue |