pbe/example-site/static/syntax-highlighting.css

64 lines
982 B
CSS
Raw Permalink Normal View History

/*
* theme "IDLE" generated by syntect
*/
.sh-code {
color: #000000;
background-color: #ffffff;
}
.sh-comment {
color: #919191;
}
.sh-string {
color: #00a33f;
}
.sh-constant.sh-numeric {
}
.sh-constant.sh-language {
color: #a535ae;
}
.sh-constant.sh-character, .sh-constant.sh-other {
}
.sh-variable.sh-language, .sh-variable.sh-other {
}
.sh-keyword {
color: #ff5600;
}
.sh-storage {
color: #ff5600;
}
.sh-entity.sh-name.sh-type {
color: #21439c;
}
.sh-entity.sh-other.sh-inherited-class {
}
.sh-entity.sh-name.sh-function {
color: #21439c;
}
.sh-variable.sh-parameter {
}
.sh-entity.sh-name.sh-tag {
}
.sh-entity.sh-other.sh-attribute-name {
}
.sh-support.sh-function {
color: #a535ae;
}
.sh-support.sh-constant {
color: #a535ae;
}
.sh-support.sh-type, .sh-support.sh-class {
color: #a535ae;
}
.sh-support.sh-variable {
color: #a535ae;
}
.sh-invalid {
color: #ffffff;
background-color: #990000;
}
.sh-constant.sh-other.sh-placeholder.sh-py {
color: #990000;
}