/*
 * theme "gruvbox-dark" generated by syntect
 */

.z-code {
 color: #ebdbb2;
 background-color: #1d2021;
}

.z-comment, .z-punctuation.z-definition.z-comment {
 color: #a89984;
font-style: italic;
}
.z-string, .z-string.z-quoted, .z-punctuation.z-definition.z-string {
 color: #b8bb26;
}
.z-constant.z-character.z-escape, .z-string.z-regexp {
 color: #fe8019;
}
.z-constant.z-numeric, .z-constant.z-language, .z-constant.z-character {
 color: #d3869b;
}
.z-constant, .z-constant.z-other, .z-support.z-constant {
 color: #d3869b;
}
.z-keyword, .z-keyword.z-control, .z-keyword.z-other {
 color: #fb4934;
}
.z-keyword.z-operator {
 color: #8ec07c;
}
.z-storage, .z-storage.z-type, .z-storage.z-modifier {
 color: #fb4934;
}
.z-entity.z-name.z-function, .z-meta.z-function-call, .z-support.z-function, .z-meta.z-require {
 color: #b8bb26;
font-weight: bold;
}
.z-entity.z-name.z-type, .z-entity.z-name.z-class, .z-entity.z-name.z-struct, .z-entity.z-name.z-enum, .z-entity.z-other.z-inherited-class, .z-support.z-type, .z-support.z-class, .z-storage.z-type.z-class {
 color: #fabd2f;
}
.z-variable, .z-variable.z-other, .z-variable.z-parameter, .z-meta.z-definition.z-variable {
 color: #83a598;
}
.z-variable.z-language {
 color: #d3869b;
}
.z-punctuation, .z-meta.z-brace, .z-punctuation.z-separator, .z-punctuation.z-terminator, .z-punctuation.z-accessor {
 color: #d5c4a1;
}
.z-entity.z-name.z-tag, .z-punctuation.z-definition.z-tag {
 color: #fb4934;
}
.z-entity.z-other.z-attribute-name {
 color: #fabd2f;
}
.z-meta.z-annotation, .z-meta.z-decorator, .z-entity.z-name.z-decorator, .z-support.z-type.z-attribute {
 color: #fabd2f;
}
.z-entity.z-name.z-namespace, .z-entity.z-name.z-module, .z-support.z-module {
 color: #8ec07c;
}
.z-invalid, .z-invalid.z-illegal {
 color: #fb4934;
font-weight: bold;
}
.z-invalid.z-deprecated {
 color: #fe8019;
}
.z-markup.z-inserted {
 color: #b8bb26;
}
.z-markup.z-deleted {
 color: #fb4934;
}
.z-markup.z-changed {
 color: #fabd2f;
}
.z-markup.z-heading, .z-entity.z-name.z-section {
 color: #8ec07c;
font-weight: bold;
}
.z-markup.z-underline.z-link, .z-string.z-other.z-link {
 color: #83a598;
}
.z-markup.z-italic {
font-style: italic;
}
.z-markup.z-bold {
font-weight: bold;
}
