mirror of https://github.com/jkjoy/sunpeiwen.git
75 lines
1.2 KiB
CSS
75 lines
1.2 KiB
CSS
|
/*
|
||
|
Name: Kimbie (dark)
|
||
|
Author: Jan T. Sott
|
||
|
License: Creative Commons Attribution-ShareAlike 4.0 Unported License
|
||
|
URL: https://github.com/idleberg/Kimbie-highlight.js
|
||
|
*/
|
||
|
|
||
|
/* Kimbie Comment */
|
||
|
.highlight .comment,
|
||
|
.highlight .quote {
|
||
|
color: #d6baad;
|
||
|
}
|
||
|
|
||
|
/* Kimbie Red */
|
||
|
.highlight .variable,
|
||
|
.highlight .template-variable,
|
||
|
.highlight .tag,
|
||
|
.highlight .name,
|
||
|
.highlight .selector-id,
|
||
|
.highlight .selector-class,
|
||
|
.highlight .regexp,
|
||
|
.highlight .meta {
|
||
|
color: #dc3958;
|
||
|
}
|
||
|
|
||
|
/* Kimbie Orange */
|
||
|
.highlight .number,
|
||
|
.highlight .built_in,
|
||
|
.highlight .builtin-name,
|
||
|
.highlight .literal,
|
||
|
.highlight .type,
|
||
|
.highlight .params,
|
||
|
.highlight .deletion,
|
||
|
.highlight .link {
|
||
|
color: #f79a32;
|
||
|
}
|
||
|
|
||
|
/* Kimbie Yellow */
|
||
|
.highlight .title,
|
||
|
.highlight .section,
|
||
|
.highlight .attribute {
|
||
|
color: #f06431;
|
||
|
}
|
||
|
|
||
|
/* Kimbie Green */
|
||
|
.highlight .string,
|
||
|
.highlight .symbol,
|
||
|
.highlight .bullet,
|
||
|
.highlight .addition {
|
||
|
color: #889b4a;
|
||
|
}
|
||
|
|
||
|
/* Kimbie Purple */
|
||
|
.highlight .keyword,
|
||
|
.highlight .selector-tag,
|
||
|
.highlight .function {
|
||
|
color: #98676a;
|
||
|
}
|
||
|
|
||
|
.highlight {
|
||
|
display: block;
|
||
|
overflow-x: auto;
|
||
|
background: #221a0f;
|
||
|
color: #d3af86;
|
||
|
padding: 0.5em;
|
||
|
}
|
||
|
|
||
|
.highlight .emphasis {
|
||
|
font-style: italic;
|
||
|
}
|
||
|
|
||
|
.highlight .strong {
|
||
|
font-weight: bold;
|
||
|
}
|