bright-blue.lss 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  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. # match "link":
  16. input: normal: green
  17. textarea: normal: white: cyan
  18. input.type.submit:normal: blue: black
  19. # type-less input is the same as type=text (similar to textarea)
  20. input.type.: normal: white: cyan
  21. input.type.text:normal: white: cyan
  22. input.type.password:normal: white: cyan
  23. input.type.file:normal: brightred: cyan
  24. # Shows gray on black?!
  25. edit.current:normal: yellow: lightgray
  26. #edit.current:normal:yellow:white
  27. edit.active:normal: black: white
  28. edit.active.marked:normal: white: black
  29. edit.prompt:normal: white: gray
  30. edit.prompt.marked:normal: black: white
  31. edit.active.arrow:normal: red: white
  32. edit.prompt.arrow:normal: red: gray
  33. edit.active.pad:normal: red: lightgray
  34. edit.prompt.pad:normal: white: black
  35. option:normal: red: black
  36. #alink:normal:red:green
  37. scroll.arrow: bold: white: default
  38. scroll.noarrow: normal: black: default
  39. scroll.bar: bold: white
  40. #scroll.back:reverse:green:red
  41. status: reverse: yellow: black
  42. h1: bold: yellow: black
  43. em: bold: white
  44. title: normal: magenta: black
  45. i: bold: white
  46. table: normal: white
  47. blockquote: normal: white
  48. menu.bg: normal: black: lightgray
  49. menu.frame: normal: black: lightgray
  50. menu.entry: normal: white: gray
  51. menu.n: normal: white: gray
  52. menu.active: normal: white: black
  53. menu.sb: normal: brightred: lightgray
  54. forwbackw.arrow:bold: red: default
  55. hot.paste: normal: brightred: gray
  56. # FIXME: what are these?
  57. em.a: reverse: black: blue
  58. em.b: reverse: white: black
  59. font.letter: normal: default: black
  60. link.blue: bold: white: brightblue
  61. link.blue.prev: bold: yellow: brightblue
  62. li.blue: bold: blue: black
  63. link.blue.next: bold: blue: black
  64. INCLUDE:lynx.lss
  65. # default should be the *last* line
  66. #?default: normal: brightcyan: blue