RSCC-Page/public/syntax-theme-light.css

79 lines
1.2 KiB
CSS
Raw Normal View History

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