From ae78dbbff81196f1d7bc8fabf84d05e6b9f3ca03 Mon Sep 17 00:00:00 2001 From: TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> Date: Tue, 28 Apr 2026 15:42:50 +0900 Subject: updates --- .../yazi/flavors/everforest-medium.yazi/LICENSE | 21 - .../flavors/everforest-medium.yazi/LICENSE-tmtheme | 21 - .../yazi/flavors/everforest-medium.yazi/README.md | 45 - .../flavors/everforest-medium.yazi/flavor.toml | 229 -- .../flavors/everforest-medium.yazi/preview.png | Bin 78490 -> 0 bytes .../flavors/everforest-medium.yazi/tmtheme.xml | 3186 -------------------- 6 files changed, 3502 deletions(-) delete mode 100644 fedora/.config/yazi/flavors/everforest-medium.yazi/LICENSE delete mode 100644 fedora/.config/yazi/flavors/everforest-medium.yazi/LICENSE-tmtheme delete mode 100644 fedora/.config/yazi/flavors/everforest-medium.yazi/README.md delete mode 100644 fedora/.config/yazi/flavors/everforest-medium.yazi/flavor.toml delete mode 100644 fedora/.config/yazi/flavors/everforest-medium.yazi/preview.png delete mode 100644 fedora/.config/yazi/flavors/everforest-medium.yazi/tmtheme.xml (limited to 'fedora/.config/yazi/flavors/everforest-medium.yazi') diff --git a/fedora/.config/yazi/flavors/everforest-medium.yazi/LICENSE b/fedora/.config/yazi/flavors/everforest-medium.yazi/LICENSE deleted file mode 100644 index 41d1e5e..0000000 --- a/fedora/.config/yazi/flavors/everforest-medium.yazi/LICENSE +++ /dev/null @@ -1,21 +0,0 @@ -MIT License - -Copyright (c) 2024 Chromium Oxide - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. diff --git a/fedora/.config/yazi/flavors/everforest-medium.yazi/LICENSE-tmtheme b/fedora/.config/yazi/flavors/everforest-medium.yazi/LICENSE-tmtheme deleted file mode 100644 index 8f1431d..0000000 --- a/fedora/.config/yazi/flavors/everforest-medium.yazi/LICENSE-tmtheme +++ /dev/null @@ -1,21 +0,0 @@ -MIT License - -Copyright (c) 2020 Mitchell Hanberg - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. diff --git a/fedora/.config/yazi/flavors/everforest-medium.yazi/README.md b/fedora/.config/yazi/flavors/everforest-medium.yazi/README.md deleted file mode 100644 index 95029b5..0000000 --- a/fedora/.config/yazi/flavors/everforest-medium.yazi/README.md +++ /dev/null @@ -1,45 +0,0 @@ -
- Yazi logo -
- -

- Example Flavor for Yazi -

