dotfiles

Cross platform dotfiles for linux, mac and windows
git clone git@getsh.org:dotfiles.git
Log | Files | Refs

lynx.lss (2345B)


      1 em:		bold:	brightblue
      2 strong:	bold:	brightred
      3 b:		bold:	red
      4 i:		bold:	brightblue
      5 a:		bold:	green
      6 img:	dim:	brown
      7 fig:	normal:	gray
      8 caption:	reverse:	brown
      9 hr:		normal:	yellow
     10 blockquote:	normal:	brightblue
     11 ul:		normal:	brown
     12 address:	normal:	magenta
     13 title:	normal:	magenta
     14 tt:		dim:	brightmagenta:	black
     15 h1:		bold:	black:	white
     16 label:	normal:	magenta
     17 q:		normal:	yellow:	magenta
     18 small:	dim:	default
     19 big:	bold:	yellow
     20 sup:	bold:	yellow
     21 sub:	dim:	gray
     22 li:		normal:	magenta
     23 code:	normal:	cyan
     24 cite:	normal:	cyan
     25 
     26 table:	normal:	brightcyan
     27 tr:		bold:	brown
     28 td:		normal:	default
     29 br:		normal:	default
     30 
     31 alink:		normal:		black:		lightgray
     32 status:		reverse:		black:		lightgray
     33 alert:		bold:			yellow:		red
     34 whereis:	reverse+underline:	magenta:	cyan
     35 
     36 menu.bg:	normal:			black:		lightgray
     37 menu.frame:	normal:			black:		lightgray
     38 menu.entry:	normal:			lightgray:	black
     39 menu.n:		normal:			red:		gray
     40 menu.active:	normal:		yellow:		black
     41 menu.sb:	normal:			brightred:	lightgray
     42 
     43 forwbackw.arrow:reverse
     44 hot.paste:	normal:			brightred:	gray
     45 
     46 # Styles with classes - <ul class=red> etc.
     47 ul.red:		underline:		brightred
     48 ul.blue:	bold:			brightblue
     49 li.red:		reverse:		red:	yellow
     50 li.blue:	bold:			blue
     51 strong.a:	bold:			black:	red
     52 em.a:		reverse:		black:	blue
     53 strong.b:	bold:			white:	red
     54 em.b:		reverse:		white:	blue
     55 strong.debug:	reverse:	green
     56 font.letter:	normal:		white:	blue
     57 input.submit:	normal:		cyan
     58 tr.baone:	bold:			yellow
     59 tr.batwo:	bold:			green
     60 tr.bathree:	bold:			red
     61 
     62 # Special handling for link.
     63 link:		normal:			white
     64 link.green:	bold:			brightgreen
     65 link.red:	bold:			black:		red
     66 link.blue:	bold:			white:		blue
     67 link.toc:	bold:			black:		white
     68 
     69 # Special cases for link - the rel or title is appended after the class.
     70 # <link rel=next class=red href="1">
     71 link.red.next:	bold:			red
     72 link.red.prev:	bold:			yellow:		red
     73 link.blue.prev:	bold:			yellow:		blue
     74 link.blue.next:	bold:			blue
     75 link.green.toc:	bold:			white:		green
     76 
     77 # Define styles that will be used when syntax highlighting is requested
     78 span.htmlsrc_comment:normal:		white
     79 span.htmlsrc_tag:normal:		white
     80 span.htmlsrc_attrib:normal:		cyan
     81 span.htmlsrc_attrval:normal:		magenta
     82 span.htmlsrc_abracket:normal:		white
     83 span.htmlsrc_entity:normal:		white
     84 span.htmlsrc_badseq:normal:		red
     85 span.htmlsrc_badtag:normal:		red
     86 span.htmlsrc_badattr:normal:		red
     87 span.htmlsrc_sgmlspecial:normal:	yellow