RSCC-Page/public/syntax-theme-dark.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" generated by syntect
2025-02-06 18:05:35 +01:00
*/
.z-code {
2025-03-04 04:23:12 +01:00
color: #fcfcfa;
background-color: #2d2a2e;
2025-02-06 18:05:35 +01:00
}
2025-03-04 04:23:12 +01:00
.z-comment {
color: #727072;
2025-02-06 18:05:35 +01:00
}
.z-string {
2025-03-04 04:23:12 +01:00
color: #ffd866;
2025-02-06 18:05:35 +01:00
}
.z-constant.z-numeric {
2025-03-04 04:23:12 +01:00
color: #ab9df2;
2025-02-06 18:05:35 +01:00
}
2025-03-04 04:23:12 +01:00
.z-constant.z-language {
color: #ab9df2;
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: #ab9df2;
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: #ff6188;
2025-02-06 18:05:35 +01:00
}
.z-storage {
2025-03-04 04:23:12 +01:00
color: #ff6188;
2025-02-06 18:05:35 +01:00
}
2025-03-04 04:23:12 +01:00
.z-storage.z-type {
color: #78dce8;
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: #a9dc76;
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: #a9dc76;
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: #a9dc76;
2025-02-06 18:05:35 +01:00
}
2025-03-04 04:23:12 +01:00
.z-variable.z-parameter {
color: #fc9867;
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: #ff6188;
2025-02-06 18:05:35 +01:00
}
2025-03-04 04:23:12 +01:00
.z-entity.z-other.z-attribute-name {
color: #a9dc76;
font-style: italic;
2025-02-06 18:05:35 +01:00
}
.z-support.z-function {
2025-03-04 04:23:12 +01:00
color: #78dce8;
2025-02-06 18:05:35 +01:00
}
2025-03-04 04:23:12 +01:00
.z-support.z-constant {
color: #78dce8;
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: #fcfcfa;
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: #ae81ff;
2025-02-06 18:05:35 +01:00
}