blog/static/syntax-theme-dark.css

152 lines
2.9 KiB
CSS

/*
* theme "Base16 Eighties" generated by syntect
*/
.z-code {
color: #d3d0c8;
background-color: #2d2d2d;
}
.z-variable.z-parameter.z-function {
color: #d3d0c8;
}
.z-comment, .z-punctuation.z-definition.z-comment {
color: #747369;
}
.z-punctuation.z-definition.z-string, .z-punctuation.z-definition.z-variable, .z-punctuation.z-definition.z-string, .z-punctuation.z-definition.z-parameters, .z-punctuation.z-definition.z-string, .z-punctuation.z-definition.z-array {
color: #d3d0c8;
}
.z-none {
color: #d3d0c8;
}
.z-keyword.z-operator {
color: #d3d0c8;
}
.z-keyword {
color: #cc99cc;
}
.z-variable {
color: #f2777a;
}
.z-entity.z-name.z-function, .z-meta.z-require, .z-support.z-function.z-any-method, .z-variable.z-function, .z-variable.z-annotation, .z-support.z-macro {
color: #6699cc;
}
.z-entity.z-name.z-label {
color: #d27b53;
}
.z-support.z-class, .z-entity.z-name.z-class, .z-entity.z-name.z-type.z-class {
color: #ffcc66;
}
.z-meta.z-class {
color: #f2f0ec;
}
.z-keyword.z-other.z-special-method {
color: #6699cc;
}
.z-storage {
color: #cc99cc;
}
.z-support.z-function {
color: #66cccc;
}
.z-string, .z-constant.z-other.z-symbol, .z-entity.z-other.z-inherited-class {
color: #99cc99;
}
.z-constant.z-numeric {
color: #f99157;
}
.z-none {
color: #f99157;
}
.z-none {
color: #f99157;
}
.z-constant {
color: #f99157;
}
.z-entity.z-name.z-tag {
color: #f2777a;
}
.z-entity.z-other.z-attribute-name {
color: #f99157;
}
.z-entity.z-other.z-attribute-name.z-id, .z-punctuation.z-definition.z-entity {
color: #6699cc;
}
.z-meta.z-selector {
color: #cc99cc;
}
.z-none {
color: #f99157;
}
.z-markup.z-heading .z-punctuation.z-definition.z-heading, .z-entity.z-name.z-section {
color: #6699cc;
}
.z-keyword.z-other.z-unit {
color: #f99157;
}
.z-markup.z-bold, .z-punctuation.z-definition.z-bold {
color: #ffcc66;
font-weight: bold;
}
.z-markup.z-italic, .z-punctuation.z-definition.z-italic {
color: #cc99cc;
font-style: italic;
}
.z-markup.z-raw.z-inline {
color: #99cc99;
}
.z-string.z-other.z-link, .z-punctuation.z-definition.z-string.z-end.z-markdown, .z-punctuation.z-definition.z-string.z-begin.z-markdown {
color: #f2777a;
}
.z-meta.z-link {
color: #f99157;
}
.z-markup.z-list {
color: #f2777a;
}
.z-markup.z-quote {
color: #f99157;
}
.z-meta.z-separator {
color: #d3d0c8;
background-color: #515151;
}
.z-markup.z-inserted {
color: #99cc99;
}
.z-markup.z-deleted {
color: #f2777a;
}
.z-markup.z-changed {
color: #cc99cc;
}
.z-constant.z-other.z-color {
color: #66cccc;
}
.z-string.z-regexp {
color: #66cccc;
}
.z-constant.z-character.z-escape {
color: #66cccc;
}
.z-punctuation.z-section.z-embedded, .z-variable.z-interpolation {
color: #cc99cc;
}
.z-invalid.z-illegal {
color: #f2f0ec;
background-color: #f2777a;
}
.z-invalid.z-broken {
color: #2d2d2d;
background-color: #f99157;
}
.z-invalid.z-deprecated {
color: #f2f0ec;
background-color: #d27b53;
}
.z-invalid.z-unimplemented {
color: #f2f0ec;
background-color: #747369;
}