blog/static/assets/css/syntax-light.css
2024-08-18 13:23:10 -03:00

61 lines
1.8 KiB
CSS

/*
* theme "Dimmed Fluid" generated by syntect
*/
.z-code {
color: #4d4d4c;
background-color: #ffffff;
}
.z-comment {
color: #999999;
}
.z-keyword.z-operator.z-class, .z-constant.z-other, .z-source.z-php.z-embedded.z-line {
color: #666666;
}
.z-variable, .z-support.z-other.z-variable, .z-string.z-other.z-link, .z-string.z-regexp, .z-entity.z-name.z-tag, .z-entity.z-other.z-attribute-name, .z-meta.z-tag, .z-declaration.z-tag {
color: #77c;
}
.z-constant.z-numeric, .z-constant.z-language, .z-support.z-constant, .z-constant.z-character, .z-variable.z-parameter, .z-punctuation.z-section.z-embedded, .z-keyword.z-other.z-unit {
color: #b77;
}
.z-entity.z-name.z-class, .z-entity.z-name.z-type.z-class, .z-support.z-type, .z-support.z-class {
color: #f0ae00;
}
.z-string, .z-constant.z-other.z-symbol, .z-entity.z-other.z-inherited-class, .z-markup.z-heading {
color: #699200;
}
.z-keyword.z-operator, .z-constant.z-other.z-color {
color: #1aa7b0;
}
.z-entity.z-name.z-function, .z-meta.z-function-call, .z-support.z-function, .z-keyword.z-other.z-special-method, .z-meta.z-block-level {
color: #777;
}
.z-keyword, .z-storage, .z-storage.z-type {
color: #8e44be;
}
.z-meta.z-separator {
color: #ffffff;
background-color: #2169c7;
}
.z-invalid.z-deprecated {
color: #ffffff;
background-color: #8e44be;
}
.z-markup.z-inserted.z-diff, .z-markup.z-deleted.z-diff, .z-meta.z-diff.z-header.z-to-file, .z-meta.z-diff.z-header.z-from-file {
color: #ffffff;
}
.z-markup.z-inserted.z-diff, .z-meta.z-diff.z-header.z-to-file {
background-color: #008f00;
}
.z-markup.z-deleted.z-diff, .z-meta.z-diff.z-header.z-from-file {
background-color: #ef0000;
}
.z-meta.z-diff.z-header.z-from-file, .z-meta.z-diff.z-header.z-to-file {
color: #ffffff;
background-color: #333333;
}
.z-meta.z-diff.z-range {
color: #333333;
font-style: italic;
}