"SfR Fresh" - the SfR Freeware/Shareware Archive

Member "Lynx/lynx_doc/samples/bright-blue.lss" of archive lynx.zip:


As a special service "SfR Fresh" has tried to format the requested source page into HTML format using source code syntax highlighting with prefixed line numbers. Alternatively you can here view or download the uninterpreted source code file. That can be also achieved for any archive member file by clicking within an archive contents listing on the first character of the file(path) respectively on the according byte size field.
    1 # From: Ilya Zakharevich <ilya@math.ohio-state.edu>
    2 #
    3 # Colors: black, red, green, brown, blue, magenta, cyan,
    4 # lightgray, gray, brightred, brightgreen, yellow, brightblue,
    5 # brightmagenta, brightcyan, white.
    6 #
    7 # On some terminals combination of background and foreground of different
    8 # brightness is not supported.
    9 #
   10 # Normal type styles correspond to HTML tags.
   11 #
   12 # default should be the *last* line
   13 normal:  	normal:  		brightcyan:	blue
   14 default:	normal:			brightcyan:	blue
   15 
   16 # match "link":
   17 input:		normal:			green
   18 textarea:	normal:			white:		cyan
   19 
   20 input.type.submit:normal:		blue:		black
   21 # type-less input is the same as type=text (similar to textarea)
   22 input.type.:	normal:			white:		cyan
   23 input.type.text:normal:			white:		cyan
   24 input.type.password:normal:		white:		cyan
   25 input.type.file:normal:			brightred:	cyan
   26 
   27 # Shows gray on black?!
   28 edit.current:normal:			yellow:		lightgray
   29 #edit.current:normal:yellow:white
   30 edit.active:normal:			black:		white
   31 edit.active.marked:normal:		white:		black
   32 edit.prompt:normal:			white:		gray
   33 edit.prompt.marked:normal:		black:		white
   34 edit.active.arrow:normal:		red:		white
   35 edit.prompt.arrow:normal:		red:		gray
   36 edit.active.pad:normal:			red:		lightgray
   37 edit.prompt.pad:normal:			white:		black
   38 
   39 option:normal:				red:		black
   40 #alink:normal:red:green
   41 
   42 scroll.arrow:	bold:			white:		default
   43 scroll.noarrow:	normal:			black:		default
   44 scroll.bar:	bold:			white
   45 #scroll.back:reverse:green:red
   46 
   47 status:		reverse:		yellow:		black
   48 h1:		bold:			yellow:		black
   49 em:		bold:			white
   50 title:		normal:			magenta:	black
   51 i:		bold:			white
   52 table:		normal:			white
   53 blockquote:	normal:			white
   54 
   55 menu.bg:	normal:			black:		lightgray
   56 menu.frame:	normal:			black:		lightgray
   57 menu.entry:	normal:			white:		gray
   58 menu.n:		normal:			white:		gray
   59 menu.active:	normal:			white:		black
   60 menu.sb:	normal:			brightred:	lightgray
   61 
   62 forwbackw.arrow:bold:			red:		default
   63 hot.paste:	normal:			brightred:	gray
   64 
   65 # FIXME: what are these?
   66 em.a:		reverse:		black:		blue
   67 em.b:		reverse:		white:		black
   68 font.letter:	normal:			default:	black
   69 link.blue:	bold:			white:		brightblue
   70 link.blue.prev:	bold:			yellow:		brightblue
   71 li.blue:	bold:			blue:		black
   72 link.blue.next:	bold:			blue:		black
   73 
   74 INCLUDE:lynx.lss
   75 
   76 # default should be the *last* line
   77 #?default:	normal:			brightcyan:	blue