@media (prefers-color-scheme: light){/*
 * theme "GitHub" generated by syntect
 */

.code {
 color: #333333;
 background-color: #ffffff;
}

.comment {
 color: #969896;
}
.keyword.operator, .support.constant {
 color: #a71d5d;
}
.constant.language {
 color: #0086b3;
}
.keyword, .storage {
 color: #a71d5d;
}
.storage.type {
 color: #a71d5d;
}
.support.type {
 color: #0086b3;
}
.variable {
 color: #0086b3;
}
.variable.language {
 color: #df5000;
}
.variable.parameter.function {
 color: #030303;
}
.entity.name.function, .entity {
 color: #795da3;
}
.support.function {
 color: #0086b3;
}
.entity.name.type, .entity.other.inherited-class {
 color: #000000;
}
.support.class {
 color: #0086b3;
}
.entity.name.exception {
 color: #f93232;
}
.entity.name.section {
}
.constant.numeric, .constant {
 color: #0086b3;
}
.constant.character, .string, .string .punctuation {
 color: #183691;
}
.string.regexp, .string.regexp .constant.character, .string.regexp .punctuation {
 color: #009926;
}
.constant.other.symbol {
 color: #990073;
}
.string .source, .text .source {
 color: #333333;
}
.variable.other.property {
 color: #030303;
}
.entity.name {
 color: #333333;
}
.invalid {
 color: #0f0000;
}
.entity.name.tag {
 color: #63a35c;
}
.punctuation.definition.tag {
 color: #030303;
}
.meta.tag .string .punctuation {
 color: #183691;
}
.constant.character.entity {
 color: #000000;
}
.entity.other.attribute-name {
 color: #795da3;
}
.meta.tag .string.quoted, .meta.tag .string.quoted .constant.character.entity {
 color: #183691;
}
.meta.selector, .meta.selector .entity, .meta.selector .entity .punctuation, .entity.name.tag.css, .entity.other.attribute-name.class, .keyword.control.html.sass {
 color: #63a35c;
}
.entity.other.attribute-name.class, .constant.other.unit {
 color: #795da3;
}
.support.type.property-name, .support.constant.property-value {
 color: #0086b3;
}
.keyword.other.special-method.ruby.gem {
 color: #0086b3;
}
.variable.other.block.ruby {
 color: #000000;
}
.support.function.prelude, .variable.other.generic-type.haskell {
 color: #000000;
}
.constant.other.haskell, .support.constant.haskell {
 color: #445588;
}
.meta.diff, .meta.diff.header {
 color: #75715e;
}
.markup.deleted {
 color: #770000;
 background-color: #ffdddd;
}
.markup.inserted {
 color: #003300;
 background-color: #ddffdd;
}
.markup.changed {
 color: #ececec;
}
}