From 5f8036a682f41aa08bf9ef053319a25c7ced6be8 Mon Sep 17 00:00:00 2001 From: briannafoxwell Date: Sun, 20 Dec 2020 06:16:25 +0000 Subject: [PATCH] lynx theme --- README.md | 5 +-- lynx/lynx.lss | 119 ++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 121 insertions(+), 3 deletions(-) create mode 100644 lynx/lynx.lss diff --git a/README.md b/README.md index dc27ab4..c08695e 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,4 @@ -drawing +utsuho -# my dotfiles -i should make a install script some day instead of changing hardcoded paths \ No newline at end of file +# my personal dotfiles diff --git a/lynx/lynx.lss b/lynx/lynx.lss new file mode 100644 index 0000000..2ca5c0a --- /dev/null +++ b/lynx/lynx.lss @@ -0,0 +1,119 @@ +# i normally just stick this in the homefolder +# export LYNX_LSS="$HOME/lynx.lss" +# +# 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:black +default: normal: white:black + +# Normal type styles correspond to HTML tags. +# +# The next line (beginning with "em") means: use bold if mono, otherwise +# brightblue on +em: bold: brightblue +strong: bold: brightred +b: bold: red +i: bold: brightblue +a: bold: green +img: dim: brown +fig: normal: gray +caption: reverse: brown +hr: normal: yellow +blockquote: normal: brightblue +ul: normal: brown +address: normal: magenta +title: normal: green +tt: dim: brightmagenta: black +h1: bold: brightgreen +label: normal: magenta +q: normal: yellow: magenta +small: dim: default +big: bold: yellow +sup: bold: yellow +sub: dim: gray +li: normal: magenta +code: normal: cyan +cite: normal: cyan + +table: normal: brightcyan +tr: bold: brown +td: normal: default +br: normal: default + +# Special styles - not corresponding directly to HTML tags +# alert - status bar, when message begins "Alert". +# alink - active link +# normal - default attributes +# status - status bar +# whereis - whereis search target +# +#normal:normal:default:blue +alink: reverse: yellow: black +status: reverse: lightgray: green +alert: bold: yellow: red +whereis: reverse+underline: magenta: cyan +# currently not used +#value:normal:green + +menu.bg: normal: black: lightgray +menu.frame: normal: black: lightgray +menu.entry: normal: lightgray: black +menu.n: normal: red: gray +menu.active: normal: green: black +menu.sb: normal: brightred: lightgray + +forwbackw.arrow:reverse +hot.paste: normal: brightred: gray + +# Styles with classes -