mirror of https://github.com/jkjoy/sunpeiwen.git
85 lines
1.5 KiB
CSS
85 lines
1.5 KiB
CSS
/* Base16 Atelier Estuary Light - Theme */
|
|
/* by Bram de Haan (http://atelierbram.github.io/syntax-highlighting/atelier-schemes/estuary) */
|
|
/* Original Base16 color scheme by Chris Kempson (https://github.com/chriskempson/base16) */
|
|
|
|
/* Atelier-Estuary Comment */
|
|
.highlight .comment,
|
|
.highlight .quote {
|
|
color: #6c6b5a;
|
|
}
|
|
|
|
/* Atelier-Estuary Red */
|
|
.highlight .variable,
|
|
.highlight .template-variable,
|
|
.highlight .attribute,
|
|
.highlight .tag,
|
|
.highlight .name,
|
|
.highlight .regexp,
|
|
.highlight .link,
|
|
.highlight .name,
|
|
.highlight .selector-id,
|
|
.highlight .selector-class {
|
|
color: #ba6236;
|
|
}
|
|
|
|
/* Atelier-Estuary Orange */
|
|
.highlight .number,
|
|
.highlight .meta,
|
|
.highlight .built_in,
|
|
.highlight .builtin-name,
|
|
.highlight .literal,
|
|
.highlight .type,
|
|
.highlight .params {
|
|
color: #ae7313;
|
|
}
|
|
|
|
/* Atelier-Estuary Green */
|
|
.highlight .string,
|
|
.highlight .symbol,
|
|
.highlight .bullet {
|
|
color: #7d9726;
|
|
}
|
|
|
|
/* Atelier-Estuary Blue */
|
|
.highlight .title,
|
|
.highlight .section {
|
|
color: #36a166;
|
|
}
|
|
|
|
/* Atelier-Estuary Purple */
|
|
.highlight .keyword,
|
|
.highlight .selector-tag {
|
|
color: #5f9182;
|
|
}
|
|
|
|
.highlight .deletion,
|
|
.highlight .addition {
|
|
color: #22221b;
|
|
display: inline-block;
|
|
width: 100%;
|
|
}
|
|
|
|
.highlight .deletion {
|
|
background-color: #ba6236;
|
|
}
|
|
|
|
.highlight .addition {
|
|
background-color: #7d9726;
|
|
}
|
|
|
|
.highlight {
|
|
display: block;
|
|
overflow-x: auto;
|
|
background: #f4f3ec;
|
|
color: #5f5e4e;
|
|
padding: 0.5em;
|
|
}
|
|
|
|
.highlight .emphasis {
|
|
font-style: italic;
|
|
}
|
|
|
|
.highlight .strong {
|
|
font-weight: bold;
|
|
}
|