69 lines
1.4 KiB
Stylus
69 lines
1.4 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
|
||
|
color: #8b8792
|
||
|
background: #19171c
|
||
|
.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
|
||
|
color: #19171c
|
||
|
display: inline-block
|
||
|
width: 100%
|
||
|
|
||
|
.deletion
|
||
|
background-color: #be4678
|
||
|
|
||
|
.addition
|
||
|
background-color: #2a9292
|
||
|
|
||
|
.emphasis
|
||
|
font-style: italic
|
||
|
|
||
|
.strong
|
||
|
font-weight: bold
|