/* Generated by examples/gen_syntax_css.rs — do not edit by hand.
 * Token colors for syntect highlighting (light: InspiredGitHub,
 * dark: base16-ocean.dark). Regenerate with:
 *   cargo run --example gen_syntax_css > css/syntax-theme.css
 */

/*
 * theme "GitHub" generated by syntect
 */

.st-code {
 color: #323232;
 background-color: #ffffff;
}

.st-comment {
 color: #969896;
font-style: italic;
}
.st-string {
 color: #183691;
}
.st-regexp-operator {
 color: #a71d5d;
}
.st-string.st-regexp.st-characterclass .st-punctuation.st-definition.st-string.st-begin, .st-string.st-regexp.st-characterclass .st-punctuation.st-definition.st-string.st-end {
 color: #a71d5d;
}
.st-constant.st-numeric {
 color: #0086b3;
}
.st-constant.st-language {
 color: #0086b3;
}
.st-constant.st-character, .st-constant.st-other, .st-variable.st-other.st-constant {
 color: #0086b3;
}
.st-variable {
 color: #323232;
}
.st-keyword {
 color: #a71d5d;
font-weight: bold;
}
.st-bitwise-operator {
 color: #a71d5d;
font-weight: bold;
}
.st-storage {
 color: #a71d5d;
font-weight: bold;
}
.st-storage.st-type {
 color: #a71d5d;
font-weight: bold;
}
.st-entity.st-name.st-class {
 color: #0086b3;
}
.st-entity.st-other.st-inherited-class {
 color: #0086b3;
}
.st-entity.st-name.st-function {
 color: #795da3;
font-weight: bold;
}
.st-variable.st-parameter {
 color: #323232;
}
.st-entity.st-name.st-tag {
 color: #63a35c;
}
.st-entity.st-other.st-attribute-name {
 color: #795da3;
}
.st-support.st-function {
 color: #62a35c;
}
.st-support.st-constant {
 color: #0086b3;
}
.st-support.st-type, .st-support.st-class {
 color: #0086b3;
}
.st-support.st-other.st-variable {
 color: #323232;
}
.st-invalid, .st-invalid.st-illegal, .st-invalid.st-deprecated {
 color: #b52a1d;
 background-color: #f5f5f5;
font-weight: bold;
}
.st-entity.st-name.st-filename.st-find-in-files {
 color: #323232;
font-weight: bold;
}
.st-constant.st-numeric.st-line-number.st-find-in-files, .st-constant.st-numeric.st-line-number.st-match.st-find-in-files {
 color: #b3b3b3;
}
.st-meta.st-diff.st-header {
 color: #969896;
 background-color: #ffffff;
font-style: italic;
}
.st-meta.st-diff.st-header .st-punctuation.st-definition.st-from-file.st-diff {
 color: #bd2c00;
 background-color: #ffecec;
font-weight: bold;
font-style: italic;
}
.st-meta.st-diff.st-header .st-punctuation.st-definition.st-to-file.st-diff {
 color: #55a532;
 background-color: #eaffea;
font-weight: bold;
font-style: italic;
}
.st-meta.st-diff.st-range {
 color: #969896;
font-weight: bold;
font-style: italic;
}
.st-markup.st-deleted {
 background-color: #ffecec;
}
.st-markup.st-deleted .st-punctuation.st-definition.st-inserted {
 color: #bd2c00;
font-weight: bold;
}
.st-markup.st-inserted {
 background-color: #eaffea;
}
.st-markup.st-inserted .st-punctuation.st-definition.st-inserted {
 color: #55a532;
font-weight: bold;
}
.st-markup.st-deleted.st-git_gutter {
 color: #bd2c00;
}
.st-markup.st-inserted.st-git_gutter {
 color: #55a532;
}
.st-markup.st-changed.st-git_gutter {
 color: #0086b3;
}
.st-markup.st-ignored.st-git_gutter {
 color: #b3b3b3;
}
.st-markup.st-untracked.st-git_gutter {
 color: #b3b3b3;
}
.st-source.st-css .st-punctuation.st-definition.st-entity {
 color: #323232;
}
.st-source.st-css .st-entity.st-other.st-attribute-name.st-pseudo-class, .st-source.st-css .st-entity.st-other.st-attribute-name.st-pseudo-element {
 color: #a71d5d;
}
.st-source.st-css .st-meta.st-value, .st-source.st-css .st-support.st-constant, .st-source.st-css .st-support.st-function {
 color: #323232;
}
.st-source.st-css .st-constant.st-other.st-color {
 color: #ed6a43;
}
.st-source.st-scss .st-punctuation.st-definition.st-entity {
 color: #323232;
}
.st-source.st-scss .st-entity.st-other.st-attribute-name.st-pseudo-class, .st-source.st-scss .st-entity.st-other.st-attribute-name.st-pseudo-element {
 color: #a71d5d;
}
.st-source.st-scss .st-support.st-constant.st-property-value, .st-source.st-scss .st-support.st-function {
 color: #323232;
}
.st-source.st-scss .st-variable {
 color: #a71d5d;
}
.st-variable.st-language.st-this.st-js {
 color: #ed6a43;
}
.st-source.st-js .st-entity.st-name.st-function {
 color: #323232;
}
.st-source.st-js .st-meta.st-function .st-entity.st-name.st-function, .st-source.st-js .st-entity.st-name.st-function .st-meta.st-function {
 color: #795da3;
font-weight: bold;
}
.st-entity.st-name.st-type.st-new.st-js {
 color: #795da3;
}
.st-variable.st-language.st-prototype.st-js {
 color: #0086b3;
}
.st-source.st-js .st-support.st-function {
 color: #0086b3;
}
.st-support.st-type.st-object.st-console.st-js {
 color: #795da3;
}
.st-meta .st-meta .st-meta .st-meta .st-meta .st-meta .st-meta .st-meta .st-meta .st-meta .st-meta .st-meta .st-meta .st-meta .st-meta .st-meta .st-meta .st-meta .st-meta .st-meta .st-meta.st-structure.st-dictionary.st-json .st-string.st-quoted.st-double.st-json {
 color: #183691;
font-weight: bold;
}
.st-meta .st-meta .st-meta .st-meta .st-meta .st-meta .st-meta .st-meta .st-meta .st-meta .st-meta .st-meta .st-meta .st-meta .st-meta .st-meta .st-meta .st-meta .st-meta .st-meta .st-meta.st-structure.st-dictionary.st-json .st-meta.st-structure.st-dictionary.st-value.st-json .st-string.st-quoted.st-double.st-json {
 color: #323232;
}
.st-meta .st-meta .st-meta .st-meta .st-meta .st-meta .st-meta .st-meta .st-meta .st-meta .st-meta .st-meta .st-meta .st-meta .st-meta .st-meta .st-meta .st-meta .st-meta .st-meta.st-structure.st-dictionary.st-json .st-string.st-quoted.st-double.st-json {
 color: #183691;
font-weight: bold;
}
.st-meta .st-meta .st-meta .st-meta .st-meta .st-meta .st-meta .st-meta .st-meta .st-meta .st-meta .st-meta .st-meta .st-meta .st-meta .st-meta .st-meta .st-meta .st-meta .st-meta.st-structure.st-dictionary.st-json .st-meta.st-structure.st-dictionary.st-value.st-json .st-string.st-quoted.st-double.st-json {
 color: #323232;
}
.st-meta .st-meta .st-meta .st-meta .st-meta .st-meta .st-meta .st-meta .st-meta .st-meta .st-meta .st-meta .st-meta .st-meta .st-meta .st-meta .st-meta .st-meta .st-meta.st-structure.st-dictionary.st-json .st-string.st-quoted.st-double.st-json {
 color: #183691;
font-weight: bold;
}
.st-meta .st-meta .st-meta .st-meta .st-meta .st-meta .st-meta .st-meta .st-meta .st-meta .st-meta .st-meta .st-meta .st-meta .st-meta .st-meta .st-meta .st-meta .st-meta.st-structure.st-dictionary.st-json .st-meta.st-structure.st-dictionary.st-value.st-json .st-string.st-quoted.st-double.st-json {
 color: #323232;
}
.st-meta .st-meta .st-meta .st-meta .st-meta .st-meta .st-meta .st-meta .st-meta .st-meta .st-meta .st-meta .st-meta .st-meta .st-meta .st-meta .st-meta .st-meta.st-structure.st-dictionary.st-json .st-string.st-quoted.st-double.st-json {
 color: #183691;
font-weight: bold;
}
.st-meta .st-meta .st-meta .st-meta .st-meta .st-meta .st-meta .st-meta .st-meta .st-meta .st-meta .st-meta .st-meta .st-meta .st-meta .st-meta .st-meta .st-meta.st-structure.st-dictionary.st-json .st-meta.st-structure.st-dictionary.st-value.st-json .st-string.st-quoted.st-double.st-json {
 color: #323232;
}
.st-meta .st-meta .st-meta .st-meta .st-meta .st-meta .st-meta .st-meta .st-meta .st-meta .st-meta .st-meta .st-meta .st-meta .st-meta .st-meta .st-meta.st-structure.st-dictionary.st-json .st-string.st-quoted.st-double.st-json {
 color: #183691;
font-weight: bold;
}
.st-meta .st-meta .st-meta .st-meta .st-meta .st-meta .st-meta .st-meta .st-meta .st-meta .st-meta .st-meta .st-meta .st-meta .st-meta .st-meta .st-meta.st-structure.st-dictionary.st-json .st-meta.st-structure.st-dictionary.st-value.st-json .st-string.st-quoted.st-double.st-json {
 color: #323232;
}
.st-meta .st-meta .st-meta .st-meta .st-meta .st-meta .st-meta .st-meta .st-meta .st-meta .st-meta .st-meta .st-meta .st-meta .st-meta .st-meta.st-structure.st-dictionary.st-json .st-string.st-quoted.st-double.st-json {
 color: #183691;
font-weight: bold;
}
.st-meta .st-meta .st-meta .st-meta .st-meta .st-meta .st-meta .st-meta .st-meta .st-meta .st-meta .st-meta .st-meta .st-meta .st-meta .st-meta.st-structure.st-dictionary.st-json .st-meta.st-structure.st-dictionary.st-value.st-json .st-string.st-quoted.st-double.st-json {
 color: #323232;
}
.st-meta .st-meta .st-meta .st-meta .st-meta .st-meta .st-meta .st-meta .st-meta .st-meta .st-meta .st-meta .st-meta .st-meta .st-meta.st-structure.st-dictionary.st-json .st-string.st-quoted.st-double.st-json {
 color: #183691;
font-weight: bold;
}
.st-meta .st-meta .st-meta .st-meta .st-meta .st-meta .st-meta .st-meta .st-meta .st-meta .st-meta .st-meta .st-meta .st-meta .st-meta.st-structure.st-dictionary.st-json .st-meta.st-structure.st-dictionary.st-value.st-json .st-string.st-quoted.st-double.st-json {
 color: #323232;
}
.st-meta .st-meta .st-meta .st-meta .st-meta .st-meta .st-meta .st-meta .st-meta .st-meta .st-meta .st-meta .st-meta .st-meta.st-structure.st-dictionary.st-json .st-string.st-quoted.st-double.st-json {
 color: #183691;
font-weight: bold;
}
.st-meta .st-meta .st-meta .st-meta .st-meta .st-meta .st-meta .st-meta .st-meta .st-meta .st-meta .st-meta .st-meta .st-meta.st-structure.st-dictionary.st-json .st-meta.st-structure.st-dictionary.st-value.st-json .st-string.st-quoted.st-double.st-json {
 color: #323232;
}
.st-meta .st-meta .st-meta .st-meta .st-meta .st-meta .st-meta .st-meta .st-meta .st-meta .st-meta .st-meta .st-meta.st-structure.st-dictionary.st-json .st-string.st-quoted.st-double.st-json {
 color: #183691;
font-weight: bold;
}
.st-meta .st-meta .st-meta .st-meta .st-meta .st-meta .st-meta .st-meta .st-meta .st-meta .st-meta .st-meta .st-meta.st-structure.st-dictionary.st-json .st-meta.st-structure.st-dictionary.st-value.st-json .st-string.st-quoted.st-double.st-json {
 color: #323232;
}
.st-meta .st-meta .st-meta .st-meta .st-meta .st-meta .st-meta .st-meta .st-meta .st-meta .st-meta .st-meta.st-structure.st-dictionary.st-json .st-string.st-quoted.st-double.st-json {
 color: #183691;
font-weight: bold;
}
.st-meta .st-meta .st-meta .st-meta .st-meta .st-meta .st-meta .st-meta .st-meta .st-meta .st-meta .st-meta.st-structure.st-dictionary.st-json .st-meta.st-structure.st-dictionary.st-value.st-json .st-string.st-quoted.st-double.st-json {
 color: #323232;
}
.st-meta .st-meta .st-meta .st-meta .st-meta .st-meta .st-meta .st-meta .st-meta .st-meta .st-meta.st-structure.st-dictionary.st-json .st-string.st-quoted.st-double.st-json {
 color: #183691;
font-weight: bold;
}
.st-meta .st-meta .st-meta .st-meta .st-meta .st-meta .st-meta .st-meta .st-meta .st-meta .st-meta.st-structure.st-dictionary.st-json .st-meta.st-structure.st-dictionary.st-value.st-json .st-string.st-quoted.st-double.st-json {
 color: #323232;
}
.st-meta .st-meta .st-meta .st-meta .st-meta .st-meta .st-meta .st-meta .st-meta .st-meta.st-structure.st-dictionary.st-json .st-string.st-quoted.st-double.st-json {
 color: #183691;
font-weight: bold;
}
.st-meta .st-meta .st-meta .st-meta .st-meta .st-meta .st-meta .st-meta .st-meta .st-meta.st-structure.st-dictionary.st-json .st-meta.st-structure.st-dictionary.st-value.st-json .st-string.st-quoted.st-double.st-json {
 color: #323232;
}
.st-meta .st-meta .st-meta .st-meta .st-meta .st-meta .st-meta .st-meta .st-meta.st-structure.st-dictionary.st-json .st-string.st-quoted.st-double.st-json {
 color: #183691;
font-weight: bold;
}
.st-meta .st-meta .st-meta .st-meta .st-meta .st-meta .st-meta .st-meta .st-meta.st-structure.st-dictionary.st-json .st-meta.st-structure.st-dictionary.st-value.st-json .st-string.st-quoted.st-double.st-json {
 color: #323232;
}
.st-meta .st-meta .st-meta .st-meta .st-meta .st-meta .st-meta .st-meta.st-structure.st-dictionary.st-json .st-string.st-quoted.st-double.st-json {
 color: #183691;
font-weight: bold;
}
.st-meta .st-meta .st-meta .st-meta .st-meta .st-meta .st-meta .st-meta.st-structure.st-dictionary.st-json .st-meta.st-structure.st-dictionary.st-value.st-json .st-string.st-quoted.st-double.st-json {
 color: #323232;
}
.st-meta .st-meta .st-meta .st-meta .st-meta .st-meta .st-meta.st-structure.st-dictionary.st-json .st-string.st-quoted.st-double.st-json {
 color: #183691;
font-weight: bold;
}
.st-meta .st-meta .st-meta .st-meta .st-meta .st-meta .st-meta.st-structure.st-dictionary.st-json .st-meta.st-structure.st-dictionary.st-value.st-json .st-string.st-quoted.st-double.st-json {
 color: #323232;
}
.st-meta .st-meta .st-meta .st-meta .st-meta .st-meta.st-structure.st-dictionary.st-json .st-string.st-quoted.st-double.st-json {
 color: #183691;
font-weight: bold;
}
.st-meta .st-meta .st-meta .st-meta .st-meta .st-meta.st-structure.st-dictionary.st-json .st-meta.st-structure.st-dictionary.st-value.st-json .st-string.st-quoted.st-double.st-json {
 color: #323232;
}
.st-meta .st-meta .st-meta .st-meta .st-meta.st-structure.st-dictionary.st-json .st-string.st-quoted.st-double.st-json {
 color: #183691;
font-weight: bold;
}
.st-meta .st-meta .st-meta .st-meta .st-meta.st-structure.st-dictionary.st-json .st-meta.st-structure.st-dictionary.st-value.st-json .st-string.st-quoted.st-double.st-json {
 color: #323232;
}
.st-meta .st-meta .st-meta .st-meta.st-structure.st-dictionary.st-json .st-string.st-quoted.st-double.st-json {
 color: #183691;
font-weight: bold;
}
.st-meta .st-meta .st-meta .st-meta.st-structure.st-dictionary.st-json .st-meta.st-structure.st-dictionary.st-value.st-json .st-string.st-quoted.st-double.st-json {
 color: #323232;
}
.st-meta .st-meta .st-meta.st-structure.st-dictionary.st-json .st-string.st-quoted.st-double.st-json {
 color: #183691;
font-weight: bold;
}
.st-meta .st-meta .st-meta.st-structure.st-dictionary.st-json .st-meta.st-structure.st-dictionary.st-value.st-json .st-string.st-quoted.st-double.st-json {
 color: #323232;
}
.st-meta .st-meta.st-structure.st-dictionary.st-json .st-string.st-quoted.st-double.st-json {
 color: #183691;
font-weight: bold;
}
.st-meta .st-meta.st-structure.st-dictionary.st-json .st-meta.st-structure.st-dictionary.st-value.st-json .st-string.st-quoted.st-double.st-json {
 color: #323232;
}
.st-meta.st-structure.st-dictionary.st-json .st-string.st-quoted.st-double.st-json {
 color: #183691;
font-weight: bold;
}
.st-meta.st-structure.st-dictionary.st-json .st-meta.st-structure.st-dictionary.st-value.st-json .st-string.st-quoted.st-double.st-json {
 color: #323232;
}
.st-source.st-python .st-keyword {
font-weight: bold;
}
.st-source.st-python .st-storage {
font-weight: bold;
}
.st-source.st-python .st-storage.st-type {
font-weight: bold;
}
.st-source.st-python .st-entity.st-name.st-function {
 color: #323232;
font-weight: bold;
}
.st-source.st-php .st-entity.st-name.st-type.st-class {
 color: #323232;
font-weight: bold;
}
.st-variable.st-language.st-ruby {
 color: #ed6a43;
}
.st-entity.st-name.st-type.st-module.st-ruby {
 color: #795da3;
font-weight: bold;
}
.st-entity.st-name.st-type.st-class.st-ruby {
 color: #795da3;
font-weight: bold;
}
.st-entity.st-other.st-inherited-class.st-ruby {
 color: #795da3;
font-weight: bold;
}
.st-text.st-html.st-markdown .st-punctuation.st-definition {
 color: #a71d5d;
}
.st-text.st-html.st-markdown .st-meta.st-separator {
 color: #b3b3b3;
}
.st-text.st-html.st-markdown .st-markup.st-heading {
font-weight: bold;
}
.st-text.st-html.st-markdown .st-markup.st-raw.st-block {
 color: #323232;
}
.st-text.st-html.st-markdown .st-markup.st-raw.st-inline {
 color: #323232;
}
.st-text.st-html.st-markdown .st-meta.st-link, .st-text.st-html.st-markdown .st-meta.st-image {
 color: #4183c4;
}
.st-text.st-html.st-markdown .st-markup.st-underline.st-link, .st-text.st-html.st-markdown .st-constant.st-other.st-reference {
font-style: italic;
}
.st-text.st-html.st-markdown .st-markup.st-list {
 color: #ed6a43;
}
.st-text.st-html.st-markdown .st-markup.st-bold {
font-weight: bold;
}
.st-text.st-html.st-markdown .st-markup.st-italic {
font-style: italic;
}
.st-text.st-html.st-markdown .st-markup.st-bold .st-markup.st-italic {
font-weight: bold;
font-style: italic;
}
.st-text.st-html.st-markdown .st-markup.st-italic .st-markup.st-bold {
font-weight: bold;
font-style: italic;
}


