mirror of
https://gitee.com/vnotex/vnote.git
synced 2025-07-05 05:49:53 +08:00
80 lines
1.1 KiB
Plaintext
80 lines
1.1 KiB
Plaintext
# 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
|