- -## 👀 Preview - - - -## 🎹 Installation - -```bash -ya pkg add Chromium-3-Oxide/everforest-medium -``` - -Or: - -```bash -ya pack -a Chromium-3-Oxide/everforest-medium -``` - -## ⚙ Usage - -Add the these lines to your `theme.toml` configuration file to use it: - -```toml -[flavor] -dark = "everforest-medium" -``` - -For Yazi versions before 0.4: - -```toml -[flavor] -use = "everforest-medium" -``` - -## 📜 License - -The flavor is MIT-licensed, and the included tmTheme is also MIT-licensed. - -Check the [LICENSE](LICENSE) and [LICENSE-tmtheme](LICENSE-tmtheme) file for more details. diff --git a/fedora/.config/yazi/flavors/everforest-medium.yazi/flavor.toml b/fedora/.config/yazi/flavors/everforest-medium.yazi/flavor.toml deleted file mode 100644 index 03f3bce..0000000 --- a/fedora/.config/yazi/flavors/everforest-medium.yazi/flavor.toml +++ /dev/null @@ -1,229 +0,0 @@ -# vim:fileencoding=utf-8:foldmethod=marker - -# : Manager {{{ - -[mgr] -cwd = { fg = "#7fbbb3" } - -# Hovered -hovered = { reversed = true } -preview_hovered = { underline = true } - -# Find -find_keyword = { fg = "#dbbc7f", bold = true, italic = true, underline = true } -find_position = { fg = "#d699b6", bg = "reset", bold = true, italic = true } - -# Symlink -symlink_target = { italic = true } - -# Marker -marker_copied = { fg = "#a7c080", bg = "#a7c080" } -marker_cut = { fg = "#e67e80", bg = "#e67e80" } -marker_marked = { fg = "#7fbbb3", bg = "#7fbbb3" } -marker_selected = { fg = "#dbbc7f", bg = "#dbbc7f" } - -# Count -count_copied = { fg = "#343f44", bg = "#a7c080" } -count_cut = { fg = "#343f44", bg = "#e67e80" } -count_selected = { fg = "#343f44", bg = "#dbbc7f" } - -# Border -border_symbol = "│" -border_style = { fg = "#4f585e" } - -# Highlighting -syntect_theme = "" - -# : }}} - - -# : Tabs {{{ - -[tabs] -active = { bg = "#7fbbb3", bold = true } -inactive = { fg = "#7fbbb3", bg = "#4f585e" } - -# Separator -sep_inner = { open = "", close = "" } -sep_outer = { open = "", close = "" } - -# : }}} - - -# : Mode {{{ - -[mode] -normal_main = { fg = "#3d484d", bg = "#a7c080", bold = true } -normal_alt = { fg = "#7fbbb3", bg = "#4f585e", bold = true } - -# Select mode -select_main = { fg = "#3d484d", bg = "#e67e80", bold = true } -select_alt = { fg = "#7fbbb3", bg = "#4f585e", bold = true } - -# Unset mode -unset_main = { fg = "#3d484d", bg = "#7fbbb3", bold = true } -unset_alt = { fg = "#7fbbb3", bg = "#4f585e", bold = true } - -# : }}} - - -# : Status bar {{{ - -[status] -overall = {} -sep_left = { open = "", close = "" } -sep_right = { open = "", close = "" } - -# Permissions -permissions_s = { fg = "#2d353b" } -permissions_t = { fg = "#a7c080" } -permissions_r = { fg = "#dbbc7f" } -permissions_w = { fg = "#e67e80" } -permissions_x = { fg = "#7fbbb3" } - -# Progress -progress_label = { bold = true } -progress_normal = { fg = "#7fbbb3", bg = "#232a2e" } -progress_error = { fg = "#e67e80", bg = "#232a2e" } - -# : }}} - - -# : Which {{{ - -[which] -cols = 3 -mask = { bg = "#2d353b" } -cand = { fg = "#7fbbb3" } -rest = { fg = "#2d353b" } -desc = { fg = "#d699b6" } -separator = " îȘœ " -separator_style = { fg = "#2d353b" } - -# : }}} - - -# : Confirmation {{{ - -[confirm] -border = { fg = "#7fbbb3" } -title = { fg = "#7fbbb3" } -body = {} -list = {} -btn_yes = { reversed = true } -btn_no = {} -btn_labels = [ " [Y]es ", " (N)o " ] - -# : }}} - - -# : Spotter {{{ - -[spot] -border = { fg = "#7fbbb3" } -title = { fg = "#7fbbb3" } - -# Table -tbl_col = { fg = "#7fbbb3" } -tbl_cell = { fg = "#dbbc7f", reversed = true } - -# : }}} - - -# : Notification {{{ - -[notify] -title_info = { fg = "#a7c080" } -title_warn = { fg = "#dbbc7f" } -title_error = { fg = "#e67e80" } - -# Icons -icon_info = "" -icon_warn = "" -icon_error = "" - -# : }}} - - -# : Picker {{{ - -[pick] -border = { fg = "#7fbbb3" } -active = { fg = "#d699b6", bold = true } -inactive = {} - -# : }}} - - -# : Input {{{ - -[input] -border = { fg = "#7fbbb3" } -title = {} -value = {} -selected = { reversed = true } - -# : }}} - - -# : Completion {{{ - -[cmp] -border = { fg = "#7fbbb3" } -active = { reversed = true } -inactive = {} - -# Icons -icon_file = "" -icon_folder = "" -icon_command = "" - -# : }}} - - -# : Task manager {{{ - -[tasks] -border = { fg = "#7fbbb3" } -title = {} -hovered = { fg = "#d699b6", underline = true } - -# : }}} - - -# : Help menu {{{ - -[help] -on = { fg = "#7fbbb3" } -run = { fg = "#d699b6" } -desc = {} -hovered = { reversed = true, bold = true } -footer = { fg = "#2d353b", bg = "#d3c6aa" } - -# : }}} - - -# : File-specific styles {{{ - -[filetype] - -rules = [ - # Images - { mime = "image/*", fg = "#7fbbb3" }, - - # Media - { mime = "{audio,video}/*", fg = "#d699b6" }, - - # Archives - { mime = "application/*zip", fg = "#e67e80" }, - { mime = "application/x-{tar,bzip*,7z-compressed,xz,rar}", fg = "#e67e80" }, - - # Documents - { mime = "application/{pdf,doc,rtf,vnd.*}", fg = "#7fbbb3" }, - - # Fallback - { name = "*", fg = "#83c092" }, - { name = "*/", fg = "#a7c080" } -] - -# : }}} diff --git a/fedora/.config/yazi/flavors/everforest-medium.yazi/preview.png b/fedora/.config/yazi/flavors/everforest-medium.yazi/preview.png deleted file mode 100644 index d3960cc..0000000 Binary files a/fedora/.config/yazi/flavors/everforest-medium.yazi/preview.png and /dev/null differ diff --git a/fedora/.config/yazi/flavors/everforest-medium.yazi/tmtheme.xml b/fedora/.config/yazi/flavors/everforest-medium.yazi/tmtheme.xml deleted file mode 100644 index 59f8266..0000000 --- a/fedora/.config/yazi/flavors/everforest-medium.yazi/tmtheme.xml +++ /dev/null @@ -1,3186 +0,0 @@ - - - - - name - Everforest Dark - settings - - - settings - - accent - #a7c080 - background - #2d353b - caret - #d3c6aa - foreground - #d3c6aa - lineHighlight - #3d484d90 - selection - #475258c0 - activeGuide - #9aa79d20 - findHighlight - #899c4040 - misspelling - #da6362 - - - - name - GitGutter deleted - scope - markup.deleted.git_gutter - settings - - foreground - #e67e80a0 - - - - name - GitGutter inserted - scope - markup.inserted.git_gutter - settings - - foreground - #a7c080a0 - - - - name - GitGutter changed - scope - markup.changed.git_gutter - settings - - foreground - #7fbbb3a0 - - - - name - GitGutter untracked - scope - markup.untracked.git_gutter - settings - - foreground - #dbbc7fa0 - - - - name - GitGutter ignored - scope - markup.ignored.git_gutter - settings - - foreground - #4f585e - - - - name - GitGutter comment - scope - comment.line.annotation.git_gutter - settings - - foreground - - name - Comment - scope - comment, string.comment, punctuation.definition.comment - settings - - foreground - #859289 - fontStyle - italic - - - - - - name - Keyword - scope - keyword, storage.type.function, storage.type.class, storage.type.enum, storage.type.interface, storage.type.property, keyword.operator.new, keyword.operator.expression, keyword.operator.new, keyword.operator.delete, storage.type.extends - settings - - foreground - #e67e80 - - - - name - Debug - scope - keyword.other.debugger - settings - - foreground - #e67e80 - - - - name - Storage - scope - storage, modifier, keyword.var, entity.name.tag, keyword.control.case, keyword.control.switch - settings - - foreground - #e69875 - - - - name - Operator - scope - keyword.operator - settings - - foreground - #e69875 - - - - name - String - scope - string, punctuation.definition.string.end, punctuation.definition.string.begin, punctuation.definition.string.template.begin, punctuation.definition.string.template.end - settings - - foreground - #dbbc7f - - - - name - Attribute - scope - entity.other.attribute-name - settings - - foreground - #dbbc7f - - - - name - String Escape - scope - constant.character.escape, punctuation.quasi.element, punctuation.definition.template-expression, punctuation.section.embedded, storage.type.format, constant.other.placeholder, constant.other.placeholder, variable.interpolation - settings - - foreground - #a7c080 - - - - name - Function - scope - entity.name.function, support.function, meta.function, meta.function-call, meta.definition.method - settings - - foreground - #a7c080 - - - - name - Preproc - scope - keyword.control.at-rule, keyword.control.import, keyword.control.export, storage.type.namespace, punctuation.decorator, keyword.control.directive, keyword.preprocessor, punctuation.definition.preprocessor, punctuation.definition.directive, keyword.other.import, keyword.other.package, entity.name.type.namespace, entity.name.scope-resolution, keyword.other.using, keyword.package, keyword.import, keyword.map - settings - - foreground - #83c092 - - - - name - Annotation - scope - storage.type.annotation - settings - - foreground - #83c092 - - - - name - Label - scope - entity.name.label, constant.other.label - settings - - foreground - #83c092 - - - - name - Modules - scope - support.module, support.node, support.other.module, support.type.object.module, entity.name.type.module, entity.name.type.class.module, keyword.control.module - settings - - foreground - #83c092 - - - - name - Type - scope - storage.type, support.type, entity.name.type, keyword.type - settings - - foreground - #7fbbb3 - - - - name - Class - scope - entity.name.type.class, support.class, entity.name.class, entity.other.inherited-class, storage.class - settings - - foreground - #7fbbb3 - - - - name - Number - scope - constant.numeric - settings - - foreground - #d699b6 - - - - name - Boolean - scope - constant.language.boolean - settings - - foreground - #d699b6 - - - - name - Macro - scope - entity.name.function.preprocessor - settings - - foreground - #d699b6 - - - - name - Special identifier - scope - variable.language.this, variable.language.self, variable.language.super, keyword.other.this, variable.language.special, constant.language.null, constant.language.undefined, constant.language.nan - settings - - foreground - #d699b6 - - - - name - Constant - scope - constant.language, support.constant - settings - - foreground - #d699b6 - - - - name - Identifier - scope - variable, support.variable, meta.definition.variable - settings - - foreground - #d3c6aa - - - - name - Property - scope - variable.object.property, support.variable.property, variable.other.property, variable.other.object.property, variable.other.enummember, variable.other.member, meta.object-literal.key - settings - - foreground - #d3c6aa - - - - name - Delimiter - scope - punctuation, meta.brace, meta.delimiter, meta.bracket - settings - - foreground - #d3c6aa - - - - name - Markdown heading1 - scope - heading.1.markdown, markup.heading.setext.1.markdown - settings - - foreground - #e67e80 - fontStyle - bold - - - - name - Markdown heading2 - scope - heading.2.markdown, markup.heading.setext.2.markdown - settings - - foreground - #e69875 - fontStyle - bold - - - - name - Markdown heading3 - scope - heading.3.markdown - settings - - foreground - #dbbc7f - fontStyle - bold - - - - name - Markdown heading4 - scope - heading.4.markdown - settings - - foreground - #a7c080 - fontStyle - bold - - - - name - Markdown heading5 - scope - heading.5.markdown - settings - - foreground - #7fbbb3 - fontStyle - bold - - - - name - Markdown heading6 - scope - heading.6.markdown - settings - - foreground - #d699b6 - fontStyle - bold - - - - name - Markdown heading delimiter - scope - punctuation.definition.heading.markdown - settings - - foreground - #859289 - fontStyle - regular - - - - name - Markdown link - scope - string.other.link.title.markdown, constant.other.reference.link.markdown, string.other.link.description.markdown - settings - - foreground - #d699b6 - fontStyle - regular - - - - name - Markdown link text - scope - markup.underline.link.image.markdown, markup.underline.link.markdown - settings - - foreground - #a7c080 - fontStyle - underline - - - - name - Markdown delimiter - scope - punctuation.definition.string.begin.markdown, punctuation.definition.string.end.markdown, punctuation.definition.italic.markdown, punctuation.definition.quote.begin.markdown, punctuation.definition.metadata.markdown, punctuation.separator.key-value.markdown, punctuation.definition.constant.markdown - settings - - foreground - #859289 - - - - name - Markdown bold delimiter - scope - punctuation.definition.bold.markdown - settings - - foreground - #859289 - fontStyle - regular - - - - name - Markdown separator delimiter - scope - meta.separator.markdown, punctuation.definition.constant.begin.markdown, punctuation.definition.constant.end.markdown - settings - - foreground - #859289 - fontStyle - bold - - - - name - Markdown italic - scope - markup.italic - settings - - fontStyle - italic - - - - name - Markdown bold - scope - markup.bold - settings - - fontStyle - bold - - - - name - Markdown bold italic - scope - markup.bold markup.italic, markup.italic markup.bold - settings - - fontStyle - italic bold - - - - name - Markdown code delimiter - scope - punctuation.definition.markdown, punctuation.definition.raw.markdown - settings - - foreground - #dbbc7f - - - - name - Markdown code type - scope - fenced_code.block.language - settings - - foreground - #dbbc7f - - - - name - Markdown code block - scope - markup.fenced_code.block.markdown, markup.inline.raw.string.markdown - settings - - foreground - #a7c080 - - - - name - Markdown list mark - scope - punctuation.definition.list.begin.markdown - settings - - foreground - #e67e80 - - - - name - reStructuredText heading - scope - punctuation.definition.heading.restructuredtext - settings - - foreground - #e69875 - fontStyle - bold - - - - name - reStructuredText delimiter - scope - punctuation.definition.field.restructuredtext, punctuation.separator.key-value.restructuredtext, punctuation.definition.directive.restructuredtext, punctuation.definition.constant.restructuredtext, punctuation.definition.italic.restructuredtext, punctuation.definition.table.restructuredtext - settings - - foreground - #859289 - - - - name - reStructuredText delimiter bold - scope - punctuation.definition.bold.restructuredtext - settings - - foreground - #859289 - fontStyle - regular - - - - name - reStructuredText aqua - scope - entity.name.tag.restructuredtext, punctuation.definition.link.restructuredtext, punctuation.definition.raw.restructuredtext, punctuation.section.raw.restructuredtext - settings - - foreground - #83c092 - - - - name - reStructuredText purple - scope - constant.other.footnote.link.restructuredtext - settings - - foreground - #d699b6 - - - - name - reStructuredText red - scope - support.directive.restructuredtext - settings - - foreground - #e67e80 - - - - name - reStructuredText green - scope - entity.name.directive.restructuredtext, markup.raw.restructuredtext, markup.raw.inner.restructuredtext, string.other.link.title.restructuredtext - settings - - foreground - #a7c080 - - - - name - LaTex delimiter - scope - punctuation.definition.function.latex, punctuation.definition.function.tex, punctuation.definition.keyword.latex, constant.character.newline.tex, punctuation.definition.keyword.tex - settings - - foreground - #859289 - - - - name - LaTex red - scope - support.function.be.latex - settings - - foreground - #e67e80 - - - - name - LaTex orange - scope - support.function.section.latex, keyword.control.table.cell.latex, keyword.control.table.newline.latex - settings - - foreground - #e69875 - - - - name - LaTex yellow - scope - support.class.latex, variable.parameter.latex, variable.parameter.function.latex, variable.parameter.definition.label.latex, constant.other.reference.label.latex - settings - - foreground - #dbbc7f - - - - name - LaTex purple - scope - keyword.control.preamble.latex - settings - - foreground - #d699b6 - - - - name - Html grey - scope - punctuation.separator.namespace.xml - settings - - foreground - #859289 - - - - name - Html orange - scope - entity.name.tag.html, entity.name.tag.xml, entity.name.tag.localname.xml - settings - - foreground - #e69875 - - - - name - Html yellow - scope - entity.other.attribute-name.html, entity.other.attribute-name.xml, entity.other.attribute-name.localname.xml - settings - - foreground - #dbbc7f - - - - name - Html green - scope - string.quoted.double.html, string.quoted.single.html, punctuation.definition.string.begin.html, punctuation.definition.string.end.html, punctuation.separator.key-value.html, punctuation.definition.string.begin.xml, punctuation.definition.string.end.xml, string.quoted.double.xml, string.quoted.single.xml, punctuation.definition.tag.begin.html, punctuation.definition.tag.end.html, punctuation.definition.tag.xml, meta.tag.xml, meta.tag.preprocessor.xml, meta.tag.other.html, meta.tag.block.any.html, meta.tag.inline.any.html - settings - - foreground - #a7c080 - - - - name - Html purple - scope - variable.language.documentroot.xml, meta.tag.sgml.doctype.xml - settings - - foreground - #d699b6 - - - - name - Proto yellow - scope - storage.type.proto - settings - - foreground - #dbbc7f - - - - name - Proto green - scope - string.quoted.double.proto.syntax, string.quoted.single.proto.syntax, string.quoted.double.proto, string.quoted.single.proto - settings - - foreground - #a7c080 - - - - name - Proto aqua - scope - entity.name.class.proto, entity.name.class.message.proto - settings - - foreground - #83c092 - - - - name - CSS grey - scope - punctuation.definition.entity.css, punctuation.separator.key-value.css, punctuation.terminator.rule.css, punctuation.separator.list.comma.css - settings - - foreground - #859289 - - - - name - CSS red - scope - entity.other.attribute-name.class.css - settings - - foreground - #e67e80 - - - - name - CSS orange - scope - keyword.other.unit - settings - - foreground - #e69875 - - - - name - CSS yellow - scope - entity.other.attribute-name.pseudo-class.css, entity.other.attribute-name.pseudo-element.css - settings - - foreground - #dbbc7f - - - - name - CSS green - scope - string.quoted.single.css, string.quoted.double.css, support.constant.property-value.css, meta.property-value.css, punctuation.definition.string.begin.css, punctuation.definition.string.end.css, constant.numeric.css, support.constant.font-name.css, variable.parameter.keyframe-list.css - settings - - foreground - #a7c080 - - - - name - CSS aqua - scope - support.type.property-name.css - settings - - foreground - #83c092 - - - - name - CSS blue - scope - support.type.vendored.property-name.css - settings - - foreground - #7fbbb3 - - - - name - CSS purple - scope - entity.name.tag.css, entity.other.keyframe-offset.css, punctuation.definition.keyword.css, keyword.control.at-rule.keyframes.css, meta.selector.css - settings - - foreground - #d699b6 - - - - name - SASS grey - scope - punctuation.definition.entity.scss, punctuation.separator.key-value.scss, punctuation.terminator.rule.scss, punctuation.separator.list.comma.scss - settings - - foreground - #859289 - - - - name - SASS orange - scope - keyword.control.at-rule.keyframes.scss - settings - - foreground - #e69875 - - - - name - SASS yellow - scope - punctuation.definition.interpolation.begin.bracket.curly.scss, punctuation.definition.interpolation.end.bracket.curly.scss - settings - - foreground - #dbbc7f - - - - name - SASS green - scope - punctuation.definition.string.begin.scss, punctuation.definition.string.end.scss, string.quoted.double.scss, string.quoted.single.scss, constant.character.css.sass, meta.property-value.scss - settings - - foreground - #a7c080 - - - - name - SASS purple - scope - keyword.control.at-rule.include.scss, keyword.control.at-rule.use.scss, keyword.control.at-rule.mixin.scss, keyword.control.at-rule.extend.scss, keyword.control.at-rule.import.scss - settings - - foreground - #d699b6 - - - - name - Stylus white - scope - meta.function.stylus - settings - - foreground - #d3c6aa - - - - name - Stylus yellow - scope - entity.name.function.stylus - settings - - foreground - #dbbc7f - - - - name - JavaScript white - scope - string.unquoted.js - settings - - foreground - #d3c6aa - - - - name - JavaScript grey - scope - punctuation.accessor.js, punctuation.separator.key-value.js, punctuation.separator.label.js, keyword.operator.accessor.js - settings - - foreground - #859289 - - - - name - JavaScript red - scope - punctuation.definition.block.tag.jsdoc - settings - - foreground - #e67e80 - - - - name - JavaScript orange - scope - storage.type.js, storage.type.function.arrow.js - settings - - foreground - #e69875 - - - - name - JSX white - scope - JSXNested - settings - - foreground - #d3c6aa - - - - name - JSX green - scope - punctuation.definition.tag.jsx, entity.other.attribute-name.jsx, punctuation.definition.tag.begin.js.jsx, punctuation.definition.tag.end.js.jsx, entity.other.attribute-name.js.jsx - settings - - foreground - #a7c080 - - - - name - TypeScript white - scope - entity.name.type.module.ts - settings - - foreground - #d3c6aa - - - - name - TypeScript grey - scope - keyword.operator.type.annotation.ts, punctuation.accessor.ts, punctuation.separator.key-value.ts - settings - - foreground - #859289 - - - - name - TypeScript green - scope - punctuation.definition.tag.directive.ts, entity.other.attribute-name.directive.ts - settings - - foreground - #a7c080 - - - - name - TypeScript aqua - scope - entity.name.type.ts, entity.name.type.interface.ts, entity.other.inherited-class.ts, entity.name.type.alias.ts, entity.name.type.class.ts, entity.name.type.enum.ts - settings - - foreground - #83c092 - - - - name - TypeScript orange - scope - storage.type.ts, storage.type.function.arrow.ts, storage.type.type.ts - settings - - foreground - #e69875 - - - - name - TypeScript blue - scope - entity.name.type.module.ts - settings - - foreground - #7fbbb3 - - - - name - TypeScript purple - scope - keyword.control.import.ts, keyword.control.export.ts, storage.type.namespace.ts - settings - - foreground - #d699b6 - - - - name - TSX white - scope - entity.name.type.module.tsx - settings - - foreground - #d3c6aa - - - - name - TSX grey - scope - keyword.operator.type.annotation.tsx, punctuation.accessor.tsx, punctuation.separator.key-value.tsx - settings - - foreground - #859289 - - - - name - TSX green - scope - punctuation.definition.tag.directive.tsx, entity.other.attribute-name.directive.tsx, punctuation.definition.tag.begin.tsx, punctuation.definition.tag.end.tsx, entity.other.attribute-name.tsx - settings - - foreground - #a7c080 - - - - name - TSX aqua - scope - entity.name.type.tsx, entity.name.type.interface.tsx, entity.other.inherited-class.tsx, entity.name.type.alias.tsx, entity.name.type.class.tsx, entity.name.type.enum.tsx - settings - - foreground - #83c092 - - - - name - TSX blue - scope - entity.name.type.module.tsx - settings - - foreground - #7fbbb3 - - - - name - TSX purple - scope - keyword.control.import.tsx, keyword.control.export.tsx, storage.type.namespace.tsx - settings - - foreground - #d699b6 - - - - name - TSX orange - scope - storage.type.tsx, storage.type.function.arrow.tsx, storage.type.type.tsx, support.class.component.tsx - settings - - foreground - #e69875 - - - - name - CoffeeScript orange - scope - storage.type.function.coffee - settings - - foreground - #e69875 - - - - name - PureScript white - scope - meta.type-signature.purescript - settings - - foreground - #d3c6aa - - - - name - PureScript orange - scope - keyword.other.double-colon.purescript, keyword.other.arrow.purescript, keyword.other.big-arrow.purescript - settings - - foreground - #e69875 - - - - name - PureScript yellow - scope - entity.name.function.purescript - settings - - foreground - #dbbc7f - - - - name - PureScript green - scope - string.quoted.single.purescript, string.quoted.double.purescript, punctuation.definition.string.begin.purescript, punctuation.definition.string.end.purescript, string.quoted.triple.purescript, entity.name.type.purescript - settings - - foreground - #a7c080 - - - - name - PureScript purple - scope - support.other.module.purescript - settings - - foreground - #d699b6 - - - - name - Dart grey - scope - punctuation.dot.dart - settings - - foreground - #859289 - - - - name - Dart orange - scope - storage.type.primitive.dart - settings - - foreground - #e69875 - - - - name - Dart yellow - scope - support.class.dart - settings - - foreground - #dbbc7f - - - - name - Dart green - scope - entity.name.function.dart, string.interpolated.single.dart, string.interpolated.double.dart - settings - - foreground - #a7c080 - - - - name - Dart blue - scope - variable.language.dart - settings - - foreground - #7fbbb3 - - - - name - Dart purple - scope - keyword.other.import.dart, storage.type.annotation.dart - settings - - foreground - #d699b6 - - - - name - Pug red - scope - entity.other.attribute-name.class.pug - settings - - foreground - #e67e80 - - - - name - Pug orange - scope - storage.type.function.pug - settings - - foreground - #e69875 - - - - name - Pug aqua - scope - entity.other.attribute-name.tag.pug - settings - - foreground - #83c092 - - - - name - Pug purple - scope - entity.name.tag.pug, storage.type.import.include.pug - settings - - foreground - #d699b6 - - - - name - C white - scope - meta.function-call.c, storage.modifier.array.bracket.square.c, meta.function.definition.parameters.c - settings - - foreground - #d3c6aa - - - - name - C grey - scope - punctuation.separator.dot-access.c, constant.character.escape.line-continuation.c - settings - - foreground - #859289 - - - - name - C red - scope - keyword.control.directive.include.c, punctuation.definition.directive.c, keyword.control.directive.pragma.c, keyword.control.directive.line.c, keyword.control.directive.define.c, keyword.control.directive.conditional.c, keyword.control.directive.diagnostic.error.c, keyword.control.directive.undef.c, keyword.control.directive.conditional.ifdef.c, keyword.control.directive.endif.c, keyword.control.directive.conditional.ifndef.c, keyword.control.directive.conditional.if.c, keyword.control.directive.else.c - settings - - foreground - #e67e80 - - - - name - C orange - scope - punctuation.separator.pointer-access.c - settings - - foreground - #e69875 - - - - name - C aqua - scope - variable.other.member.c - settings - - foreground - #83c092 - - - - name - C++ white - scope - meta.function-call.cpp, storage.modifier.array.bracket.square.cpp, meta.function.definition.parameters.cpp, meta.body.function.definition.cpp - settings - - foreground - #d3c6aa - - - - name - C++ grey - scope - punctuation.separator.dot-access.cpp, constant.character.escape.line-continuation.cpp - settings - - foreground - #859289 - - - - name - C++ red - scope - keyword.control.directive.include.cpp, punctuation.definition.directive.cpp, keyword.control.directive.pragma.cpp, keyword.control.directive.line.cpp, keyword.control.directive.define.cpp, keyword.control.directive.conditional.cpp, keyword.control.directive.diagnostic.error.cpp, keyword.control.directive.undef.cpp, keyword.control.directive.conditional.ifdef.cpp, keyword.control.directive.endif.cpp, keyword.control.directive.conditional.ifndef.cpp, keyword.control.directive.conditional.if.cpp, keyword.control.directive.else.cpp, storage.type.namespace.definition.cpp, keyword.other.using.directive.cpp, storage.type.struct.cpp - settings - - foreground - #e67e80 - - - - name - C++ orange - scope - punctuation.separator.pointer-access.cpp, punctuation.section.angle-brackets.begin.template.call.cpp, punctuation.section.angle-brackets.end.template.call.cpp - settings - - foreground - #e69875 - - - - name - C++ aqua - scope - variable.other.member.cpp - settings - - foreground - #83c092 - - - - name - C# red - scope - keyword.other.using.cs - settings - - foreground - #e67e80 - - - - name - C# yellow - scope - keyword.type.cs, constant.character.escape.cs, punctuation.definition.interpolation.begin.cs, punctuation.definition.interpolation.end.cs - settings - - foreground - #dbbc7f - - - - name - C# green - scope - string.quoted.double.cs, string.quoted.single.cs, punctuation.definition.string.begin.cs, punctuation.definition.string.end.cs - settings - - foreground - #a7c080 - - - - name - C# aqua - scope - variable.other.object.property.cs - settings - - foreground - #83c092 - - - - name - C# purple - scope - entity.name.type.namespace.cs - settings - - foreground - #d699b6 - - - - name - F# white - scope - keyword.symbol.fsharp, constant.language.unit.fsharp - settings - - foreground - #d3c6aa - - - - name - F# yellow - scope - keyword.format.specifier.fsharp, entity.name.type.fsharp - settings - - foreground - #dbbc7f - - - - name - F# green - scope - string.quoted.double.fsharp, string.quoted.single.fsharp, punctuation.definition.string.begin.fsharp, punctuation.definition.string.end.fsharp - settings - - foreground - #a7c080 - - - - name - F# blue - scope - entity.name.section.fsharp - settings - - foreground - #7fbbb3 - - - - name - F# purple - scope - support.function.attribute.fsharp - settings - - foreground - #d699b6 - - - - name - Java grey - scope - punctuation.separator.java, punctuation.separator.period.java - settings - - foreground - #859289 - - - - name - Java red - scope - keyword.other.import.java, keyword.other.package.java - settings - - foreground - #e67e80 - - - - name - Java orange - scope - storage.type.function.arrow.java, keyword.control.ternary.java - settings - - foreground - #e69875 - - - - name - Java aqua - scope - variable.other.property.java - settings - - foreground - #83c092 - - - - name - Java purple - scope - variable.language.wildcard.java, storage.modifier.import.java, storage.type.annotation.java, punctuation.definition.annotation.java, storage.modifier.package.java, entity.name.type.module.java - settings - - foreground - #d699b6 - - - - name - Kotlin red - scope - keyword.other.import.kotlin - settings - - foreground - #e67e80 - - - - name - Kotlin orange - scope - storage.type.kotlin - settings - - foreground - #e69875 - - - - name - Kotlin aqua - scope - constant.language.kotlin - settings - - foreground - #83c092 - - - - name - Kotlin purple - scope - entity.name.package.kotlin, storage.type.annotation.kotlin - settings - - foreground - #d699b6 - - - - name - Scala purple - scope - entity.name.package.scala - settings - - foreground - #d699b6 - - - - name - Scala blue - scope - constant.language.scala - settings - - foreground - #7fbbb3 - - - - name - Scala aqua - scope - entity.name.import.scala - settings - - foreground - #83c092 - - - - name - Scala green - scope - string.quoted.double.scala, string.quoted.single.scala, punctuation.definition.string.begin.scala, punctuation.definition.string.end.scala, string.quoted.double.interpolated.scala, string.quoted.single.interpolated.scala, string.quoted.triple.scala - settings - - foreground - #a7c080 - - - - name - Scala yellow - scope - entity.name.class, entity.other.inherited-class.scala - settings - - foreground - #dbbc7f - - - - name - Scala orange - scope - keyword.declaration.stable.scala, keyword.other.arrow.scala - settings - - foreground - #e69875 - - - - name - Scala red - scope - keyword.other.import.scala - settings - - foreground - #e67e80 - - - - name - Groovy white - scope - keyword.operator.navigation.groovy, meta.method.body.java, meta.definition.method.groovy, meta.definition.method.signature.java - settings - - foreground - #d3c6aa - - - - name - Scala grey - scope - punctuation.separator.groovy - settings - - foreground - #859289 - - - - name - Scala red - scope - keyword.other.import.groovy, keyword.other.package.groovy, keyword.other.import.static.groovy - settings - - foreground - #e67e80 - - - - name - Groovy orange - scope - storage.type.def.groovy - settings - - foreground - #e69875 - - - - name - Groovy green - scope - variable.other.interpolated.groovy, meta.method.groovy - settings - - foreground - #a7c080 - - - - name - Groovy aqua - scope - storage.modifier.import.groovy, storage.modifier.package.groovy - settings - - foreground - #83c092 - - - - name - Groovy purple - scope - storage.type.annotation.groovy - settings - - foreground - #d699b6 - - - - name - Go red - scope - keyword.type.go - settings - - foreground - #e67e80 - - - - name - Go aqua - scope - entity.name.package.go - settings - - foreground - #83c092 - - - - name - Go purple - scope - keyword.import.go, keyword.package.go - settings - - foreground - #d699b6 - - - - name - Rust white - scope - entity.name.type.mod.rust - settings - - foreground - #d3c6aa - - - - name - Rust grey - scope - keyword.operator.path.rust, keyword.operator.member-access.rust - settings - - foreground - #859289 - - - - name - Rust orange - scope - storage.type.rust - settings - - foreground - #e69875 - - - - name - Rust aqua - scope - support.constant.core.rust - settings - - foreground - #83c092 - - - - name - Rust purple - scope - meta.attribute.rust, variable.language.rust, storage.type.module.rust - settings - - foreground - #d699b6 - - - - name - Swift white - scope - meta.function-call.swift, support.function.any-method.swift - settings - - foreground - #d3c6aa - - - - name - Swift aqua - scope - support.variable.swift - settings - - foreground - #83c092 - - - - name - PHP white - scope - keyword.operator.class.php - settings - - foreground - #d3c6aa - - - - name - PHP orange - scope - storage.type.trait.php - settings - - foreground - #e69875 - - - - name - PHP aqua - scope - constant.language.php, support.other.namespace.php - settings - - foreground - #83c092 - - - - name - PHP blue - scope - storage.type.modifier.access.control.public.cpp, storage.type.modifier.access.control.private.cpp - settings - - foreground - #7fbbb3 - - - - name - PHP purple - scope - keyword.control.import.include.php, storage.type.php - settings - - foreground - #d699b6 - - - - name - Python white - scope - meta.function-call.arguments.python - settings - - foreground - #d3c6aa - - - - name - Python grey - scope - punctuation.definition.decorator.python, punctuation.separator.period.python - settings - - foreground - #859289 - - - - name - Python aqua - scope - constant.language.python - settings - - foreground - #83c092 - - - - name - Python purple - scope - keyword.control.import.python, keyword.control.import.from.python - settings - - foreground - #d699b6 - - - - name - Lua aqua - scope - constant.language.lua - settings - - foreground - #83c092 - - - - name - Lua blue - scope - entity.name.class.lua - settings - - foreground - #7fbbb3 - - - - name - Ruby white - scope - meta.function.method.with-arguments.ruby - settings - - foreground - #d3c6aa - - - - name - Ruby grey - scope - punctuation.separator.method.ruby - settings - - foreground - #859289 - - - - name - Ruby orange - scope - keyword.control.pseudo-method.ruby, storage.type.variable.ruby - settings - - foreground - #e69875 - - - - name - Ruby green - scope - keyword.other.special-method.ruby - settings - - foreground - #a7c080 - - - - name - Ruby purple - scope - keyword.control.module.ruby, punctuation.definition.constant.ruby - settings - - foreground - #d699b6 - - - - name - Ruby yellow - scope - string.regexp.character-class.ruby,string.regexp.interpolated.ruby,punctuation.definition.character-class.ruby,string.regexp.group.ruby, punctuation.section.regexp.ruby, punctuation.definition.group.ruby - settings - - foreground - #dbbc7f - - - - name - Ruby blue - scope - variable.other.constant.ruby - settings - - foreground - #7fbbb3 - - - - name - Haskell orange - scope - keyword.other.arrow.haskell, keyword.other.big-arrow.haskell, keyword.other.double-colon.haskell - settings - - foreground - #e69875 - - - - name - Haskell yellow - scope - storage.type.haskell - settings - - foreground - #dbbc7f - - - - name - Haskell green - scope - constant.other.haskell, string.quoted.double.haskell, string.quoted.single.haskell, punctuation.definition.string.begin.haskell, punctuation.definition.string.end.haskell - settings - - foreground - #a7c080 - - - - name - Haskell blue - scope - entity.name.function.haskell - settings - - foreground - #7fbbb3 - - - - name - Haskell aqua - scope - entity.name.namespace, meta.preprocessor.haskell - settings - - foreground - #83c092 - - - - name - Julia red - scope - keyword.control.import.julia, keyword.control.export.julia - settings - - foreground - #e67e80 - - - - name - Julia orange - scope - keyword.storage.modifier.julia - settings - - foreground - #e69875 - - - - name - Julia aqua - scope - constant.language.julia - settings - - foreground - #83c092 - - - - name - Julia purple - scope - support.function.macro.julia - settings - - foreground - #d699b6 - - - - name - Elm white - scope - keyword.other.period.elm - settings - - foreground - #d3c6aa - - - - name - Elm yellow - scope - storage.type.elm - settings - - foreground - #dbbc7f - - - - name - R orange - scope - keyword.other.r - settings - - foreground - #e69875 - - - - name - R green - scope - entity.name.function.r, variable.function.r - settings - - foreground - #a7c080 - - - - name - R aqua - scope - constant.language.r - settings - - foreground - #83c092 - - - - name - R purple - scope - entity.namespace.r - settings - - foreground - #d699b6 - - - - name - Erlang grey - scope - punctuation.separator.module-function.erlang, punctuation.section.directive.begin.erlang - settings - - foreground - #859289 - - - - name - Erlang red - scope - keyword.control.directive.erlang, keyword.control.directive.define.erlang - settings - - foreground - #e67e80 - - - - name - Erlang yellow - scope - entity.name.type.class.module.erlang - settings - - foreground - #dbbc7f - - - - name - Erlang green - scope - string.quoted.double.erlang, string.quoted.single.erlang, punctuation.definition.string.begin.erlang, punctuation.definition.string.end.erlang - settings - - foreground - #a7c080 - - - - name - Erlang purple - scope - keyword.control.directive.export.erlang, keyword.control.directive.module.erlang, keyword.control.directive.import.erlang, keyword.control.directive.behaviour.erlang - settings - - foreground - #d699b6 - - - - name - Elixir aqua - scope - variable.other.readwrite.module.elixir, punctuation.definition.variable.elixir - settings - - foreground - #83c092 - - - - name - Elixir blue - scope - constant.language.elixir - settings - - foreground - #7fbbb3 - - - - name - Elixir purple - scope - keyword.control.module.elixir - settings - - foreground - #d699b6 - - - - name - OCaml white - scope - entity.name.type.value-signature.ocaml - settings - - foreground - #d3c6aa - - - - name - OCaml orange - scope - keyword.other.ocaml - settings - - foreground - #e69875 - - - - name - OCaml aqua - scope - constant.language.variant.ocaml - settings - - foreground - #83c092 - - - - name - Perl red - scope - storage.type.sub.perl, storage.type.declare.routine.perl - settings - - foreground - #e67e80 - - - - name - Lisp white - scope - meta.function.lisp - settings - - foreground - #d3c6aa - - - - name - Lisp red - scope - storage.type.function-type.lisp - settings - - foreground - #e67e80 - - - - name - Lisp green - scope - keyword.constant.lisp - settings - - foreground - #a7c080 - - - - name - Lisp aqua - scope - entity.name.function.lisp - settings - - foreground - #83c092 - - - - name - Clojure green - scope - constant.keyword.clojure, support.variable.clojure, meta.definition.variable.clojure - settings - - foreground - #a7c080 - - - - name - Clojure purple - scope - entity.global.clojure - settings - - foreground - #d699b6 - - - - name - Clojure blue - scope - entity.name.function.clojure - settings - - foreground - #7fbbb3 - - - - name - Shell white - scope - meta.scope.if-block.shell, meta.scope.group.shell - settings - - foreground - #d3c6aa - - - - name - Shell yellow - scope - support.function.builtin.shell, entity.name.function.shell - settings - - foreground - #dbbc7f - - - - name - Shell green - scope - string.quoted.double.shell, string.quoted.single.shell, punctuation.definition.string.begin.shell, punctuation.definition.string.end.shell, string.unquoted.heredoc.shell - settings - - foreground - #a7c080 - - - - name - Shell purple - scope - keyword.control.heredoc-token.shell, variable.other.normal.shell, punctuation.definition.variable.shell, variable.other.special.shell, variable.other.positional.shell, variable.other.bracket.shell - settings - - foreground - #d699b6 - - - - name - Fish red - scope - support.function.builtin.fish - settings - - foreground - #e67e80 - - - - name - Fish orange - scope - support.function.unix.fish - settings - - foreground - #e69875 - - - - name - Fish blue - scope - variable.other.normal.fish, punctuation.definition.variable.fish, variable.other.fixed.fish, variable.other.special.fish - settings - - foreground - #7fbbb3 - - - - name - Fish green - scope - string.quoted.double.fish, punctuation.definition.string.end.fish, punctuation.definition.string.begin.fish, string.quoted.single.fish - settings - - foreground - #a7c080 - - - - name - Fish purple - scope - constant.character.escape.single.fish - settings - - foreground - #d699b6 - - - - name - PowerShell grey - scope - punctuation.definition.variable.powershell - settings - - foreground - #859289 - - - - name - PowerShell yellow - scope - entity.name.function.powershell, support.function.attribute.powershell, support.function.powershell - settings - - foreground - #dbbc7f - - - - name - PowerShell green - scope - string.quoted.single.powershell, string.quoted.double.powershell, punctuation.definition.string.begin.powershell, punctuation.definition.string.end.powershell, string.quoted.double.heredoc.powershell - settings - - foreground - #a7c080 - - - - name - PowerShell aqua - scope - variable.other.member.powershell - settings - - foreground - #83c092 - - - - name - GraphQL white - scope - string.unquoted.alias.graphql - settings - - foreground - #d3c6aa - - - - name - GraphQL red - scope - keyword.type.graphql - settings - - foreground - #e67e80 - - - - name - GraphQL purple - scope - entity.name.fragment.graphql - settings - - foreground - #d699b6 - - - - name - Makefile orange - scope - entity.name.function.target.makefile - settings - - foreground - #e69875 - - - - name - Makefile yellow - scope - variable.other.makefile - settings - - foreground - #dbbc7f - - - - name - Makefile green - scope - meta.scope.prerequisites.makefile - settings - - foreground - #a7c080 - - - - name - CMake green - scope - string.source.cmake - settings - - foreground - #a7c080 - - - - name - CMake aqua - scope - entity.source.cmake - settings - - foreground - #83c092 - - - - name - CMake purple - scope - storage.source.cmake - settings - - foreground - #d699b6 - - - - name - VimL grey - scope - punctuation.definition.map.viml - settings - - foreground - #859289 - - - - name - VimL orange - scope - storage.type.map.viml - settings - - foreground - #e69875 - - - - name - VimL green - scope - constant.character.map.viml, constant.character.map.key.viml - settings - - foreground - #a7c080 - - - - name - VimL blue - scope - constant.character.map.special.viml - settings - - foreground - #7fbbb3 - - - - name - Tmux green - scope - constant.language.tmux, constant.numeric.tmux - settings - - foreground - #a7c080 - - - - name - Dockerfile orange - scope - entity.name.function.package-manager.dockerfile - settings - - foreground - #e69875 - - - - name - Dockerfile yellow - scope - keyword.operator.flag.dockerfile - settings - - foreground - #dbbc7f - - - - name - Dockerfile green - scope - string.quoted.double.dockerfile, string.quoted.single.dockerfile - settings - - foreground - #a7c080 - - - - name - Dockerfile aqua - scope - constant.character.escape.dockerfile - settings - - foreground - #83c092 - - - - name - Dockerfile purple - scope - entity.name.type.base-image.dockerfile, entity.name.image.dockerfile - settings - - foreground - #d699b6 - - - - name - Diff grey - scope - punctuation.definition.separator.diff - settings - - foreground - #859289 - - - - name - Diff red - scope - markup.deleted.diff, punctuation.definition.deleted.diff - settings - - foreground - #e67e80 - - - - name - Diff orange - scope - meta.diff.range.context, punctuation.definition.range.diff - settings - - foreground - #e69875 - - - - name - Diff yellow - scope - meta.diff.header.from-file - settings - - foreground - #dbbc7f - - - - name - Diff green - scope - markup.inserted.diff, punctuation.definition.inserted.diff - settings - - foreground - #a7c080 - - - - name - Diff blue - scope - markup.changed.diff, punctuation.definition.changed.diff - settings - - foreground - #7fbbb3 - - - - name - Diff purple - scope - punctuation.definition.from-file.diff - settings - - foreground - #d699b6 - - - - name - Git red - scope - entity.name.section.group-title.ini, punctuation.definition.entity.ini - settings - - foreground - #e67e80 - - - - name - Git orange - scope - punctuation.separator.key-value.ini - settings - - foreground - #e69875 - - - - name - Git green - scope - string.quoted.double.ini, string.quoted.single.ini, punctuation.definition.string.begin.ini, punctuation.definition.string.end.ini - settings - - foreground - #a7c080 - - - - name - Git aqua - scope - keyword.other.definition.ini - settings - - foreground - #83c092 - - - - name - SQL yellow - scope - support.function.aggregate.sql - settings - - foreground - #dbbc7f - - - - name - SQL green - scope - string.quoted.single.sql, punctuation.definition.string.end.sql, punctuation.definition.string.begin.sql, string.quoted.double.sql - settings - - foreground - #a7c080 - - - - name - GraphQL yellow - scope - support.type.graphql - settings - - foreground - #dbbc7f - - - - name - GraphQL blue - scope - variable.parameter.graphql - settings - - foreground - #7fbbb3 - - - - name - GraphQL aqua - scope - constant.character.enum.graphql - settings - - foreground - #83c092 - - - - name - JSON grey - scope - punctuation.support.type.property-name.begin.json, punctuation.support.type.property-name.end.json, punctuation.separator.dictionary.key-value.json, punctuation.definition.string.begin.json, punctuation.definition.string.end.json, punctuation.separator.dictionary.pair.json, punctuation.separator.array.json - settings - - foreground - #859289 - - - - name - JSON orange - scope - support.type.property-name.json - settings - - foreground - #e69875 - - - - name - JSON green - scope - string.quoted.double.json - settings - - foreground - #a7c080 - - - - name - YAML grey - scope - punctuation.separator.key-value.mapping.yaml - settings - - foreground - #859289 - - - - name - YAML green - scope - string.unquoted.plain.out.yaml, string.quoted.single.yaml, string.quoted.double.yaml, punctuation.definition.string.begin.yaml, punctuation.definition.string.end.yaml, string.unquoted.plain.in.yaml, string.unquoted.block.yaml - settings - - foreground - #a7c080 - - - - name - YAML aqua - scope - punctuation.definition.anchor.yaml, punctuation.definition.block.sequence.item.yaml - settings - - foreground - #83c092 - - - - name - TOML orange - scope - keyword.key.toml - settings - - foreground - #e69875 - - - - name - TOML green - scope - string.quoted.single.basic.line.toml, string.quoted.single.literal.line.toml, punctuation.definition.keyValuePair.toml - settings - - foreground - #a7c080 - - - - name - TOML blue - scope - constant.other.boolean.toml - settings - - foreground - #7fbbb3 - - - - name - TOML purple - scope - entity.other.attribute-name.table.toml, punctuation.definition.table.toml, entity.other.attribute-name.table.array.toml, punctuation.definition.table.array.toml - settings - - foreground - #d699b6 - - - - name - Comment - scope - comment, string.comment, punctuation.definition.comment - settings - - foreground - #859289 - fontStyle - italic - - - - uuid - 3f688e48-bd62-4cd7-9981-9b491786d8c6 - colorSpaceName - sRGB - semanticClass - theme.dark.everforest-dark - author - - comment - - - -- cgit v1.2.3