/*
 * theme "Base16 Ocean Dark" generated by syntect
 */

:root.dark-theme .st-code {
 color: #c0c5ce;
 background-color: #2b303b;
}

:root.dark-theme .st-variable.st-parameter.st-function {
 color: #c0c5ce;
}
:root.dark-theme .st-comment, .st-punctuation.st-definition.st-comment {
 color: #65737e;
}
:root.dark-theme .st-punctuation.st-definition.st-string, .st-punctuation.st-definition.st-variable, .st-punctuation.st-definition.st-string, .st-punctuation.st-definition.st-parameters, .st-punctuation.st-definition.st-string, .st-punctuation.st-definition.st-array {
 color: #c0c5ce;
}
:root.dark-theme .st-none {
 color: #c0c5ce;
}
:root.dark-theme .st-keyword.st-operator {
 color: #c0c5ce;
}
:root.dark-theme .st-keyword {
 color: #b48ead;
}
:root.dark-theme .st-variable, .st-variable.st-other.st-dollar.st-only.st-js {
 color: #bf616a;
}
:root.dark-theme .st-entity.st-name.st-function, .st-meta.st-require, .st-support.st-function.st-any-method, .st-variable.st-function {
 color: #8fa1b3;
}
:root.dark-theme .st-support.st-class, .st-entity.st-name.st-class, .st-entity.st-name.st-type.st-class {
 color: #ebcb8b;
}
:root.dark-theme .st-meta.st-class {
 color: #eff1f5;
}
:root.dark-theme .st-keyword.st-other.st-special-method {
 color: #8fa1b3;
}
:root.dark-theme .st-storage {
 color: #b48ead;
}
:root.dark-theme .st-support.st-function {
 color: #96b5b4;
}
:root.dark-theme .st-string, .st-constant.st-other.st-symbol, .st-entity.st-other.st-inherited-class {
 color: #a3be8c;
}
:root.dark-theme .st-constant.st-numeric {
 color: #d08770;
}
:root.dark-theme .st-none {
 color: #d08770;
}
:root.dark-theme .st-none {
 color: #d08770;
}
:root.dark-theme .st-constant {
 color: #d08770;
}
:root.dark-theme .st-entity.st-name.st-tag {
 color: #bf616a;
}
:root.dark-theme .st-entity.st-other.st-attribute-name {
 color: #d08770;
}
:root.dark-theme .st-entity.st-other.st-attribute-name.st-id, .st-punctuation.st-definition.st-entity {
 color: #8fa1b3;
}
:root.dark-theme .st-meta.st-selector {
 color: #b48ead;
}
:root.dark-theme .st-none {
 color: #d08770;
}
:root.dark-theme .st-markup.st-heading .st-punctuation.st-definition.st-heading, .st-entity.st-name.st-section {
 color: #8fa1b3;
}
:root.dark-theme .st-keyword.st-other.st-unit {
 color: #d08770;
}
:root.dark-theme .st-markup.st-bold, .st-punctuation.st-definition.st-bold {
 color: #ebcb8b;
font-weight: bold;
}
:root.dark-theme .st-markup.st-italic, .st-punctuation.st-definition.st-italic {
 color: #b48ead;
font-style: italic;
}
:root.dark-theme .st-markup.st-raw.st-inline {
 color: #a3be8c;
}
:root.dark-theme .st-string.st-other.st-link {
 color: #bf616a;
}
:root.dark-theme .st-meta.st-link {
 color: #d08770;
}
:root.dark-theme .st-meta.st-image {
 color: #d08770;
}
:root.dark-theme .st-markup.st-list {
 color: #bf616a;
}
:root.dark-theme .st-markup.st-quote {
 color: #d08770;
}
:root.dark-theme .st-meta.st-separator {
 color: #c0c5ce;
 background-color: #4f5b66;
}
:root.dark-theme .st-markup.st-inserted, .st-markup.st-inserted.st-git_gutter {
 color: #a3be8c;
}
:root.dark-theme .st-markup.st-deleted, .st-markup.st-deleted.st-git_gutter {
 color: #bf616a;
}
:root.dark-theme .st-markup.st-changed, .st-markup.st-changed.st-git_gutter {
 color: #b48ead;
}
:root.dark-theme .st-markup.st-ignored, .st-markup.st-ignored.st-git_gutter {
 color: #4f5b66;
}
:root.dark-theme .st-markup.st-untracked, .st-markup.st-untracked.st-git_gutter {
 color: #4f5b66;
}
:root.dark-theme .st-constant.st-other.st-color {
 color: #96b5b4;
}
:root.dark-theme .st-string.st-regexp {
 color: #96b5b4;
}
:root.dark-theme .st-constant.st-character.st-escape {
 color: #96b5b4;
}
:root.dark-theme .st-punctuation.st-section.st-embedded, .st-variable.st-interpolation {
 color: #ab7967;
}
:root.dark-theme .st-invalid.st-illegal {
 color: #2b303b;
 background-color: #bf616a;
}
:root.dark-theme .st-markup.st-deleted.st-git_gutter {
 color: #f92672;
}
:root.dark-theme .st-markup.st-inserted.st-git_gutter {
 color: #a6e22e;
}
:root.dark-theme .st-markup.st-changed.st-git_gutter {
 color: #967efb;
}
:root.dark-theme .st-markup.st-ignored.st-git_gutter {
 color: #565656;
}
:root.dark-theme .st-markup.st-untracked.st-git_gutter {
 color: #565656;
}
