/*
 * theme "My Dark" generated by syntect
 */

/*
 * theme "Emberdark" generated by syntect
 */

.z-code {
 color: #eaead3;
 background-color: #383838;
}

.z-comment, .z-punctuation.z-definition.z-comment {
 color: #c9c9c9;
font-style: italic;
}
.z-comment.z-block.z-documentation {
 color: #9fcc9f;
}
.z-constant.z-numeric {
 color: #d7afd7;
}
.z-constant.z-language.z-boolean {
 color: #eaead3;
}
.z-constant, .z-constant.z-other {
 color: #eaead3;
}
.z-entity.z-name.z-class {
 color: #e6b18e;
}
.z-entity.z-name.z-struct {
 color: #e6b18e;
}
.z-entity.z-name.z-enum {
 color: #e6b18e;
}
.z-entity.z-name.z-type {
 color: #e6b18e;
}
.z-entity.z-name.z-function {
 color: #cae7ff;
}
.z-entity.z-name.z-function.z-constructor {
 color: #eaead3;
}
.z-keyword {
 color: #f1e4a8;
}
.z-keyword.z-control {
 color: #f1e4a8;
}
.z-keyword.z-operator {
 color: #eaead3;
}
.z-storage.z-type {
 color: #f1e4a8;
}
.z-storage.z-modifier {
 color: #f1e4a8;
}
.z-string {
 color: #9fcc9f;
}
.z-constant.z-character.z-escape {
 color: #92c4ec;
}
.z-string.z-regexp {
 color: #9fcc9f;
}
.z-string.z-special {
 color: #92c4ec;
}
.z-support.z-type {
 color: #e6b18e;
}
.z-support.z-function {
 color: #cae7ff;
}
.z-support.z-class {
 color: #e6b18e;
}
.z-variable {
 color: #eaead3;
}
.z-variable.z-language, .z-variable.z-other.z-special {
 color: #f1e4a8;
}
.z-variable.z-parameter {
 color: #eaead3;
}
.z-variable.z-other.z-property, .z-variable.z-other.z-member {
 color: #eaead3;
}
.z-punctuation {
 color: #eaead3;
}
.z-punctuation.z-bracket, .z-punctuation.z-brace, .z-punctuation.z-parenthesis {
 color: #eaead3;
}
.z-punctuation.z-delimiter, .z-punctuation.z-separator {
 color: #eaead3;
}
.z-meta.z-tag, .z-entity.z-name.z-tag {
 color: #f1e4a8;
}
.z-entity.z-other.z-attribute-name {
 color: #eaead3;
}
.z-markup.z-heading {
 color: #92c4ec;
font-weight: bold;
}
.z-markup.z-italic {
font-style: italic;
}
.z-markup.z-bold {
font-weight: bold;
}
.z-markup.z-underline.z-link {
 color: #f1e4a8;
}
.z-meta.z-function-call {
 color: #cae7ff;
}
.z-meta.z-preprocessor, .z-entity.z-name.z-function.z-preprocessor {
 color: #92c4ec;
}
.z-invalid {
 color: #d99898;
}
.z-invalid.z-deprecated {
 color: #e6b18e;
}
