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-light.styl

70 lines
1.4 KiB
Stylus
Raw Permalink Normal View History

/* Base16 Atelier Plateau Light - 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
color: #585050
background: #f4ecec
.code
/* Atelier-Plateau Comment */
.comment,
.quote
color: #655d5d
/* 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
color: #1b1818
display: inline-block
width: 100%
.deletion
background-color: #ca4949
.addition
background-color: #4b8b8b
.emphasis
font-style: italic
.strong
font-weight: bold