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-plateau-dark.styl

49 lines
1.1 KiB
Stylus

/* Base16 Atelier Plateau Dark - Theme */
/* by Bram de Haan (http://atelierbram.github.io/syntax-highlighting/atelier-schemes/plateau) */
/* Original Base16 color scheme by Chris Kempson (https://github.com/chriskempson/base16) */
.highlight
background: #1b1818
color: #8a8585
.code
/* Atelier-Plateau Comment */
.comment, .quote
color: #7e7777
/* Atelier-Plateau Red */
.variable, .template-variable, .attribute, .tag, .name, .regexp, .link, .name, .selector-id, .selector-class
color: #ca4949
/* Atelier-Plateau Orange */
.number, .meta, .built_in, .builtin-name, .literal, .type, .params
color: #b45a3c
/* Atelier-Plateau Green */
.string, .symbol, .bullet
color: #4b8b8b
/* Atelier-Plateau Blue */
.title, .section
color: #7272ca
/* Atelier-Plateau Purple */
.keyword, .selector-tag
color: #8464c4
.deletion, .addition
display: inline-block
width: 100%
color: #1b1818
.deletion
background-color: #ca4949
.addition
background-color: #4b8b8b
.emphasis
font-style: italic
.strong
font-weight: bold