| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879 |
- # Styles using 'Solarized' color scheme
- # by Ethan Schoonover: http://ethanschoonover.com/solarized
- #
- # (dark background version)
- editor
- foreground: 93a1a1 # base1
- background: 002b36 # base03
- caret: ffffff
- H1
- foreground: 6c71c4 # violet
- font-style: bold
- H2
- foreground: 6c71c4 # violet
- font-style: bold
- H3
- foreground: 6c71c4 # violet
- H4
- foreground: 268bd2 # blue
- H5
- foreground: 268bd2 # blue
- H6
- foreground: 268bd2 # blue
- HRULE
- foreground: 586e75 # base01
- LIST_BULLET
- foreground: b58900 # yellow
- LIST_ENUMERATOR
- foreground: b58900 # yellow
- LINK
- foreground: 2aa198 # cyan
- AUTO_LINK_URL
- foreground: 2aa198 # cyan
- AUTO_LINK_EMAIL
- foreground: 2aa198 # cyan
- IMAGE
- foreground: d33682 # magenta
- REFERENCE
- foreground: 80b58900 # yellow, reduced alpha
- CODE
- foreground: 859900 # green
- EMPH
- foreground: cb4b16 # orange
- font-style: italic
- STRONG
- foreground: dc322f # red
- font-style: bold
- HTML_ENTITY
- foreground: 6c71c4 # violet
- COMMENT
- foreground: 93a1a1 # base1
- VERBATIM
- foreground: 859900 # green
- BLOCKQUOTE
- foreground: d33682 # magenta
- STRIKE
- strike-color: 93a1a1 # base1
|