/*
 * theme "IDLE" generated by syntect
 */

.z-code {
 color: #000000;
 background-color: #ffffff;
}

.z-comment {
 color: #919191;
}
.z-string {
 color: #00a33f;
}
.z-constant.z-numeric {
}
.z-constant.z-language {
 color: #a535ae;
}
.z-constant.z-character, .z-constant.z-other {
}
.z-variable.z-language, .z-variable.z-other {
}
.z-keyword {
 color: #ff5600;
}
.z-storage {
 color: #ff5600;
}
.z-entity.z-name.z-type {
 color: #21439c;
}
.z-entity.z-other.z-inherited-class {
}
.z-entity.z-name.z-function {
 color: #21439c;
}
.z-variable.z-parameter {
}
.z-entity.z-name.z-tag {
}
.z-entity.z-other.z-attribute-name {
}
.z-support.z-function {
 color: #a535ae;
}
.z-support.z-constant {
 color: #a535ae;
}
.z-support.z-type, .z-support.z-class {
 color: #a535ae;
}
.z-support.z-variable {
 color: #a535ae;
}
.z-invalid {
 color: #ffffff;
 background-color: #990000;
}
.z-constant.z-other.z-placeholder.z-py {
 color: #990000;
}
