RSCC-Page/public/syntax-theme-light.css
2025-03-04 04:23:12 +01:00

78 lines
1.2 KiB
CSS

/*
* theme "Monokai Pro Light" generated by syntect
*/
.z-code {
color: #29242a;
background-color: #faf4f2;
}
.z-comment {
color: #918c8e;
}
.z-string {
color: #cc7a0a;
}
.z-constant.z-numeric {
color: #7058be;
}
.z-constant.z-language {
color: #7058be;
}
.z-constant.z-character, .z-constant.z-other {
color: #7058be;
}
.z-variable {
}
.z-keyword {
color: #e14775;
}
.z-storage {
color: #e14775;
}
.z-storage.z-type {
color: #1c8ca8;
font-style: italic;
}
.z-entity.z-name.z-class {
color: #269d69;
text-decoration: underline;
}
.z-entity.z-other.z-inherited-class {
color: #269d69;
text-decoration: underline;
font-style: italic;
}
.z-entity.z-name.z-function {
color: #269d69;
}
.z-variable.z-parameter {
color: #e16032;
font-style: italic;
}
.z-entity.z-name.z-tag {
color: #e14775;
}
.z-entity.z-other.z-attribute-name {
color: #269d69;
font-style: italic;
}
.z-support.z-function {
color: #1c8ca8;
}
.z-support.z-constant {
color: #1c8ca8;
}
.z-support.z-type, .z-support.z-class {
color: #29242a;
}
.z-support.z-other.z-variable {
}
.z-invalid {
color: #fcfcfa;
background-color: #ff6188;
}
.z-invalid.z-deprecated {
color: #fcfcfa;
background-color: #7058be;
}