Blame | Last modification | View Log | RSS feed
# 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 <defaultbackground>em: bold: brightbluestrong: bold: brightredb: bold: redi: bold: brightbluea: bold: greenimg: dim: brownfig: normal: graycaption: reverse: brownhr: normal: yellowblockquote: normal: brightblueul: normal: brownaddress: normal: magentatitle: normal: magentatt: dim: brightmagenta: blackh1: bold: yellow: bluelabel: normal: magentaq: normal: yellow: magentasmall: dim: defaultbig: bold: yellowsup: bold: yellowsub: dim: grayli: normal: magentacode: normal: cyancite: normal: cyantable: normal: brightcyantr: bold: browntd: normal: defaultbr: 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:bluealink: reverse: yellow: blackstatus: reverse: yellow: bluealert: bold: yellow: redwhereis: reverse+underline: magenta: cyan# currently not used#value:normal:greenmenu.bg: normal: black: lightgraymenu.frame: normal: black: lightgraymenu.entry: normal: lightgray: blackmenu.n: normal: red: graymenu.active: normal: yellow: blackmenu.sb: normal: brightred: lightgrayforwbackw.arrow:reversehot.paste: normal: brightred: gray# Styles with classes - <ul class=red> etc.ul.red: underline: brightredul.blue: bold: brightblueli.red: reverse: red: yellowli.blue: bold: bluestrong.a: bold: black: redem.a: reverse: black: bluestrong.b: bold: white: redem.b: reverse: white: bluestrong.debug: reverse: greenfont.letter: normal: white: blueinput.submit: normal: cyantr.baone: bold: yellowtr.batwo: bold: greentr.bathree: bold: red## Special handling for link.link: normal: whitelink.green: bold: brightgreenlink.red: bold: black: redlink.blue: bold: white: bluelink.toc: bold: black: white# Special cases for link - the rel or title is appended after the class.# <link rel=next class=red href="1">link.red.next: bold: redlink.red.prev: bold: yellow: redlink.blue.prev: bold: yellow: bluelink.blue.next: bold: bluelink.green.toc: bold: white: green## Define styles that will be used when syntax highlighting is requested# (commandline option -prettysrc).span.htmlsrc_comment:normal: whitespan.htmlsrc_tag:normal: white#If you don't like that the tag name and attribute name are displayed#in different colors, comment the following line.span.htmlsrc_attrib:normal: cyanspan.htmlsrc_attrval:normal: magentaspan.htmlsrc_abracket:normal: whitespan.htmlsrc_entity:normal: white##span.htmlsrc_href:##span.htmlsrc_entire:span.htmlsrc_badseq:normal: redspan.htmlsrc_badtag:normal: redspan.htmlsrc_badattr:normal: redspan.htmlsrc_sgmlspecial:normal: yellow