mirror of https://github.com/jkjoy/sunpeiwen.git
70 lines
1.2 KiB
CSS
70 lines
1.2 KiB
CSS
/* Base16 Atelier Heath Light - Theme */
|
|
/* by Bram de Haan (http://atelierbram.github.io/syntax-highlighting/atelier-schemes/heath) */
|
|
/* Original Base16 color scheme by Chris Kempson (https://github.com/chriskempson/base16) */
|
|
|
|
/* Atelier-Heath Comment */
|
|
.highlight .comment,
|
|
.highlight .quote {
|
|
color: #776977;
|
|
}
|
|
|
|
/* Atelier-Heath 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: #ca402b;
|
|
}
|
|
|
|
/* Atelier-Heath Orange */
|
|
.highlight .number,
|
|
.highlight .meta,
|
|
.highlight .built_in,
|
|
.highlight .builtin-name,
|
|
.highlight .literal,
|
|
.highlight .type,
|
|
.highlight .params {
|
|
color: #a65926;
|
|
}
|
|
|
|
/* Atelier-Heath Green */
|
|
.highlight .string,
|
|
.highlight .symbol,
|
|
.highlight .bullet {
|
|
color: #918b3b;
|
|
}
|
|
|
|
/* Atelier-Heath Blue */
|
|
.highlight .title,
|
|
.highlight .section {
|
|
color: #516aec;
|
|
}
|
|
|
|
/* Atelier-Heath Purple */
|
|
.highlight .keyword,
|
|
.highlight .selector-tag {
|
|
color: #7b59c0;
|
|
}
|
|
|
|
.highlight {
|
|
display: block;
|
|
overflow-x: auto;
|
|
background: #f7f3f7;
|
|
color: #695d69;
|
|
padding: 0.5em;
|
|
}
|
|
|
|
.highlight .emphasis {
|
|
font-style: italic;
|
|
}
|
|
|
|
.highlight .strong {
|
|
font-weight: bold;
|
|
}
|