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

49 lines
1.1 KiB
Stylus

/* Base16 Atelier Cave Dark - Theme */
/* by Bram de Haan (http://atelierbram.github.io/syntax-highlighting/atelier-schemes/cave) */
/* Original Base16 color scheme by Chris Kempson (https://github.com/chriskempson/base16) */
.highlight
background: #19171c
color: #8b8792
.code
/* Atelier-Cave Comment */
.comment, .quote
color: #7e7887
/* Atelier-Cave Red */
.variable, .template-variable, .attribute, .regexp, .link, .tag, .name, .selector-id, .selector-class
color: #be4678
/* Atelier-Cave Orange */
.number, .meta, .built_in, .builtin-name, .literal, .type, .params
color: #aa573c
/* Atelier-Cave Green */
.string, .symbol, .bullet
color: #2a9292
/* Atelier-Cave Blue */
.title, .section
color: #576ddb
/* Atelier-Cave Purple */
.keyword, .selector-tag
color: #955ae7
.deletion, .addition
display: inline-block
width: 100%
color: #19171c
.deletion
background-color: #be4678
.addition
background-color: #2a9292
.emphasis
font-style: italic
.strong
font-weight: bold