/*
 * theme "Monokai Light" generated by syntect
 */

.z-code {
 color: #49483e;
 background-color: #fafafa;
}

.z-comment {
 color: #75715e;
}
.z-string {
 color: #998f2f;
}
.z-constant.z-numeric {
 color: #684d99;
}
.z-constant.z-language {
 color: #684d99;
}
.z-constant.z-character, .z-constant.z-other {
 color: #684d99;
}
.z-variable {
 color: #49483e;
}
.z-keyword {
 color: #f9005a;
}
.z-storage {
 color: #f9005a;
}
.z-storage.z-type {
 color: #0089b3;
font-style: italic;
}
.z-entity.z-name.z-class {
 color: #679c00;
font-style: underline;
}
.z-entity.z-other.z-inherited-class {
 color: #679c00;
font-style: underline;
font-style: italic;
}
.z-entity.z-name.z-function {
 color: #679c00;
}
.z-variable.z-parameter {
 color: #cf7000;
font-style: italic;
}
.z-entity.z-name.z-tag {
 color: #f9005a;
}
.z-entity.z-other.z-attribute-name {
 color: #679c00;
}
.z-support.z-function {
 color: #0089b3;
}
.z-support.z-constant {
 color: #0089b3;
}
.z-support.z-type, .z-support.z-class {
 color: #0089b3;
font-style: italic;
}
.z-support.z-other.z-variable {
 color: #49483e;
}
.z-invalid {
 color: #f8f8f0;
 background-color: #f92672;
}
.z-invalid.z-deprecated {
 color: #f8f8f0;
 background-color: #ae81ff;
}
