1
mirror of https://github.com/interstellar750/hexo_s synced 2024-10-19 00:23:51 +08:00
hexo_s/themes/Chic/source/css/_highlight/atelier-dune-dark.styl

38 lines
952 B
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
background: #20201d
color: #a6a28c
.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