hexo-theme-amane/source/css/_highlight/atelier-dune-dark.styl

58 lines
1.2 KiB
Stylus

/* Base16 Atelier Dune Dark - Theme */
/* by Bram de Haan (http://atelierbram.github.io/syntax-highlighting/atelier-schemes/dune) */
/* Original Base16 color scheme by Chris Kempson (https://github.com/chriskempson/base16) */
.highlight
color: #a6a28c
background: #20201d
.code
/* Atelier-Dune Comment */
.comment,
.quote
color: #999580
/* Atelier-Dune Red */
.variable,
.template-variable,
.attribute,
.tag,
.name,
.regexp,
.link,
.name,
.selector-id,
.selector-class
color: #d73737
/* Atelier-Dune Orange */
.number,
.meta,
.built_in,
.builtin-name,
.literal,
.type,
.params
color: #b65611
/* Atelier-Dune Green */
.string,
.symbol,
.bullet
color: #60ac39
/* Atelier-Dune Blue */
.title,
.section
color: #6684e1
/* Atelier-Dune Purple */
.keyword,
.selector-tag
color: #b854d4
.emphasis
font-style: italic
.strong
font-weight: bold