aboutsummaryrefslogtreecommitdiff
path: root/.config/yazi
diff options
context:
space:
mode:
authorawy <awy@awy.one>2025-11-14 23:43:38 +0300
committerawy <awy@awy.one>2025-11-14 23:43:38 +0300
commitc7a88a07b9287db9c129914483f6b3ae1ab5404c (patch)
tree73c227c5e8519eb9135f46984e4fc067b316ed1b /.config/yazi
downloadmangoslice-c7a88a07b9287db9c129914483f6b3ae1ab5404c.tar.gz
init
Diffstat (limited to '.config/yazi')
-rw-r--r--.config/yazi/flavors/catppuccin-mocha.yazi/flavor.toml186
-rw-r--r--.config/yazi/flavors/catppuccin-mocha.yazi/tmtheme.xml2112
-rw-r--r--.config/yazi/flavors/everforest-medium.yazi/flavor.toml229
-rw-r--r--.config/yazi/flavors/everforest-medium.yazi/tmtheme.xml3186
-rw-r--r--.config/yazi/flavors/gruvbox-dark.yazi/flavor.toml176
-rw-r--r--.config/yazi/flavors/gruvbox-dark.yazi/tmtheme.xml1509
-rw-r--r--.config/yazi/flavors/nord.yazi/flavor.toml170
-rw-r--r--.config/yazi/init.lua4
-rw-r--r--.config/yazi/plugins/git.yazi/main.lua261
-rw-r--r--.config/yazi/theme.toml2114
-rw-r--r--.config/yazi/yazi.toml12
11 files changed, 9959 insertions, 0 deletions
diff --git a/.config/yazi/flavors/catppuccin-mocha.yazi/flavor.toml b/.config/yazi/flavors/catppuccin-mocha.yazi/flavor.toml
new file mode 100644
index 0000000..e90c2dd
--- /dev/null
+++ b/.config/yazi/flavors/catppuccin-mocha.yazi/flavor.toml
@@ -0,0 +1,186 @@
+# vim:fileencoding=utf-8:foldmethod=marker
+
+# : Manager {{{
+
+[mgr]
+cwd = { fg = "#94e2d5" }
+
+# Hovered
+hovered = { reversed = true }
+preview_hovered = { underline = true }
+
+# Find
+find_keyword = { fg = "#f9e2af", bold = true, italic = true, underline = true }
+find_position = { fg = "#f5c2e7", bg = "reset", bold = true, italic = true }
+
+# Marker
+marker_copied = { fg = "#a6e3a1", bg = "#a6e3a1" }
+marker_cut = { fg = "#f38ba8", bg = "#f38ba8" }
+marker_marked = { fg = "#94e2d5", bg = "#94e2d5" }
+marker_selected = { fg = "#f9e2af", bg = "#f9e2af" }
+
+# Count
+count_copied = { fg = "#1e1e2e", bg = "#a6e3a1" }
+count_cut = { fg = "#1e1e2e", bg = "#f38ba8" }
+count_selected = { fg = "#1e1e2e", bg = "#f9e2af" }
+
+# Border
+border_symbol = "│"
+border_style = { fg = "#7f849c" }
+
+# : }}}
+
+
+# : Tabs {{{
+
+[tabs]
+active = { fg = "#1e1e2e", bg = "#89b4fa", bold = true }
+inactive = { fg = "#89b4fa", bg = "#313244" }
+
+# : }}}
+
+
+# : Mode {{{
+
+[mode]
+
+normal_main = { fg = "#1e1e2e", bg = "#89b4fa", bold = true }
+normal_alt = { fg = "#89b4fa", bg = "#313244" }
+
+# Select mode
+select_main = { fg = "#1e1e2e", bg = "#94e2d5", bold = true }
+select_alt = { fg = "#94e2d5", bg = "#313244" }
+
+# Unset mode
+unset_main = { fg = "#1e1e2e", bg = "#f2cdcd", bold = true }
+unset_alt = { fg = "#f2cdcd", bg = "#313244" }
+
+# : }}}
+
+
+# : Status bar {{{
+
+[status]
+# Permissions
+perm_sep = { fg = "#7f849c" }
+perm_type = { fg = "#89b4fa" }
+perm_read = { fg = "#f9e2af" }
+perm_write = { fg = "#f38ba8" }
+perm_exec = { fg = "#a6e3a1" }
+
+# Progress
+progress_label = { fg = "#ffffff", bold = true }
+progress_normal = { fg = "#89b4fa", bg = "#45475a" }
+progress_error = { fg = "#89b4fa", bg = "#f38ba8" }
+
+# : }}}
+
+
+# : Pick {{{
+
+[pick]
+border = { fg = "#89b4fa" }
+active = { fg = "#f5c2e7", bold = true }
+inactive = {}
+
+# : }}}
+
+
+# : Input {{{
+
+[input]
+border = { fg = "#89b4fa" }
+title = {}
+value = {}
+selected = { reversed = true }
+
+# : }}}
+
+
+# : Completion {{{
+
+[cmp]
+border = { fg = "#89b4fa" }
+
+# : }}}
+
+
+# : Tasks {{{
+
+[tasks]
+border = { fg = "#89b4fa" }
+title = {}
+hovered = { fg = "#f5c2e7", bold = true }
+
+# : }}}
+
+
+# : Which {{{
+
+[which]
+mask = { bg = "#313244" }
+cand = { fg = "#94e2d5" }
+rest = { fg = "#9399b2" }
+desc = { fg = "#f5c2e7" }
+separator = "  "
+separator_style = { fg = "#585b70" }
+
+# : }}}
+
+
+# : Help {{{
+
+[help]
+on = { fg = "#94e2d5" }
+run = { fg = "#f5c2e7" }
+hovered = { reversed = true, bold = true }
+footer = { fg = "#313244", bg = "#cdd6f4" }
+
+# : }}}
+
+
+# : Spotter {{{
+
+[spot]
+border = { fg = "#89b4fa" }
+title = { fg = "#89b4fa" }
+tbl_col = { fg = "#94e2d5" }
+tbl_cell = { fg = "#f5c2e7", bg = "#45475a" }
+
+# : }}}
+
+
+# : Notification {{{
+
+[notify]
+title_info = { fg = "#a6e3a1" }
+title_warn = { fg = "#f9e2af" }
+title_error = { fg = "#f38ba8" }
+
+# : }}}
+
+
+# : File-specific styles {{{
+
+[filetype]
+
+rules = [
+ # Image
+ { mime = "image/*", fg = "#94e2d5" },
+ # Media
+ { mime = "{audio,video}/*", fg = "#f9e2af" },
+ # Archive
+ { mime = "application/{zip,rar,7z*,tar,gzip,xz,zstd,bzip*,lzma,compress,archive,cpio,arj,xar,ms-cab*}", fg = "#f5c2e7" },
+ # Document
+ { mime = "application/{pdf,doc,rtf}", fg = "#a6e3a1" },
+ # Virtual file system
+ { mime = "vfs/*", fg = "#9399b2" },
+ # Fallback
+ { url = "*", fg = "#cdd6f4" },
+ { url = "*/", fg = "#89b4fa" },
+ # TODO: remove
+ { name = "*", fg = "#cdd6f4" },
+ { name = "*/", fg = "#89b4fa" }
+]
+
+# : }}}
diff --git a/.config/yazi/flavors/catppuccin-mocha.yazi/tmtheme.xml b/.config/yazi/flavors/catppuccin-mocha.yazi/tmtheme.xml
new file mode 100644
index 0000000..c7781ce
--- /dev/null
+++ b/.config/yazi/flavors/catppuccin-mocha.yazi/tmtheme.xml
@@ -0,0 +1,2112 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
+<plist version="1.0">
+ <dict>
+ <key>name</key>
+ <string>Catppuccin Mocha</string>
+ <key>semanticClass</key>
+ <string>theme.dark.catppuccin-mocha</string>
+ <key>uuid</key>
+ <string>627ce890-fabb-4d39-9819-7be71f4bdca7</string>
+ <key>author</key>
+ <string>Catppuccin Org</string>
+ <key>colorSpaceName</key>
+ <string>sRGB</string>
+ <key>settings</key>
+ <array>
+ <dict>
+ <key>settings</key>
+ <dict>
+ <key>background</key>
+ <string>#1e1e2e</string>
+ <key>foreground</key>
+ <string>#cdd6f4</string>
+ <key>caret</key>
+ <string>#f5e0dc</string>
+ <key>lineHighlight</key>
+ <string>#313244</string>
+ <key>misspelling</key>
+ <string>#f38ba8</string>
+ <key>accent</key>
+ <string>#cba6f7</string>
+ <key>selection</key>
+ <string>#9399b240</string>
+ <key>activeGuide</key>
+ <string>#45475a</string>
+ <key>findHighlight</key>
+ <string>#3e5767</string>
+ <key>gutterForeground</key>
+ <string>#7f849c</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Basic text &amp; variable names (incl. leading punctuation)</string>
+ <key>scope</key>
+ <string>text, source, variable.other.readwrite, punctuation.definition.variable</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#cdd6f4</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Parentheses, Brackets, Braces</string>
+ <key>scope</key>
+ <string>punctuation</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#9399b2</string>
+ <key>fontStyle</key>
+ <string/>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Comments</string>
+ <key>scope</key>
+ <string>comment, punctuation.definition.comment</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#9399b2</string>
+ <key>fontStyle</key>
+ <string>italic</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>scope</key>
+ <string>string, punctuation.definition.string</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#a6e3a1</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>scope</key>
+ <string>constant.character.escape</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#f5c2e7</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Booleans, constants, numbers</string>
+ <key>scope</key>
+ <string>constant.numeric, variable.other.constant, entity.name.constant, constant.language.boolean, constant.language.false, constant.language.true, keyword.other.unit.user-defined, keyword.other.unit.suffix.floating-point</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#fab387</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>scope</key>
+ <string>keyword, keyword.operator.word, keyword.operator.new, variable.language.super, support.type.primitive, storage.type, storage.modifier, punctuation.definition.keyword</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#cba6f7</string>
+ <key>fontStyle</key>
+ <string/>
+ </dict>
+ </dict>
+ <dict>
+ <key>scope</key>
+ <string>entity.name.tag.documentation</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#cba6f7</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Punctuation</string>
+ <key>scope</key>
+ <string>keyword.operator, punctuation.accessor, punctuation.definition.generic, meta.function.closure punctuation.section.parameters, punctuation.definition.tag, punctuation.separator.key-value</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#94e2d5</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>scope</key>
+ <string>entity.name.function, meta.function-call.method, support.function, support.function.misc, variable.function</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#89b4fa</string>
+ <key>fontStyle</key>
+ <string>italic</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Classes</string>
+ <key>scope</key>
+ <string>entity.name.class, entity.other.inherited-class, support.class, meta.function-call.constructor, entity.name.struct</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#f9e2af</string>
+ <key>fontStyle</key>
+ <string>italic</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Enum</string>
+ <key>scope</key>
+ <string>entity.name.enum</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#f9e2af</string>
+ <key>fontStyle</key>
+ <string>italic</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Enum member</string>
+ <key>scope</key>
+ <string>meta.enum variable.other.readwrite, variable.other.enummember</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#94e2d5</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Object properties</string>
+ <key>scope</key>
+ <string>meta.property.object</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#94e2d5</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Types</string>
+ <key>scope</key>
+ <string>meta.type, meta.type-alias, support.type, entity.name.type</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#f9e2af</string>
+ <key>fontStyle</key>
+ <string>italic</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Decorators</string>
+ <key>scope</key>
+ <string>meta.annotation variable.function, meta.annotation variable.annotation.function, meta.annotation punctuation.definition.annotation, meta.decorator, punctuation.decorator</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#fab387</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>scope</key>
+ <string>variable.parameter, meta.function.parameters</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#eba0ac</string>
+ <key>fontStyle</key>
+ <string>italic</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Built-ins</string>
+ <key>scope</key>
+ <string>constant.language, support.function.builtin</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#f38ba8</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>scope</key>
+ <string>entity.other.attribute-name.documentation</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#f38ba8</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Preprocessor directives</string>
+ <key>scope</key>
+ <string>keyword.control.directive, punctuation.definition.directive</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#f9e2af</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Type parameters</string>
+ <key>scope</key>
+ <string>punctuation.definition.typeparameters</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#89dceb</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Namespaces</string>
+ <key>scope</key>
+ <string>entity.name.namespace</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#f9e2af</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Property names (left hand assignments in json/yaml/css)</string>
+ <key>scope</key>
+ <string>support.type.property-name.css</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#89b4fa</string>
+ <key>fontStyle</key>
+ <string/>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>This/Self keyword</string>
+ <key>scope</key>
+ <string>variable.language.this, variable.language.this punctuation.definition.variable</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#f38ba8</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Object properties</string>
+ <key>scope</key>
+ <string>variable.object.property</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#cdd6f4</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>String template interpolation</string>
+ <key>scope</key>
+ <string>string.template variable, string variable</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#cdd6f4</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>`new` as bold</string>
+ <key>scope</key>
+ <string>keyword.operator.new</string>
+ <key>settings</key>
+ <dict>
+ <key>fontStyle</key>
+ <string>bold</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>C++ extern keyword</string>
+ <key>scope</key>
+ <string>storage.modifier.specifier.extern.cpp</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#cba6f7</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>C++ scope resolution</string>
+ <key>scope</key>
+ <string>entity.name.scope-resolution.template.call.cpp, entity.name.scope-resolution.parameter.cpp, entity.name.scope-resolution.cpp, entity.name.scope-resolution.function.definition.cpp</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#f9e2af</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>C++ doc keywords</string>
+ <key>scope</key>
+ <string>storage.type.class.doxygen</string>
+ <key>settings</key>
+ <dict>
+ <key>fontStyle</key>
+ <string/>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>C++ operators</string>
+ <key>scope</key>
+ <string>storage.modifier.reference.cpp</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#94e2d5</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>C# Interpolated Strings</string>
+ <key>scope</key>
+ <string>meta.interpolation.cs</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#cdd6f4</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>C# xml-style docs</string>
+ <key>scope</key>
+ <string>comment.block.documentation.cs</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#cdd6f4</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Classes, reflecting the className color in JSX</string>
+ <key>scope</key>
+ <string>source.css entity.other.attribute-name.class.css, entity.other.attribute-name.parent-selector.css punctuation.definition.entity.css</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#f9e2af</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Operators</string>
+ <key>scope</key>
+ <string>punctuation.separator.operator.css</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#94e2d5</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Pseudo classes</string>
+ <key>scope</key>
+ <string>source.css entity.other.attribute-name.pseudo-class</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#94e2d5</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>scope</key>
+ <string>source.css constant.other.unicode-range</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#fab387</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>scope</key>
+ <string>source.css variable.parameter.url</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#a6e3a1</string>
+ <key>fontStyle</key>
+ <string/>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>CSS vendored property names</string>
+ <key>scope</key>
+ <string>support.type.vendored.property-name</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#89dceb</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Less/SCSS right-hand variables (@/$-prefixed)</string>
+ <key>scope</key>
+ <string>source.css meta.property-value variable, source.css meta.property-value variable.other.less, source.css meta.property-value variable.other.less punctuation.definition.variable.less, meta.definition.variable.scss</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#eba0ac</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>CSS variables (--prefixed)</string>
+ <key>scope</key>
+ <string>source.css meta.property-list variable, meta.property-list variable.other.less, meta.property-list variable.other.less punctuation.definition.variable.less</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#89b4fa</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>CSS Percentage values, styled the same as numbers</string>
+ <key>scope</key>
+ <string>keyword.other.unit.percentage.css</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#fab387</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>CSS Attribute selectors, styled the same as strings</string>
+ <key>scope</key>
+ <string>source.css meta.attribute-selector</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#a6e3a1</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>JSON/YAML keys, other left-hand assignments</string>
+ <key>scope</key>
+ <string>keyword.other.definition.ini, punctuation.support.type.property-name.json, support.type.property-name.json, punctuation.support.type.property-name.toml, support.type.property-name.toml, entity.name.tag.yaml, punctuation.support.type.property-name.yaml, support.type.property-name.yaml</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#89b4fa</string>
+ <key>fontStyle</key>
+ <string/>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>JSON/YAML constants</string>
+ <key>scope</key>
+ <string>constant.language.json, constant.language.yaml</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#fab387</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>YAML anchors</string>
+ <key>scope</key>
+ <string>entity.name.type.anchor.yaml, variable.other.alias.yaml</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#f9e2af</string>
+ <key>fontStyle</key>
+ <string/>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>TOML tables / ini groups</string>
+ <key>scope</key>
+ <string>support.type.property-name.table, entity.name.section.group-title.ini</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#f9e2af</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>TOML dates</string>
+ <key>scope</key>
+ <string>constant.other.time.datetime.offset.toml</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#f5c2e7</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>YAML anchor puctuation</string>
+ <key>scope</key>
+ <string>punctuation.definition.anchor.yaml, punctuation.definition.alias.yaml</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#f5c2e7</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>YAML triple dashes</string>
+ <key>scope</key>
+ <string>entity.other.document.begin.yaml</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#f5c2e7</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Markup Diff</string>
+ <key>scope</key>
+ <string>markup.changed.diff</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#fab387</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Diff</string>
+ <key>scope</key>
+ <string>meta.diff.header.from-file, meta.diff.header.to-file, punctuation.definition.from-file.diff, punctuation.definition.to-file.diff</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#89b4fa</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Diff Inserted</string>
+ <key>scope</key>
+ <string>markup.inserted.diff</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#a6e3a1</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Diff Deleted</string>
+ <key>scope</key>
+ <string>markup.deleted.diff</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#f38ba8</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>dotenv left-hand side assignments</string>
+ <key>scope</key>
+ <string>variable.other.env</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#89b4fa</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>dotenv reference to existing env variable</string>
+ <key>scope</key>
+ <string>string.quoted variable.other.env</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#cdd6f4</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>GDScript functions</string>
+ <key>scope</key>
+ <string>support.function.builtin.gdscript</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#89b4fa</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>GDScript constants</string>
+ <key>scope</key>
+ <string>constant.language.gdscript</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#fab387</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Comment keywords</string>
+ <key>scope</key>
+ <string>comment meta.annotation.go</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#eba0ac</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>go:embed, go:build, etc.</string>
+ <key>scope</key>
+ <string>comment meta.annotation.parameters.go</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#fab387</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Go constants (nil, true, false)</string>
+ <key>scope</key>
+ <string>constant.language.go</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#fab387</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>GraphQL variables</string>
+ <key>scope</key>
+ <string>variable.graphql</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#cdd6f4</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>GraphQL aliases</string>
+ <key>scope</key>
+ <string>string.unquoted.alias.graphql</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#f2cdcd</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>GraphQL enum members</string>
+ <key>scope</key>
+ <string>constant.character.enum.graphql</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#94e2d5</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>GraphQL field in types</string>
+ <key>scope</key>
+ <string>meta.objectvalues.graphql constant.object.key.graphql string.unquoted.graphql</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#f2cdcd</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>HTML/XML DOCTYPE as keyword</string>
+ <key>scope</key>
+ <string>keyword.other.doctype, meta.tag.sgml.doctype punctuation.definition.tag, meta.tag.metadata.doctype entity.name.tag, meta.tag.metadata.doctype punctuation.definition.tag</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#cba6f7</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>HTML/XML-like &lt;tags/&gt;</string>
+ <key>scope</key>
+ <string>entity.name.tag</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#89b4fa</string>
+ <key>fontStyle</key>
+ <string/>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Special characters like &amp;amp;</string>
+ <key>scope</key>
+ <string>text.html constant.character.entity, text.html constant.character.entity punctuation, constant.character.entity.xml, constant.character.entity.xml punctuation, constant.character.entity.js.jsx, constant.charactger.entity.js.jsx punctuation, constant.character.entity.tsx, constant.character.entity.tsx punctuation</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#f38ba8</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>HTML/XML tag attribute values</string>
+ <key>scope</key>
+ <string>entity.other.attribute-name</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#f9e2af</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Components</string>
+ <key>scope</key>
+ <string>support.class.component, support.class.component.jsx, support.class.component.tsx, support.class.component.vue</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#f5c2e7</string>
+ <key>fontStyle</key>
+ <string/>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Annotations</string>
+ <key>scope</key>
+ <string>punctuation.definition.annotation, storage.type.annotation</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#fab387</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Java enums</string>
+ <key>scope</key>
+ <string>constant.other.enum.java</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#94e2d5</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Java imports</string>
+ <key>scope</key>
+ <string>storage.modifier.import.java</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#cdd6f4</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Javadoc</string>
+ <key>scope</key>
+ <string>comment.block.javadoc.java keyword.other.documentation.javadoc.java</string>
+ <key>settings</key>
+ <dict>
+ <key>fontStyle</key>
+ <string/>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Exported Variable</string>
+ <key>scope</key>
+ <string>meta.export variable.other.readwrite.js</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#eba0ac</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>JS/TS constants &amp; properties</string>
+ <key>scope</key>
+ <string>variable.other.constant.js, variable.other.constant.ts, variable.other.property.js, variable.other.property.ts</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#cdd6f4</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>JSDoc; these are mainly params, so styled as such</string>
+ <key>scope</key>
+ <string>variable.other.jsdoc, comment.block.documentation variable.other</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#eba0ac</string>
+ <key>fontStyle</key>
+ <string/>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>JSDoc keywords</string>
+ <key>scope</key>
+ <string>storage.type.class.jsdoc</string>
+ <key>settings</key>
+ <dict>
+ <key>fontStyle</key>
+ <string/>
+ </dict>
+ </dict>
+ <dict>
+ <key>scope</key>
+ <string>support.type.object.console.js</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#cdd6f4</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Node constants as keywords (module, etc.)</string>
+ <key>scope</key>
+ <string>support.constant.node, support.type.object.module.js</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#cba6f7</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>implements as keyword</string>
+ <key>scope</key>
+ <string>storage.modifier.implements</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#cba6f7</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Builtin types</string>
+ <key>scope</key>
+ <string>constant.language.null.js, constant.language.null.ts, constant.language.undefined.js, constant.language.undefined.ts, support.type.builtin.ts</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#cba6f7</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>scope</key>
+ <string>variable.parameter.generic</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#f9e2af</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Arrow functions</string>
+ <key>scope</key>
+ <string>keyword.declaration.function.arrow.js, storage.type.function.arrow.ts</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#94e2d5</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Decorator punctuations (decorators inherit from blue functions, instead of styleguide peach)</string>
+ <key>scope</key>
+ <string>punctuation.decorator.ts</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#89b4fa</string>
+ <key>fontStyle</key>
+ <string>italic</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Extra JS/TS keywords</string>
+ <key>scope</key>
+ <string>keyword.operator.expression.in.js, keyword.operator.expression.in.ts, keyword.operator.expression.infer.ts, keyword.operator.expression.instanceof.js, keyword.operator.expression.instanceof.ts, keyword.operator.expression.is, keyword.operator.expression.keyof.ts, keyword.operator.expression.of.js, keyword.operator.expression.of.ts, keyword.operator.expression.typeof.ts</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#cba6f7</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Julia macros</string>
+ <key>scope</key>
+ <string>support.function.macro.julia</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#94e2d5</string>
+ <key>fontStyle</key>
+ <string>italic</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Julia language constants (true, false)</string>
+ <key>scope</key>
+ <string>constant.language.julia</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#fab387</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Julia other constants (these seem to be arguments inside arrays)</string>
+ <key>scope</key>
+ <string>constant.other.symbol.julia</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#eba0ac</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>LaTeX preamble</string>
+ <key>scope</key>
+ <string>text.tex keyword.control.preamble</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#94e2d5</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>LaTeX be functions</string>
+ <key>scope</key>
+ <string>text.tex support.function.be</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#89dceb</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>LaTeX math</string>
+ <key>scope</key>
+ <string>constant.other.general.math.tex</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#f2cdcd</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Liquid Builtin Objects &amp; User Defined Variables</string>
+ <key>scope</key>
+ <string>variable.language.liquid</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#f5c2e7</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Lua docstring keywords</string>
+ <key>scope</key>
+ <string>comment.line.double-dash.documentation.lua storage.type.annotation.lua</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#cba6f7</string>
+ <key>fontStyle</key>
+ <string/>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Lua docstring variables</string>
+ <key>scope</key>
+ <string>comment.line.double-dash.documentation.lua entity.name.variable.lua, comment.line.double-dash.documentation.lua variable.lua</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#cdd6f4</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>scope</key>
+ <string>heading.1.markdown punctuation.definition.heading.markdown, heading.1.markdown, heading.1.quarto punctuation.definition.heading.quarto, heading.1.quarto, markup.heading.atx.1.mdx, markup.heading.atx.1.mdx punctuation.definition.heading.mdx, markup.heading.setext.1.markdown, markup.heading.heading-0.asciidoc</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#f38ba8</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>scope</key>
+ <string>heading.2.markdown punctuation.definition.heading.markdown, heading.2.markdown, heading.2.quarto punctuation.definition.heading.quarto, heading.2.quarto, markup.heading.atx.2.mdx, markup.heading.atx.2.mdx punctuation.definition.heading.mdx, markup.heading.setext.2.markdown, markup.heading.heading-1.asciidoc</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#fab387</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>scope</key>
+ <string>heading.3.markdown punctuation.definition.heading.markdown, heading.3.markdown, heading.3.quarto punctuation.definition.heading.quarto, heading.3.quarto, markup.heading.atx.3.mdx, markup.heading.atx.3.mdx punctuation.definition.heading.mdx, markup.heading.heading-2.asciidoc</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#f9e2af</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>scope</key>
+ <string>heading.4.markdown punctuation.definition.heading.markdown, heading.4.markdown, heading.4.quarto punctuation.definition.heading.quarto, heading.4.quarto, markup.heading.atx.4.mdx, markup.heading.atx.4.mdx punctuation.definition.heading.mdx, markup.heading.heading-3.asciidoc</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#a6e3a1</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>scope</key>
+ <string>heading.5.markdown punctuation.definition.heading.markdown, heading.5.markdown, heading.5.quarto punctuation.definition.heading.quarto, heading.5.quarto, markup.heading.atx.5.mdx, markup.heading.atx.5.mdx punctuation.definition.heading.mdx, markup.heading.heading-4.asciidoc</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#74c7ec</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>scope</key>
+ <string>heading.6.markdown punctuation.definition.heading.markdown, heading.6.markdown, heading.6.quarto punctuation.definition.heading.quarto, heading.6.quarto, markup.heading.atx.6.mdx, markup.heading.atx.6.mdx punctuation.definition.heading.mdx, markup.heading.heading-5.asciidoc</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#b4befe</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>scope</key>
+ <string>markup.bold</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#f38ba8</string>
+ <key>fontStyle</key>
+ <string>bold</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>scope</key>
+ <string>markup.italic</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#f38ba8</string>
+ <key>fontStyle</key>
+ <string>italic</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>scope</key>
+ <string>markup.strikethrough</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#a6adc8</string>
+ <key>fontStyle</key>
+ <string>strikethrough</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Markdown auto links</string>
+ <key>scope</key>
+ <string>punctuation.definition.link, markup.underline.link</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#89b4fa</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Markdown links</string>
+ <key>scope</key>
+ <string>text.html.markdown punctuation.definition.link.title, text.html.quarto punctuation.definition.link.title, string.other.link.title.markdown, string.other.link.title.quarto, markup.link, punctuation.definition.constant.markdown, punctuation.definition.constant.quarto, constant.other.reference.link.markdown, constant.other.reference.link.quarto, markup.substitution.attribute-reference</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#b4befe</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Markdown code spans</string>
+ <key>scope</key>
+ <string>punctuation.definition.raw.markdown, punctuation.definition.raw.quarto, markup.inline.raw.string.markdown, markup.inline.raw.string.quarto, markup.raw.block.markdown, markup.raw.block.quarto</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#a6e3a1</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Markdown triple backtick language identifier</string>
+ <key>scope</key>
+ <string>fenced_code.block.language</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#89dceb</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Markdown triple backticks</string>
+ <key>scope</key>
+ <string>markup.fenced_code.block punctuation.definition, markup.raw support.asciidoc</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#9399b2</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Markdown quotes</string>
+ <key>scope</key>
+ <string>markup.quote, punctuation.definition.quote.begin</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#f5c2e7</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Markdown separators</string>
+ <key>scope</key>
+ <string>meta.separator.markdown</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#94e2d5</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Markdown list bullets</string>
+ <key>scope</key>
+ <string>punctuation.definition.list.begin.markdown, punctuation.definition.list.begin.quarto, markup.list.bullet</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#94e2d5</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Quarto headings</string>
+ <key>scope</key>
+ <string>markup.heading.quarto</string>
+ <key>settings</key>
+ <dict>
+ <key>fontStyle</key>
+ <string>bold</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Nix attribute names</string>
+ <key>scope</key>
+ <string>entity.other.attribute-name.multipart.nix, entity.other.attribute-name.single.nix</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#89b4fa</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Nix parameter names</string>
+ <key>scope</key>
+ <string>variable.parameter.name.nix</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#cdd6f4</string>
+ <key>fontStyle</key>
+ <string/>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Nix interpolated parameter names</string>
+ <key>scope</key>
+ <string>meta.embedded variable.parameter.name.nix</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#b4befe</string>
+ <key>fontStyle</key>
+ <string/>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Nix paths</string>
+ <key>scope</key>
+ <string>string.unquoted.path.nix</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#f5c2e7</string>
+ <key>fontStyle</key>
+ <string/>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>PHP Attributes</string>
+ <key>scope</key>
+ <string>support.attribute.builtin, meta.attribute.php</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#f9e2af</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>PHP Parameters (needed for the leading dollar sign)</string>
+ <key>scope</key>
+ <string>meta.function.parameters.php punctuation.definition.variable.php</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#eba0ac</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>PHP Constants (null, __FILE__, etc.)</string>
+ <key>scope</key>
+ <string>constant.language.php</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#cba6f7</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>PHP functions</string>
+ <key>scope</key>
+ <string>text.html.php support.function</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#89dceb</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>PHPdoc keywords</string>
+ <key>scope</key>
+ <string>keyword.other.phpdoc.php</string>
+ <key>settings</key>
+ <dict>
+ <key>fontStyle</key>
+ <string/>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Python argument functions reset to text, otherwise they inherit blue from function-call</string>
+ <key>scope</key>
+ <string>support.variable.magic.python, meta.function-call.arguments.python</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#cdd6f4</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Python double underscore functions</string>
+ <key>scope</key>
+ <string>support.function.magic.python</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#89dceb</string>
+ <key>fontStyle</key>
+ <string>italic</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Python `self` keyword</string>
+ <key>scope</key>
+ <string>variable.parameter.function.language.special.self.python, variable.language.special.self.python</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#f38ba8</string>
+ <key>fontStyle</key>
+ <string>italic</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>python keyword flow/logical (for ... in)</string>
+ <key>scope</key>
+ <string>keyword.control.flow.python, keyword.operator.logical.python</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#cba6f7</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>python storage type</string>
+ <key>scope</key>
+ <string>storage.type.function.python</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#cba6f7</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>python function support</string>
+ <key>scope</key>
+ <string>support.token.decorator.python, meta.function.decorator.identifier.python</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#89dceb</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>python function calls</string>
+ <key>scope</key>
+ <string>meta.function-call.python</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#89b4fa</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>python function decorators</string>
+ <key>scope</key>
+ <string>entity.name.function.decorator.python, punctuation.definition.decorator.python</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#fab387</string>
+ <key>fontStyle</key>
+ <string>italic</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>python placeholder reset to normal string</string>
+ <key>scope</key>
+ <string>constant.character.format.placeholder.other.python</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#f5c2e7</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Python exception &amp; builtins such as exit()</string>
+ <key>scope</key>
+ <string>support.type.exception.python, support.function.builtin.python</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#fab387</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>entity.name.type</string>
+ <key>scope</key>
+ <string>support.type.python</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#cba6f7</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>python constants (True/False)</string>
+ <key>scope</key>
+ <string>constant.language.python</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#fab387</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Arguments accessed later in the function body</string>
+ <key>scope</key>
+ <string>meta.indexed-name.python, meta.item-access.python</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#eba0ac</string>
+ <key>fontStyle</key>
+ <string>italic</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Python f-strings/binary/unicode storage types</string>
+ <key>scope</key>
+ <string>storage.type.string.python</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#a6e3a1</string>
+ <key>fontStyle</key>
+ <string>italic</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Python type hints</string>
+ <key>scope</key>
+ <string>meta.function.parameters.python</string>
+ <key>settings</key>
+ <dict>
+ <key>fontStyle</key>
+ <string/>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Regex string begin/end in JS/TS</string>
+ <key>scope</key>
+ <string>string.regexp punctuation.definition.string.begin, string.regexp punctuation.definition.string.end</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#f5c2e7</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Regex anchors (^, $)</string>
+ <key>scope</key>
+ <string>keyword.control.anchor.regexp</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#cba6f7</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Regex regular string match</string>
+ <key>scope</key>
+ <string>string.regexp.ts</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#cdd6f4</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Regex group parenthesis &amp; backreference (\1, \2, \3, ...)</string>
+ <key>scope</key>
+ <string>punctuation.definition.group.regexp, keyword.other.back-reference.regexp</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#a6e3a1</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Regex character class []</string>
+ <key>scope</key>
+ <string>punctuation.definition.character-class.regexp</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#f9e2af</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Regex character classes (\d, \w, \s)</string>
+ <key>scope</key>
+ <string>constant.other.character-class.regexp</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#f5c2e7</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Regex range</string>
+ <key>scope</key>
+ <string>constant.other.character-class.range.regexp</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#f5e0dc</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Regex quantifier</string>
+ <key>scope</key>
+ <string>keyword.operator.quantifier.regexp</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#94e2d5</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Regex constant/numeric</string>
+ <key>scope</key>
+ <string>constant.character.numeric.regexp</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#fab387</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Regex lookaheads, negative lookaheads, lookbehinds, negative lookbehinds</string>
+ <key>scope</key>
+ <string>punctuation.definition.group.no-capture.regexp, meta.assertion.look-ahead.regexp, meta.assertion.negative-look-ahead.regexp</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#89b4fa</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Rust attribute</string>
+ <key>scope</key>
+ <string>meta.annotation.rust, meta.annotation.rust punctuation, meta.attribute.rust, punctuation.definition.attribute.rust</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#f9e2af</string>
+ <key>fontStyle</key>
+ <string>italic</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Rust attribute strings</string>
+ <key>scope</key>
+ <string>meta.attribute.rust string.quoted.double.rust, meta.attribute.rust string.quoted.single.char.rust</string>
+ <key>settings</key>
+ <dict>
+ <key>fontStyle</key>
+ <string/>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Rust keyword</string>
+ <key>scope</key>
+ <string>entity.name.function.macro.rules.rust, storage.type.module.rust, storage.modifier.rust, storage.type.struct.rust, storage.type.enum.rust, storage.type.trait.rust, storage.type.union.rust, storage.type.impl.rust, storage.type.rust, storage.type.function.rust, storage.type.type.rust</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#cba6f7</string>
+ <key>fontStyle</key>
+ <string/>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Rust u/i32, u/i64, etc.</string>
+ <key>scope</key>
+ <string>entity.name.type.numeric.rust</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#cba6f7</string>
+ <key>fontStyle</key>
+ <string/>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Rust generic</string>
+ <key>scope</key>
+ <string>meta.generic.rust</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#fab387</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Rust impl</string>
+ <key>scope</key>
+ <string>entity.name.impl.rust</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#f9e2af</string>
+ <key>fontStyle</key>
+ <string>italic</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Rust module</string>
+ <key>scope</key>
+ <string>entity.name.module.rust</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#fab387</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Rust trait</string>
+ <key>scope</key>
+ <string>entity.name.trait.rust</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#f9e2af</string>
+ <key>fontStyle</key>
+ <string>italic</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Rust struct</string>
+ <key>scope</key>
+ <string>storage.type.source.rust</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#f9e2af</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Rust union</string>
+ <key>scope</key>
+ <string>entity.name.union.rust</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#f9e2af</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Rust enum member</string>
+ <key>scope</key>
+ <string>meta.enum.rust storage.type.source.rust</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#94e2d5</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Rust macro</string>
+ <key>scope</key>
+ <string>support.macro.rust, meta.macro.rust support.function.rust, entity.name.function.macro.rust</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#89b4fa</string>
+ <key>fontStyle</key>
+ <string>italic</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Rust lifetime</string>
+ <key>scope</key>
+ <string>storage.modifier.lifetime.rust, entity.name.type.lifetime</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#89b4fa</string>
+ <key>fontStyle</key>
+ <string>italic</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Rust string formatting</string>
+ <key>scope</key>
+ <string>string.quoted.double.rust constant.other.placeholder.rust</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#f5c2e7</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Rust return type generic</string>
+ <key>scope</key>
+ <string>meta.function.return-type.rust meta.generic.rust storage.type.rust</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#cdd6f4</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Rust functions</string>
+ <key>scope</key>
+ <string>meta.function.call.rust</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#89b4fa</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Rust angle brackets</string>
+ <key>scope</key>
+ <string>punctuation.brackets.angle.rust</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#89dceb</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Rust constants</string>
+ <key>scope</key>
+ <string>constant.other.caps.rust</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#fab387</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Rust function parameters</string>
+ <key>scope</key>
+ <string>meta.function.definition.rust variable.other.rust</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#eba0ac</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Rust closure variables</string>
+ <key>scope</key>
+ <string>meta.function.call.rust variable.other.rust</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#cdd6f4</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Rust self</string>
+ <key>scope</key>
+ <string>variable.language.self.rust</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#f38ba8</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Rust metavariable names</string>
+ <key>scope</key>
+ <string>variable.other.metavariable.name.rust, meta.macro.metavariable.rust keyword.operator.macro.dollar.rust</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#f5c2e7</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Shell shebang</string>
+ <key>scope</key>
+ <string>comment.line.shebang, comment.line.shebang punctuation.definition.comment, comment.line.shebang, punctuation.definition.comment.shebang.shell, meta.shebang.shell</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#f5c2e7</string>
+ <key>fontStyle</key>
+ <string>italic</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Shell shebang command</string>
+ <key>scope</key>
+ <string>comment.line.shebang constant.language</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#94e2d5</string>
+ <key>fontStyle</key>
+ <string>italic</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Shell interpolated command</string>
+ <key>scope</key>
+ <string>meta.function-call.arguments.shell punctuation.definition.variable.shell, meta.function-call.arguments.shell punctuation.section.interpolation, meta.function-call.arguments.shell punctuation.definition.variable.shell, meta.function-call.arguments.shell punctuation.section.interpolation</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#f38ba8</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Shell interpolated command variable</string>
+ <key>scope</key>
+ <string>meta.string meta.interpolation.parameter.shell variable.other.readwrite</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#fab387</string>
+ <key>fontStyle</key>
+ <string>italic</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>scope</key>
+ <string>source.shell punctuation.section.interpolation, punctuation.definition.evaluation.backticks.shell</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#94e2d5</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Shell EOF</string>
+ <key>scope</key>
+ <string>entity.name.tag.heredoc.shell</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#cba6f7</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Shell quoted variable</string>
+ <key>scope</key>
+ <string>string.quoted.double.shell variable.other.normal.shell</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#cdd6f4</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>scope</key>
+ <string>markup.heading.typst</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#f38ba8</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>JSON Keys</string>
+ <key>scope</key>
+ <string>source.json meta.mapping.key string</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#89b4fa</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>JSON key surrounding quotes</string>
+ <key>scope</key>
+ <string>source.json meta.mapping.key punctuation.definition.string.begin, source.json meta.mapping.key punctuation.definition.string.end</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#9399b2</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>scope</key>
+ <string>markup.heading.synopsis.man, markup.heading.title.man, markup.heading.other.man, markup.heading.env.man</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#cba6f7</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>scope</key>
+ <string>markup.heading.commands.man</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#89b4fa</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>scope</key>
+ <string>markup.heading.env.man</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#f5c2e7</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Man page options</string>
+ <key>scope</key>
+ <string>entity.name</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#94e2d5</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>scope</key>
+ <string>markup.heading.1.markdown</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#f38ba8</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>scope</key>
+ <string>markup.heading.2.markdown</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#fab387</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>scope</key>
+ <string>markup.heading.markdown</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#f9e2af</string>
+ </dict>
+ </dict>
+ </array>
+ </dict>
+</plist> \ No newline at end of file
diff --git a/.config/yazi/flavors/everforest-medium.yazi/flavor.toml b/.config/yazi/flavors/everforest-medium.yazi/flavor.toml
new file mode 100644
index 0000000..6ba84b7
--- /dev/null
+++ b/.config/yazi/flavors/everforest-medium.yazi/flavor.toml
@@ -0,0 +1,229 @@
+# 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/.config/yazi/flavors/everforest-medium.yazi/tmtheme.xml b/.config/yazi/flavors/everforest-medium.yazi/tmtheme.xml
new file mode 100644
index 0000000..e063c97
--- /dev/null
+++ b/.config/yazi/flavors/everforest-medium.yazi/tmtheme.xml
@@ -0,0 +1,3186 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
+<plist version="1.0">
+ <dict>
+ <key>name</key>
+ <string>Everforest Dark</string>
+ <key>settings</key>
+ <array>
+ <dict>
+ <key>settings</key>
+ <dict>
+ <key>accent</key>
+ <string>#a7c080</string>
+ <key>background</key>
+ <string>#2d353b</string>
+ <key>caret</key>
+ <string>#d3c6aa</string>
+ <key>foreground</key>
+ <string>#d3c6aa</string>
+ <key>lineHighlight</key>
+ <string>#3d484d90</string>
+ <key>selection</key>
+ <string>#475258c0</string>
+ <key>activeGuide</key>
+ <string>#9aa79d20</string>
+ <key>findHighlight</key>
+ <string>#899c4040</string>
+ <key>misspelling</key>
+ <string>#da6362</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>GitGutter deleted</string>
+ <key>scope</key>
+ <string>markup.deleted.git_gutter</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#e67e80a0</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>GitGutter inserted</string>
+ <key>scope</key>
+ <string>markup.inserted.git_gutter</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#a7c080a0</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>GitGutter changed</string>
+ <key>scope</key>
+ <string>markup.changed.git_gutter</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#7fbbb3a0</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>GitGutter untracked</string>
+ <key>scope</key>
+ <string>markup.untracked.git_gutter</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#dbbc7fa0</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>GitGutter ignored</string>
+ <key>scope</key>
+ <string>markup.ignored.git_gutter</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#4f585e</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>GitGutter comment</string>
+ <key>scope</key>
+ <string>comment.line.annotation.git_gutter</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <dict>
+ <key>name</key>
+ <string>Comment</string>
+ <key>scope</key>
+ <string>comment, string.comment, punctuation.definition.comment</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#859289</string>
+ <key>fontStyle</key>
+ <string>italic</string>
+ </dict>
+ </dict>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Keyword</string>
+ <key>scope</key>
+ <string>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</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#e67e80</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Debug</string>
+ <key>scope</key>
+ <string>keyword.other.debugger</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#e67e80</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Storage</string>
+ <key>scope</key>
+ <string>storage, modifier, keyword.var, entity.name.tag, keyword.control.case, keyword.control.switch</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#e69875</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Operator</string>
+ <key>scope</key>
+ <string>keyword.operator</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#e69875</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>String</string>
+ <key>scope</key>
+ <string>string, punctuation.definition.string.end, punctuation.definition.string.begin, punctuation.definition.string.template.begin, punctuation.definition.string.template.end</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#dbbc7f</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Attribute</string>
+ <key>scope</key>
+ <string>entity.other.attribute-name</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#dbbc7f</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>String Escape</string>
+ <key>scope</key>
+ <string>constant.character.escape, punctuation.quasi.element, punctuation.definition.template-expression, punctuation.section.embedded, storage.type.format, constant.other.placeholder, constant.other.placeholder, variable.interpolation</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#a7c080</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Function</string>
+ <key>scope</key>
+ <string>entity.name.function, support.function, meta.function, meta.function-call, meta.definition.method</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#a7c080</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Preproc</string>
+ <key>scope</key>
+ <string>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</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#83c092</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Annotation</string>
+ <key>scope</key>
+ <string>storage.type.annotation</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#83c092</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Label</string>
+ <key>scope</key>
+ <string>entity.name.label, constant.other.label</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#83c092</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Modules</string>
+ <key>scope</key>
+ <string>support.module, support.node, support.other.module, support.type.object.module, entity.name.type.module, entity.name.type.class.module, keyword.control.module</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#83c092</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Type</string>
+ <key>scope</key>
+ <string>storage.type, support.type, entity.name.type, keyword.type</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#7fbbb3</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Class</string>
+ <key>scope</key>
+ <string>entity.name.type.class, support.class, entity.name.class, entity.other.inherited-class, storage.class</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#7fbbb3</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Number</string>
+ <key>scope</key>
+ <string>constant.numeric</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#d699b6</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Boolean</string>
+ <key>scope</key>
+ <string>constant.language.boolean</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#d699b6</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Macro</string>
+ <key>scope</key>
+ <string>entity.name.function.preprocessor</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#d699b6</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Special identifier</string>
+ <key>scope</key>
+ <string>variable.language.this, variable.language.self, variable.language.super, keyword.other.this, variable.language.special, constant.language.null, constant.language.undefined, constant.language.nan</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#d699b6</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Constant</string>
+ <key>scope</key>
+ <string>constant.language, support.constant</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#d699b6</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Identifier</string>
+ <key>scope</key>
+ <string>variable, support.variable, meta.definition.variable</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#d3c6aa</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Property</string>
+ <key>scope</key>
+ <string>variable.object.property, support.variable.property, variable.other.property, variable.other.object.property, variable.other.enummember, variable.other.member, meta.object-literal.key</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#d3c6aa</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Delimiter</string>
+ <key>scope</key>
+ <string>punctuation, meta.brace, meta.delimiter, meta.bracket</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#d3c6aa</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Markdown heading1</string>
+ <key>scope</key>
+ <string>heading.1.markdown, markup.heading.setext.1.markdown</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#e67e80</string>
+ <key>fontStyle</key>
+ <string>bold</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Markdown heading2</string>
+ <key>scope</key>
+ <string>heading.2.markdown, markup.heading.setext.2.markdown</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#e69875</string>
+ <key>fontStyle</key>
+ <string>bold</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Markdown heading3</string>
+ <key>scope</key>
+ <string>heading.3.markdown</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#dbbc7f</string>
+ <key>fontStyle</key>
+ <string>bold</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Markdown heading4</string>
+ <key>scope</key>
+ <string>heading.4.markdown</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#a7c080</string>
+ <key>fontStyle</key>
+ <string>bold</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Markdown heading5</string>
+ <key>scope</key>
+ <string>heading.5.markdown</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#7fbbb3</string>
+ <key>fontStyle</key>
+ <string>bold</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Markdown heading6</string>
+ <key>scope</key>
+ <string>heading.6.markdown</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#d699b6</string>
+ <key>fontStyle</key>
+ <string>bold</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Markdown heading delimiter</string>
+ <key>scope</key>
+ <string>punctuation.definition.heading.markdown</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#859289</string>
+ <key>fontStyle</key>
+ <string>regular</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Markdown link</string>
+ <key>scope</key>
+ <string>string.other.link.title.markdown, constant.other.reference.link.markdown, string.other.link.description.markdown</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#d699b6</string>
+ <key>fontStyle</key>
+ <string>regular</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Markdown link text</string>
+ <key>scope</key>
+ <string>markup.underline.link.image.markdown, markup.underline.link.markdown</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#a7c080</string>
+ <key>fontStyle</key>
+ <string>underline</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Markdown delimiter</string>
+ <key>scope</key>
+ <string>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</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#859289</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Markdown bold delimiter</string>
+ <key>scope</key>
+ <string>punctuation.definition.bold.markdown</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#859289</string>
+ <key>fontStyle</key>
+ <string>regular</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Markdown separator delimiter</string>
+ <key>scope</key>
+ <string>meta.separator.markdown, punctuation.definition.constant.begin.markdown, punctuation.definition.constant.end.markdown</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#859289</string>
+ <key>fontStyle</key>
+ <string>bold</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Markdown italic</string>
+ <key>scope</key>
+ <string>markup.italic</string>
+ <key>settings</key>
+ <dict>
+ <key>fontStyle</key>
+ <string>italic</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Markdown bold</string>
+ <key>scope</key>
+ <string>markup.bold</string>
+ <key>settings</key>
+ <dict>
+ <key>fontStyle</key>
+ <string>bold</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Markdown bold italic</string>
+ <key>scope</key>
+ <string>markup.bold markup.italic, markup.italic markup.bold</string>
+ <key>settings</key>
+ <dict>
+ <key>fontStyle</key>
+ <string>italic bold</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Markdown code delimiter</string>
+ <key>scope</key>
+ <string>punctuation.definition.markdown, punctuation.definition.raw.markdown</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#dbbc7f</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Markdown code type</string>
+ <key>scope</key>
+ <string>fenced_code.block.language</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#dbbc7f</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Markdown code block</string>
+ <key>scope</key>
+ <string>markup.fenced_code.block.markdown, markup.inline.raw.string.markdown</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#a7c080</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Markdown list mark</string>
+ <key>scope</key>
+ <string>punctuation.definition.list.begin.markdown</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#e67e80</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>reStructuredText heading</string>
+ <key>scope</key>
+ <string>punctuation.definition.heading.restructuredtext</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#e69875</string>
+ <key>fontStyle</key>
+ <string>bold</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>reStructuredText delimiter</string>
+ <key>scope</key>
+ <string>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</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#859289</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>reStructuredText delimiter bold</string>
+ <key>scope</key>
+ <string>punctuation.definition.bold.restructuredtext</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#859289</string>
+ <key>fontStyle</key>
+ <string>regular</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>reStructuredText aqua</string>
+ <key>scope</key>
+ <string>entity.name.tag.restructuredtext, punctuation.definition.link.restructuredtext, punctuation.definition.raw.restructuredtext, punctuation.section.raw.restructuredtext</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#83c092</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>reStructuredText purple</string>
+ <key>scope</key>
+ <string>constant.other.footnote.link.restructuredtext</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#d699b6</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>reStructuredText red</string>
+ <key>scope</key>
+ <string>support.directive.restructuredtext</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#e67e80</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>reStructuredText green</string>
+ <key>scope</key>
+ <string>entity.name.directive.restructuredtext, markup.raw.restructuredtext, markup.raw.inner.restructuredtext, string.other.link.title.restructuredtext</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#a7c080</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>LaTex delimiter</string>
+ <key>scope</key>
+ <string>punctuation.definition.function.latex, punctuation.definition.function.tex, punctuation.definition.keyword.latex, constant.character.newline.tex, punctuation.definition.keyword.tex</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#859289</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>LaTex red</string>
+ <key>scope</key>
+ <string>support.function.be.latex</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#e67e80</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>LaTex orange</string>
+ <key>scope</key>
+ <string>support.function.section.latex, keyword.control.table.cell.latex, keyword.control.table.newline.latex</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#e69875</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>LaTex yellow</string>
+ <key>scope</key>
+ <string>support.class.latex, variable.parameter.latex, variable.parameter.function.latex, variable.parameter.definition.label.latex, constant.other.reference.label.latex</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#dbbc7f</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>LaTex purple</string>
+ <key>scope</key>
+ <string>keyword.control.preamble.latex</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#d699b6</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Html grey</string>
+ <key>scope</key>
+ <string>punctuation.separator.namespace.xml</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#859289</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Html orange</string>
+ <key>scope</key>
+ <string>entity.name.tag.html, entity.name.tag.xml, entity.name.tag.localname.xml</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#e69875</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Html yellow</string>
+ <key>scope</key>
+ <string>entity.other.attribute-name.html, entity.other.attribute-name.xml, entity.other.attribute-name.localname.xml</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#dbbc7f</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Html green</string>
+ <key>scope</key>
+ <string>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</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#a7c080</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Html purple</string>
+ <key>scope</key>
+ <string>variable.language.documentroot.xml, meta.tag.sgml.doctype.xml</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#d699b6</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Proto yellow</string>
+ <key>scope</key>
+ <string>storage.type.proto</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#dbbc7f</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Proto green</string>
+ <key>scope</key>
+ <string>string.quoted.double.proto.syntax, string.quoted.single.proto.syntax, string.quoted.double.proto, string.quoted.single.proto</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#a7c080</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Proto aqua</string>
+ <key>scope</key>
+ <string>entity.name.class.proto, entity.name.class.message.proto</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#83c092</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>CSS grey</string>
+ <key>scope</key>
+ <string>punctuation.definition.entity.css, punctuation.separator.key-value.css, punctuation.terminator.rule.css, punctuation.separator.list.comma.css</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#859289</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>CSS red</string>
+ <key>scope</key>
+ <string>entity.other.attribute-name.class.css</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#e67e80</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>CSS orange</string>
+ <key>scope</key>
+ <string>keyword.other.unit</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#e69875</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>CSS yellow</string>
+ <key>scope</key>
+ <string>entity.other.attribute-name.pseudo-class.css, entity.other.attribute-name.pseudo-element.css</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#dbbc7f</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>CSS green</string>
+ <key>scope</key>
+ <string>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</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#a7c080</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>CSS aqua</string>
+ <key>scope</key>
+ <string>support.type.property-name.css</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#83c092</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>CSS blue</string>
+ <key>scope</key>
+ <string>support.type.vendored.property-name.css</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#7fbbb3</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>CSS purple</string>
+ <key>scope</key>
+ <string>entity.name.tag.css, entity.other.keyframe-offset.css, punctuation.definition.keyword.css, keyword.control.at-rule.keyframes.css, meta.selector.css</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#d699b6</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>SASS grey</string>
+ <key>scope</key>
+ <string>punctuation.definition.entity.scss, punctuation.separator.key-value.scss, punctuation.terminator.rule.scss, punctuation.separator.list.comma.scss</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#859289</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>SASS orange</string>
+ <key>scope</key>
+ <string>keyword.control.at-rule.keyframes.scss</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#e69875</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>SASS yellow</string>
+ <key>scope</key>
+ <string>punctuation.definition.interpolation.begin.bracket.curly.scss, punctuation.definition.interpolation.end.bracket.curly.scss</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#dbbc7f</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>SASS green</string>
+ <key>scope</key>
+ <string>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</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#a7c080</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>SASS purple</string>
+ <key>scope</key>
+ <string>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</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#d699b6</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Stylus white</string>
+ <key>scope</key>
+ <string>meta.function.stylus</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#d3c6aa</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Stylus yellow</string>
+ <key>scope</key>
+ <string>entity.name.function.stylus</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#dbbc7f</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>JavaScript white</string>
+ <key>scope</key>
+ <string>string.unquoted.js</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#d3c6aa</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>JavaScript grey</string>
+ <key>scope</key>
+ <string>punctuation.accessor.js, punctuation.separator.key-value.js, punctuation.separator.label.js, keyword.operator.accessor.js</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#859289</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>JavaScript red</string>
+ <key>scope</key>
+ <string>punctuation.definition.block.tag.jsdoc</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#e67e80</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>JavaScript orange</string>
+ <key>scope</key>
+ <string>storage.type.js, storage.type.function.arrow.js</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#e69875</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>JSX white</string>
+ <key>scope</key>
+ <string>JSXNested</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#d3c6aa</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>JSX green</string>
+ <key>scope</key>
+ <string>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</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#a7c080</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>TypeScript white</string>
+ <key>scope</key>
+ <string>entity.name.type.module.ts</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#d3c6aa</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>TypeScript grey</string>
+ <key>scope</key>
+ <string>keyword.operator.type.annotation.ts, punctuation.accessor.ts, punctuation.separator.key-value.ts</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#859289</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>TypeScript green</string>
+ <key>scope</key>
+ <string>punctuation.definition.tag.directive.ts, entity.other.attribute-name.directive.ts</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#a7c080</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>TypeScript aqua</string>
+ <key>scope</key>
+ <string>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</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#83c092</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>TypeScript orange</string>
+ <key>scope</key>
+ <string>storage.type.ts, storage.type.function.arrow.ts, storage.type.type.ts</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#e69875</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>TypeScript blue</string>
+ <key>scope</key>
+ <string>entity.name.type.module.ts</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#7fbbb3</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>TypeScript purple</string>
+ <key>scope</key>
+ <string>keyword.control.import.ts, keyword.control.export.ts, storage.type.namespace.ts</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#d699b6</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>TSX white</string>
+ <key>scope</key>
+ <string>entity.name.type.module.tsx</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#d3c6aa</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>TSX grey</string>
+ <key>scope</key>
+ <string>keyword.operator.type.annotation.tsx, punctuation.accessor.tsx, punctuation.separator.key-value.tsx</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#859289</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>TSX green</string>
+ <key>scope</key>
+ <string>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</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#a7c080</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>TSX aqua</string>
+ <key>scope</key>
+ <string>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</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#83c092</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>TSX blue</string>
+ <key>scope</key>
+ <string>entity.name.type.module.tsx</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#7fbbb3</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>TSX purple</string>
+ <key>scope</key>
+ <string>keyword.control.import.tsx, keyword.control.export.tsx, storage.type.namespace.tsx</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#d699b6</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>TSX orange</string>
+ <key>scope</key>
+ <string>storage.type.tsx, storage.type.function.arrow.tsx, storage.type.type.tsx, support.class.component.tsx</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#e69875</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>CoffeeScript orange</string>
+ <key>scope</key>
+ <string>storage.type.function.coffee</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#e69875</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>PureScript white</string>
+ <key>scope</key>
+ <string>meta.type-signature.purescript</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#d3c6aa</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>PureScript orange</string>
+ <key>scope</key>
+ <string>keyword.other.double-colon.purescript, keyword.other.arrow.purescript, keyword.other.big-arrow.purescript</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#e69875</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>PureScript yellow</string>
+ <key>scope</key>
+ <string>entity.name.function.purescript</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#dbbc7f</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>PureScript green</string>
+ <key>scope</key>
+ <string>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</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#a7c080</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>PureScript purple</string>
+ <key>scope</key>
+ <string>support.other.module.purescript</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#d699b6</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Dart grey</string>
+ <key>scope</key>
+ <string>punctuation.dot.dart</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#859289</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Dart orange</string>
+ <key>scope</key>
+ <string>storage.type.primitive.dart</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#e69875</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Dart yellow</string>
+ <key>scope</key>
+ <string>support.class.dart</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#dbbc7f</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Dart green</string>
+ <key>scope</key>
+ <string>entity.name.function.dart, string.interpolated.single.dart, string.interpolated.double.dart</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#a7c080</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Dart blue</string>
+ <key>scope</key>
+ <string>variable.language.dart</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#7fbbb3</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Dart purple</string>
+ <key>scope</key>
+ <string>keyword.other.import.dart, storage.type.annotation.dart</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#d699b6</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Pug red</string>
+ <key>scope</key>
+ <string>entity.other.attribute-name.class.pug</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#e67e80</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Pug orange</string>
+ <key>scope</key>
+ <string>storage.type.function.pug</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#e69875</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Pug aqua</string>
+ <key>scope</key>
+ <string>entity.other.attribute-name.tag.pug</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#83c092</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Pug purple</string>
+ <key>scope</key>
+ <string>entity.name.tag.pug, storage.type.import.include.pug</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#d699b6</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>C white</string>
+ <key>scope</key>
+ <string>meta.function-call.c, storage.modifier.array.bracket.square.c, meta.function.definition.parameters.c</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#d3c6aa</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>C grey</string>
+ <key>scope</key>
+ <string>punctuation.separator.dot-access.c, constant.character.escape.line-continuation.c</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#859289</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>C red</string>
+ <key>scope</key>
+ <string>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</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#e67e80</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>C orange</string>
+ <key>scope</key>
+ <string>punctuation.separator.pointer-access.c</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#e69875</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>C aqua</string>
+ <key>scope</key>
+ <string>variable.other.member.c</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#83c092</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>C++ white</string>
+ <key>scope</key>
+ <string>meta.function-call.cpp, storage.modifier.array.bracket.square.cpp, meta.function.definition.parameters.cpp, meta.body.function.definition.cpp</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#d3c6aa</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>C++ grey</string>
+ <key>scope</key>
+ <string>punctuation.separator.dot-access.cpp, constant.character.escape.line-continuation.cpp</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#859289</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>C++ red</string>
+ <key>scope</key>
+ <string>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</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#e67e80</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>C++ orange</string>
+ <key>scope</key>
+ <string>punctuation.separator.pointer-access.cpp, punctuation.section.angle-brackets.begin.template.call.cpp, punctuation.section.angle-brackets.end.template.call.cpp</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#e69875</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>C++ aqua</string>
+ <key>scope</key>
+ <string>variable.other.member.cpp</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#83c092</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>C# red</string>
+ <key>scope</key>
+ <string>keyword.other.using.cs</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#e67e80</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>C# yellow</string>
+ <key>scope</key>
+ <string>keyword.type.cs, constant.character.escape.cs, punctuation.definition.interpolation.begin.cs, punctuation.definition.interpolation.end.cs</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#dbbc7f</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>C# green</string>
+ <key>scope</key>
+ <string>string.quoted.double.cs, string.quoted.single.cs, punctuation.definition.string.begin.cs, punctuation.definition.string.end.cs</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#a7c080</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>C# aqua</string>
+ <key>scope</key>
+ <string>variable.other.object.property.cs</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#83c092</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>C# purple</string>
+ <key>scope</key>
+ <string>entity.name.type.namespace.cs</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#d699b6</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>F# white</string>
+ <key>scope</key>
+ <string>keyword.symbol.fsharp, constant.language.unit.fsharp</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#d3c6aa</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>F# yellow</string>
+ <key>scope</key>
+ <string>keyword.format.specifier.fsharp, entity.name.type.fsharp</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#dbbc7f</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>F# green</string>
+ <key>scope</key>
+ <string>string.quoted.double.fsharp, string.quoted.single.fsharp, punctuation.definition.string.begin.fsharp, punctuation.definition.string.end.fsharp</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#a7c080</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>F# blue</string>
+ <key>scope</key>
+ <string>entity.name.section.fsharp</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#7fbbb3</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>F# purple</string>
+ <key>scope</key>
+ <string>support.function.attribute.fsharp</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#d699b6</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Java grey</string>
+ <key>scope</key>
+ <string>punctuation.separator.java, punctuation.separator.period.java</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#859289</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Java red</string>
+ <key>scope</key>
+ <string>keyword.other.import.java, keyword.other.package.java</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#e67e80</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Java orange</string>
+ <key>scope</key>
+ <string>storage.type.function.arrow.java, keyword.control.ternary.java</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#e69875</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Java aqua</string>
+ <key>scope</key>
+ <string>variable.other.property.java</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#83c092</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Java purple</string>
+ <key>scope</key>
+ <string>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</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#d699b6</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Kotlin red</string>
+ <key>scope</key>
+ <string>keyword.other.import.kotlin</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#e67e80</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Kotlin orange</string>
+ <key>scope</key>
+ <string>storage.type.kotlin</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#e69875</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Kotlin aqua</string>
+ <key>scope</key>
+ <string>constant.language.kotlin</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#83c092</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Kotlin purple</string>
+ <key>scope</key>
+ <string>entity.name.package.kotlin, storage.type.annotation.kotlin</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#d699b6</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Scala purple</string>
+ <key>scope</key>
+ <string>entity.name.package.scala</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#d699b6</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Scala blue</string>
+ <key>scope</key>
+ <string>constant.language.scala</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#7fbbb3</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Scala aqua</string>
+ <key>scope</key>
+ <string>entity.name.import.scala</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#83c092</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Scala green</string>
+ <key>scope</key>
+ <string>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</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#a7c080</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Scala yellow</string>
+ <key>scope</key>
+ <string>entity.name.class, entity.other.inherited-class.scala</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#dbbc7f</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Scala orange</string>
+ <key>scope</key>
+ <string>keyword.declaration.stable.scala, keyword.other.arrow.scala</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#e69875</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Scala red</string>
+ <key>scope</key>
+ <string>keyword.other.import.scala</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#e67e80</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Groovy white</string>
+ <key>scope</key>
+ <string>keyword.operator.navigation.groovy, meta.method.body.java, meta.definition.method.groovy, meta.definition.method.signature.java</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#d3c6aa</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Scala grey</string>
+ <key>scope</key>
+ <string>punctuation.separator.groovy</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#859289</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Scala red</string>
+ <key>scope</key>
+ <string>keyword.other.import.groovy, keyword.other.package.groovy, keyword.other.import.static.groovy</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#e67e80</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Groovy orange</string>
+ <key>scope</key>
+ <string>storage.type.def.groovy</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#e69875</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Groovy green</string>
+ <key>scope</key>
+ <string>variable.other.interpolated.groovy, meta.method.groovy</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#a7c080</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Groovy aqua</string>
+ <key>scope</key>
+ <string>storage.modifier.import.groovy, storage.modifier.package.groovy</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#83c092</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Groovy purple</string>
+ <key>scope</key>
+ <string>storage.type.annotation.groovy</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#d699b6</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Go red</string>
+ <key>scope</key>
+ <string>keyword.type.go</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#e67e80</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Go aqua</string>
+ <key>scope</key>
+ <string>entity.name.package.go</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#83c092</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Go purple</string>
+ <key>scope</key>
+ <string>keyword.import.go, keyword.package.go</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#d699b6</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Rust white</string>
+ <key>scope</key>
+ <string>entity.name.type.mod.rust</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#d3c6aa</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Rust grey</string>
+ <key>scope</key>
+ <string>keyword.operator.path.rust, keyword.operator.member-access.rust</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#859289</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Rust orange</string>
+ <key>scope</key>
+ <string>storage.type.rust</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#e69875</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Rust aqua</string>
+ <key>scope</key>
+ <string>support.constant.core.rust</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#83c092</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Rust purple</string>
+ <key>scope</key>
+ <string>meta.attribute.rust, variable.language.rust, storage.type.module.rust</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#d699b6</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Swift white</string>
+ <key>scope</key>
+ <string>meta.function-call.swift, support.function.any-method.swift</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#d3c6aa</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Swift aqua</string>
+ <key>scope</key>
+ <string>support.variable.swift</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#83c092</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>PHP white</string>
+ <key>scope</key>
+ <string>keyword.operator.class.php</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#d3c6aa</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>PHP orange</string>
+ <key>scope</key>
+ <string>storage.type.trait.php</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#e69875</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>PHP aqua</string>
+ <key>scope</key>
+ <string>constant.language.php, support.other.namespace.php</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#83c092</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>PHP blue</string>
+ <key>scope</key>
+ <string>storage.type.modifier.access.control.public.cpp, storage.type.modifier.access.control.private.cpp</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#7fbbb3</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>PHP purple</string>
+ <key>scope</key>
+ <string>keyword.control.import.include.php, storage.type.php</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#d699b6</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Python white</string>
+ <key>scope</key>
+ <string>meta.function-call.arguments.python</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#d3c6aa</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Python grey</string>
+ <key>scope</key>
+ <string>punctuation.definition.decorator.python, punctuation.separator.period.python</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#859289</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Python aqua</string>
+ <key>scope</key>
+ <string>constant.language.python</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#83c092</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Python purple</string>
+ <key>scope</key>
+ <string>keyword.control.import.python, keyword.control.import.from.python</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#d699b6</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Lua aqua</string>
+ <key>scope</key>
+ <string>constant.language.lua</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#83c092</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Lua blue</string>
+ <key>scope</key>
+ <string>entity.name.class.lua</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#7fbbb3</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Ruby white</string>
+ <key>scope</key>
+ <string>meta.function.method.with-arguments.ruby</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#d3c6aa</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Ruby grey</string>
+ <key>scope</key>
+ <string>punctuation.separator.method.ruby</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#859289</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Ruby orange</string>
+ <key>scope</key>
+ <string>keyword.control.pseudo-method.ruby, storage.type.variable.ruby</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#e69875</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Ruby green</string>
+ <key>scope</key>
+ <string>keyword.other.special-method.ruby</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#a7c080</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Ruby purple</string>
+ <key>scope</key>
+ <string>keyword.control.module.ruby, punctuation.definition.constant.ruby</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#d699b6</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Ruby yellow</string>
+ <key>scope</key>
+ <string>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</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#dbbc7f</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Ruby blue</string>
+ <key>scope</key>
+ <string>variable.other.constant.ruby</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#7fbbb3</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Haskell orange</string>
+ <key>scope</key>
+ <string>keyword.other.arrow.haskell, keyword.other.big-arrow.haskell, keyword.other.double-colon.haskell</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#e69875</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Haskell yellow</string>
+ <key>scope</key>
+ <string>storage.type.haskell</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#dbbc7f</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Haskell green</string>
+ <key>scope</key>
+ <string>constant.other.haskell, string.quoted.double.haskell, string.quoted.single.haskell, punctuation.definition.string.begin.haskell, punctuation.definition.string.end.haskell</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#a7c080</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Haskell blue</string>
+ <key>scope</key>
+ <string>entity.name.function.haskell</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#7fbbb3</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Haskell aqua</string>
+ <key>scope</key>
+ <string>entity.name.namespace, meta.preprocessor.haskell</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#83c092</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Julia red</string>
+ <key>scope</key>
+ <string>keyword.control.import.julia, keyword.control.export.julia</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#e67e80</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Julia orange</string>
+ <key>scope</key>
+ <string>keyword.storage.modifier.julia</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#e69875</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Julia aqua</string>
+ <key>scope</key>
+ <string>constant.language.julia</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#83c092</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Julia purple</string>
+ <key>scope</key>
+ <string>support.function.macro.julia</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#d699b6</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Elm white</string>
+ <key>scope</key>
+ <string>keyword.other.period.elm</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#d3c6aa</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Elm yellow</string>
+ <key>scope</key>
+ <string>storage.type.elm</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#dbbc7f</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>R orange</string>
+ <key>scope</key>
+ <string>keyword.other.r</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#e69875</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>R green</string>
+ <key>scope</key>
+ <string>entity.name.function.r, variable.function.r</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#a7c080</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>R aqua</string>
+ <key>scope</key>
+ <string>constant.language.r</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#83c092</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>R purple</string>
+ <key>scope</key>
+ <string>entity.namespace.r</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#d699b6</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Erlang grey</string>
+ <key>scope</key>
+ <string>punctuation.separator.module-function.erlang, punctuation.section.directive.begin.erlang</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#859289</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Erlang red</string>
+ <key>scope</key>
+ <string>keyword.control.directive.erlang, keyword.control.directive.define.erlang</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#e67e80</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Erlang yellow</string>
+ <key>scope</key>
+ <string>entity.name.type.class.module.erlang</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#dbbc7f</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Erlang green</string>
+ <key>scope</key>
+ <string>string.quoted.double.erlang, string.quoted.single.erlang, punctuation.definition.string.begin.erlang, punctuation.definition.string.end.erlang</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#a7c080</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Erlang purple</string>
+ <key>scope</key>
+ <string>keyword.control.directive.export.erlang, keyword.control.directive.module.erlang, keyword.control.directive.import.erlang, keyword.control.directive.behaviour.erlang</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#d699b6</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Elixir aqua</string>
+ <key>scope</key>
+ <string>variable.other.readwrite.module.elixir, punctuation.definition.variable.elixir</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#83c092</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Elixir blue</string>
+ <key>scope</key>
+ <string>constant.language.elixir</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#7fbbb3</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Elixir purple</string>
+ <key>scope</key>
+ <string>keyword.control.module.elixir</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#d699b6</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>OCaml white</string>
+ <key>scope</key>
+ <string>entity.name.type.value-signature.ocaml</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#d3c6aa</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>OCaml orange</string>
+ <key>scope</key>
+ <string>keyword.other.ocaml</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#e69875</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>OCaml aqua</string>
+ <key>scope</key>
+ <string>constant.language.variant.ocaml</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#83c092</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Perl red</string>
+ <key>scope</key>
+ <string>storage.type.sub.perl, storage.type.declare.routine.perl</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#e67e80</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Lisp white</string>
+ <key>scope</key>
+ <string>meta.function.lisp</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#d3c6aa</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Lisp red</string>
+ <key>scope</key>
+ <string>storage.type.function-type.lisp</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#e67e80</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Lisp green</string>
+ <key>scope</key>
+ <string>keyword.constant.lisp</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#a7c080</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Lisp aqua</string>
+ <key>scope</key>
+ <string>entity.name.function.lisp</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#83c092</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Clojure green</string>
+ <key>scope</key>
+ <string>constant.keyword.clojure, support.variable.clojure, meta.definition.variable.clojure</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#a7c080</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Clojure purple</string>
+ <key>scope</key>
+ <string>entity.global.clojure</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#d699b6</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Clojure blue</string>
+ <key>scope</key>
+ <string>entity.name.function.clojure</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#7fbbb3</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Shell white</string>
+ <key>scope</key>
+ <string>meta.scope.if-block.shell, meta.scope.group.shell</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#d3c6aa</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Shell yellow</string>
+ <key>scope</key>
+ <string>support.function.builtin.shell, entity.name.function.shell</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#dbbc7f</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Shell green</string>
+ <key>scope</key>
+ <string>string.quoted.double.shell, string.quoted.single.shell, punctuation.definition.string.begin.shell, punctuation.definition.string.end.shell, string.unquoted.heredoc.shell</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#a7c080</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Shell purple</string>
+ <key>scope</key>
+ <string>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</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#d699b6</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Fish red</string>
+ <key>scope</key>
+ <string>support.function.builtin.fish</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#e67e80</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Fish orange</string>
+ <key>scope</key>
+ <string>support.function.unix.fish</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#e69875</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Fish blue</string>
+ <key>scope</key>
+ <string>variable.other.normal.fish, punctuation.definition.variable.fish, variable.other.fixed.fish, variable.other.special.fish</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#7fbbb3</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Fish green</string>
+ <key>scope</key>
+ <string>string.quoted.double.fish, punctuation.definition.string.end.fish, punctuation.definition.string.begin.fish, string.quoted.single.fish</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#a7c080</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Fish purple</string>
+ <key>scope</key>
+ <string>constant.character.escape.single.fish</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#d699b6</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>PowerShell grey</string>
+ <key>scope</key>
+ <string>punctuation.definition.variable.powershell</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#859289</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>PowerShell yellow</string>
+ <key>scope</key>
+ <string>entity.name.function.powershell, support.function.attribute.powershell, support.function.powershell</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#dbbc7f</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>PowerShell green</string>
+ <key>scope</key>
+ <string>string.quoted.single.powershell, string.quoted.double.powershell, punctuation.definition.string.begin.powershell, punctuation.definition.string.end.powershell, string.quoted.double.heredoc.powershell</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#a7c080</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>PowerShell aqua</string>
+ <key>scope</key>
+ <string>variable.other.member.powershell</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#83c092</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>GraphQL white</string>
+ <key>scope</key>
+ <string>string.unquoted.alias.graphql</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#d3c6aa</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>GraphQL red</string>
+ <key>scope</key>
+ <string>keyword.type.graphql</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#e67e80</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>GraphQL purple</string>
+ <key>scope</key>
+ <string>entity.name.fragment.graphql</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#d699b6</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Makefile orange</string>
+ <key>scope</key>
+ <string>entity.name.function.target.makefile</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#e69875</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Makefile yellow</string>
+ <key>scope</key>
+ <string>variable.other.makefile</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#dbbc7f</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Makefile green</string>
+ <key>scope</key>
+ <string>meta.scope.prerequisites.makefile</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#a7c080</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>CMake green</string>
+ <key>scope</key>
+ <string>string.source.cmake</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#a7c080</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>CMake aqua</string>
+ <key>scope</key>
+ <string>entity.source.cmake</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#83c092</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>CMake purple</string>
+ <key>scope</key>
+ <string>storage.source.cmake</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#d699b6</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>VimL grey</string>
+ <key>scope</key>
+ <string>punctuation.definition.map.viml</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#859289</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>VimL orange</string>
+ <key>scope</key>
+ <string>storage.type.map.viml</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#e69875</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>VimL green</string>
+ <key>scope</key>
+ <string>constant.character.map.viml, constant.character.map.key.viml</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#a7c080</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>VimL blue</string>
+ <key>scope</key>
+ <string>constant.character.map.special.viml</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#7fbbb3</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Tmux green</string>
+ <key>scope</key>
+ <string>constant.language.tmux, constant.numeric.tmux</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#a7c080</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Dockerfile orange</string>
+ <key>scope</key>
+ <string>entity.name.function.package-manager.dockerfile</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#e69875</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Dockerfile yellow</string>
+ <key>scope</key>
+ <string>keyword.operator.flag.dockerfile</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#dbbc7f</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Dockerfile green</string>
+ <key>scope</key>
+ <string>string.quoted.double.dockerfile, string.quoted.single.dockerfile</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#a7c080</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Dockerfile aqua</string>
+ <key>scope</key>
+ <string>constant.character.escape.dockerfile</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#83c092</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Dockerfile purple</string>
+ <key>scope</key>
+ <string>entity.name.type.base-image.dockerfile, entity.name.image.dockerfile</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#d699b6</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Diff grey</string>
+ <key>scope</key>
+ <string>punctuation.definition.separator.diff</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#859289</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Diff red</string>
+ <key>scope</key>
+ <string>markup.deleted.diff, punctuation.definition.deleted.diff</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#e67e80</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Diff orange</string>
+ <key>scope</key>
+ <string>meta.diff.range.context, punctuation.definition.range.diff</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#e69875</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Diff yellow</string>
+ <key>scope</key>
+ <string>meta.diff.header.from-file</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#dbbc7f</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Diff green</string>
+ <key>scope</key>
+ <string>markup.inserted.diff, punctuation.definition.inserted.diff</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#a7c080</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Diff blue</string>
+ <key>scope</key>
+ <string>markup.changed.diff, punctuation.definition.changed.diff</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#7fbbb3</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Diff purple</string>
+ <key>scope</key>
+ <string>punctuation.definition.from-file.diff</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#d699b6</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Git red</string>
+ <key>scope</key>
+ <string>entity.name.section.group-title.ini, punctuation.definition.entity.ini</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#e67e80</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Git orange</string>
+ <key>scope</key>
+ <string>punctuation.separator.key-value.ini</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#e69875</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Git green</string>
+ <key>scope</key>
+ <string>string.quoted.double.ini, string.quoted.single.ini, punctuation.definition.string.begin.ini, punctuation.definition.string.end.ini</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#a7c080</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Git aqua</string>
+ <key>scope</key>
+ <string>keyword.other.definition.ini</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#83c092</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>SQL yellow</string>
+ <key>scope</key>
+ <string>support.function.aggregate.sql</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#dbbc7f</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>SQL green</string>
+ <key>scope</key>
+ <string>string.quoted.single.sql, punctuation.definition.string.end.sql, punctuation.definition.string.begin.sql, string.quoted.double.sql</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#a7c080</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>GraphQL yellow</string>
+ <key>scope</key>
+ <string>support.type.graphql</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#dbbc7f</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>GraphQL blue</string>
+ <key>scope</key>
+ <string>variable.parameter.graphql</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#7fbbb3</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>GraphQL aqua</string>
+ <key>scope</key>
+ <string>constant.character.enum.graphql</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#83c092</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>JSON grey</string>
+ <key>scope</key>
+ <string>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</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#859289</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>JSON orange</string>
+ <key>scope</key>
+ <string>support.type.property-name.json</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#e69875</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>JSON green</string>
+ <key>scope</key>
+ <string>string.quoted.double.json</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#a7c080</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>YAML grey</string>
+ <key>scope</key>
+ <string>punctuation.separator.key-value.mapping.yaml</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#859289</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>YAML green</string>
+ <key>scope</key>
+ <string>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</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#a7c080</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>YAML aqua</string>
+ <key>scope</key>
+ <string>punctuation.definition.anchor.yaml, punctuation.definition.block.sequence.item.yaml</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#83c092</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>TOML orange</string>
+ <key>scope</key>
+ <string>keyword.key.toml</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#e69875</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>TOML green</string>
+ <key>scope</key>
+ <string>string.quoted.single.basic.line.toml, string.quoted.single.literal.line.toml, punctuation.definition.keyValuePair.toml</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#a7c080</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>TOML blue</string>
+ <key>scope</key>
+ <string>constant.other.boolean.toml</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#7fbbb3</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>TOML purple</string>
+ <key>scope</key>
+ <string>entity.other.attribute-name.table.toml, punctuation.definition.table.toml, entity.other.attribute-name.table.array.toml, punctuation.definition.table.array.toml</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#d699b6</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Comment</string>
+ <key>scope</key>
+ <string>comment, string.comment, punctuation.definition.comment</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#859289</string>
+ <key>fontStyle</key>
+ <string>italic</string>
+ </dict>
+ </dict>
+ </array>
+ <key>uuid</key>
+ <string>3f688e48-bd62-4cd7-9981-9b491786d8c6</string>
+ <key>colorSpaceName</key>
+ <string>sRGB</string>
+ <key>semanticClass</key>
+ <string>theme.dark.everforest-dark</string>
+ <key>author</key>
+ <string/>
+ <key>comment</key>
+ <string/>
+ </dict>
+</plist>
diff --git a/.config/yazi/flavors/gruvbox-dark.yazi/flavor.toml b/.config/yazi/flavors/gruvbox-dark.yazi/flavor.toml
new file mode 100644
index 0000000..b2eb7cf
--- /dev/null
+++ b/.config/yazi/flavors/gruvbox-dark.yazi/flavor.toml
@@ -0,0 +1,176 @@
+# vim:fileencoding=utf-8:foldmethod=marker
+
+# : Manager {{{
+
+[manager]
+cwd = { fg = "#83a598" }
+
+# Hovered
+hovered = { reversed = true, bold = true }
+# hovered = { bg = "#3c3836", bold = true }
+preview_hovered = { underline = true }
+
+# Find
+find_keyword = { fg = "#b8bb26", italic = true }
+find_position = { fg = "#fe8019", bg = "reset", italic = true }
+
+# Marker
+marker_copied = { fg = "#8ec07c", bg = "#8ec07c" }
+marker_cut = { fg = "#d3869b", bg = "#d3869b" }
+marker_marked = { fg = "#83a598", bg = "#83a598" }
+marker_selected = { fg = "#fbf1c7", bg = "#fbf1c7" }
+
+# Tab
+tab_active = { fg = "#282828", bg = "#a89984" }
+tab_inactive = { fg = "#a89984", bg = "#504945" }
+tab_width = 1
+
+# Count
+count_copied = { fg = "#282828", bg = "#8ec07c" }
+count_cut = { fg = "#282828", bg = "#d3869b" }
+count_selected = { fg = "#282828", bg = "#fbf1c7" }
+
+# Border
+border_symbol = "│"
+border_style = { fg = "#665c54" }
+
+# : }}}
+
+# : Mode {{{
+
+[mode]
+normal_main = { fg = "#282828", bg = "#a89984", bold = true }
+normal_alt = { fg = "#a89984", bg = "#504945" }
+select_main = { fg = "#282828", bg = "#fe8019", bold = true }
+select_alt = { fg = "#a89984", bg = "#504945" }
+unset_main = { fg = "#282828", bg = "#b8bb26", bold = true }
+unset_alt = { fg = "#a89984", bg = "#504945" }
+
+# : }}}
+
+# : Status {{{
+
+[status]
+sep_left = { open = "\ue0be", close = "\ue0b8" }
+sep_right = { open = "\ue0be", close = "\ue0b8" }
+overall = { }
+
+# Progress
+progress_label = { fg = "#ebdbb2", bold = true }
+progress_normal = { fg = "#504945", bg = "#3c3836" }
+progress_error = { fg = "#fb4934", bg = "#3c3836" }
+
+# Permissions
+perm_type = { fg = "#504945" }
+perm_read = { fg = "#b8bb26" }
+perm_write = { fg = "#fb4934" }
+perm_exec = { fg = "#b8bb26" }
+perm_sep = { fg = "#665c54" }
+
+# : }}}
+
+# : Select {{{
+
+[pick]
+border = { fg = "#458588" }
+active = { fg = "#d3869b", bold = true }
+inactive = {}
+
+# : }}}
+
+# : Input {{{
+
+[input]
+border = { fg = "#ebdbb2" }
+title = {}
+value = {}
+selected = { reversed = true }
+
+# : }}}
+
+# : Tasks {{{
+
+[tasks]
+border = { fg = "#504945" }
+title = {}
+hovered = { underline = true }
+
+# : }}}
+
+# : Which {{{
+
+[which]
+mask = { bg = "#3c3836" }
+cand = { fg = "#83a598" }
+rest = { fg = "#928374" }
+desc = { fg = "#fe8019" }
+separator = "  "
+separator_style = { fg = "#504945" }
+
+# : }}}
+
+# : Help {{{
+
+[help]
+on = { fg = "#83a598" }
+run = { fg = "#d3869b" }
+hovered = { reversed = true, bold = true }
+footer = { fg = "#3c3836", bg = "#a89984" }
+
+# : }}}
+
+# : Notify {{{
+
+[notify]
+title_info = { fg = "#8ec07c" }
+title_warn = { fg = "#fbf1c7" }
+title_error = { fg = "#d3869b" }
+
+# : }}}
+
+# : File-specific styles {{{
+
+[filetype]
+rules = [
+ # Images
+ { mime = "image/*", fg = "#d3869b" },
+
+ # Media
+ { mime = "{audio,video}/*", fg = "#fabd2f" },
+
+ # Archives
+ { mime = "application/*zip", fg = "#fb4934" },
+ { mime = "application/x-{tar,bzip*,7z-compressed,xz,rar}", fg = "#fb4934" },
+
+ # Documents
+ { mime = "application/{pdf,doc,rtf,vnd.*}", fg = "#689d6a" },
+
+ # Fallback
+ { name = "*", fg = "#ebdbb2" },
+ { name = "*/", fg = "#83a598" },
+]
+
+# : }}}
+
+# : Confirmation {{{
+
+[confirm]
+border = { fg = "#a89984" }
+title = { fg = "#83a598" }
+content = { fg = "#fbf1c7" }
+body = { fg = "red" }
+list = { fg = "#ebdbb2" }
+btn_yes = { reversed = true, fg = "#ebdbb2" }
+btn_no = {}
+btn_labels = [ " [Y]es ", " (N)o " ]
+
+# : }}}
+
+# : Completion {{{
+
+[cmp]
+border = { fg = "#a89984" }
+active = { reversed = true, fg = "#83a598" }
+inactive = { fg = "#ebdbb2" }
+
+# : }}}
diff --git a/.config/yazi/flavors/gruvbox-dark.yazi/tmtheme.xml b/.config/yazi/flavors/gruvbox-dark.yazi/tmtheme.xml
new file mode 100644
index 0000000..59c1ecd
--- /dev/null
+++ b/.config/yazi/flavors/gruvbox-dark.yazi/tmtheme.xml
@@ -0,0 +1,1509 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
+<plist version="1.0">
+ <dict>
+ <key>comment</key>
+ <string>Based on gruvbox for Vim (https://github.com/morhetz/gruvbox)</string>
+ <key>originalAuthor</key>
+ <string>Pavel Pertsev (https://github.com/morhetz)</string>
+ <key>author</key>
+ <string>Brian Reilly (https://github.com/Briles/gruvbox)</string>
+ <key>name</key>
+ <string>gruvbox (Dark) (Medium)</string>
+ <key>colorSpaceName</key>
+ <string>sRGB</string>
+ <key>settings</key>
+ <array>
+ <dict>
+ <key>settings</key>
+ <dict>
+ <key>background</key>
+ <string>#222222</string>
+ <key>caret</key>
+ <string>#a89984</string>
+ <key>foreground</key>
+ <string>#ebdbb280</string>
+ <key>invisibles</key>
+ <string>#ebdbb226</string>
+ <key>lineHighlight</key>
+ <string>#3c3836</string>
+ <key>selection</key>
+ <string>#3c3836</string>
+ <key>inactiveSelection</key>
+ <string>#3c3836</string>
+ <key>guide</key>
+ <string>#ebdbb226</string>
+ <key>activeGuide</key>
+ <string>#ebdbb280</string>
+ <key>stackGuide</key>
+ <string>#ebdbb240</string>
+ <key>bracketContentsOptions</key>
+ <string>underline</string>
+ <key>bracketContentsForeground</key>
+ <string>#bdae93</string>
+ <key>bracketsOptions</key>
+ <string>underline</string>
+ <key>bracketsForeground</key>
+ <string>#bdae93</string>
+ <key>gutterForeground</key>
+ <string>#928374</string>
+ <key>highlight</key>
+ <string>#fbf1c7</string>
+ <key>highlightForeground</key>
+ <string>#fbf1c7</string>
+ <key>findHighlight</key>
+ <string>#d79921</string>
+ <key>findHighlightForeground</key>
+ <string>#222222</string>
+ <key>tagsOptions</key>
+ <string>underline</string>
+ <key>selectionBorder</key>
+ <string>#3c3836</string>
+ <key>popupCss</key>
+ <string>
+ html {
+ background-color: #1b1b1b;
+ color: #fbf1c7;
+ padding: 12px;
+ }
+
+ a {
+ color: #8ec07c;
+ }
+
+ .error, .deleted {
+ color: #fb4934;
+ }
+
+ .success, .inserted, .name {
+ color: #b8bb26;
+ }
+
+ .warning, .modified {
+ color: #fabd2f;
+ }
+
+ .type {
+ color: #fabd2f;
+ font-style: italic;
+ }
+
+ .param {
+ color: #fbf1c7;
+ }
+
+ .current {
+ text-decoration: underline;
+ }
+ </string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Text and Source Base Colors</string>
+ <key>scope</key>
+ <string>meta.group, meta.method-call.source.cs, meta.method.attribute.source.cs, meta.method.body.java, meta.method.body.source.cs, meta.method.source.cs, none, source, text</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#fbf1c7</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Punctuation</string>
+ <key>scope</key>
+ <string>entity.quasi.element meta.group.braces, keyword.operator keyword.operator.neon, keyword.operator operator.neon, keyword.operator.accessor, keyword.other.accessor, meta.attribute-selector keyword.operator.stylus, meta.brace, meta.delimiter, meta.group.braces, meta.punctuation.separator, meta.separator, punctuation</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#fbf1c7</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Comments</string>
+ <key>scope</key>
+ <string>comment, comment text, markup.strikethrough, punctuation.definition.comment, punctuation.whitespace.comment, string.comment, text.cancelled</string>
+ <key>settings</key>
+ <dict>
+ <key>fontStyle</key>
+ <string>italic</string>
+ <key>foreground</key>
+ <string>#928374</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Keywords Inside Comments</string>
+ <key>scope</key>
+ <string>comment.keyword, comment.keyword.punctuation</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#d5c4a1</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>DocBlockr &amp; Other Keywords Inside Comments</string>
+ <key>scope</key>
+ <string>comment.parameter, comment.punctuation, comment.string, comment.type, keyword.other.phpdoc.php, punctuation.definition.keyword.javadoc, source.groovy keyword.other.documentation, source.java keyword.other.documentation, storage.type.annotation.coffeescript, storage.type.class.jsdoc</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#bdae93</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Entity</string>
+ <key>scope</key>
+ <string>constant.language.name, entity.name.type, entity.other.inherited-class</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#fabd2f</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Template String Punctuation</string>
+ <key>scope</key>
+ <string>constant.other.placeholder, entity.name.tag.mustache, entity.tag.tagbraces, punctuation.definition.string.template, punctuation.definition.template-expression, punctuation.quasi, punctuation.section.embedded, string.interpolated, variable.other.interpolation.scss</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#8ec07c</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Keywords</string>
+ <key>scope</key>
+ <string>js.embedded.control.flow keyword.operator.js, keyword, keyword.control, keyword.operator.logical.python, meta.at-rule.media support.function.misc, meta.prolog.haml, meta.tag.sgml.doctype.html, storage.type.function.jade, storage.type.function.pug, storage.type.import.haxe, storage.type.import.include.jade, storage.type.import.include.pug, support.keyword.timing-direction, variable.documentroot</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#fb4934</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>CSS At-Rule Punctuation (@) &amp; At-Rule Vendor Prefixes</string>
+ <key>scope</key>
+ <string>keyword.control.at-rule support.type.property-vendor, punctuation.definition.keyword</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#cc241d</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Operators</string>
+ <key>scope</key>
+ <string>keyword.control.new, keyword.control.operator, keyword.operator, keyword.other.arrow, keyword.other.double-colon, punctuation.operator</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#8ec07c</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Constants Punctuation</string>
+ <key>scope</key>
+ <string>constant.other.color punctuation.definition.constant, constant.other.symbol punctuation.definition.constant, constant.other.unit, keyword.other.unit, punctuation.section.flowtype, support.constant.unicode-range.prefix</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#b16286</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Storage</string>
+ <key>scope</key>
+ <string>storage, storage.type.annotation, storage.type.primitive</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#fb4934</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>scope</key>
+ <string>storage.modifier.import, storage.modifier.package, storage.type.import, variable.import, variable.package</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#fbf1c7</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Function Keyword</string>
+ <key>scope</key>
+ <string>entity.quasi.tag.name, meta.function storage.type.matlab, storage.type.function</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#8ec07c</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Variables</string>
+ <key>scope</key>
+ <string>entity.name.val.declaration, entity.name.variable, meta.definition.variable, storage.type.variable, support.type.custom-property, support.type.variable-name, variable, variable.interpolation variable, variable.other.interpolation variable, variable.parameter.dosbatch, variable.parameter.output.function.matlab, variable.parameter.sass</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#83a598</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Variable - Punctuation</string>
+ <key>scope</key>
+ <string>keyword.other.custom-property.prefix, punctuation.definition.custom-property, punctuation.definition.variable, support.constant.custom-property-name.prefix, variable.interpolation, variable.other.dollar punctuation.dollar, variable.other.object.dollar punctuation.dollar</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#458588</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Function Declaration - Punctuation</string>
+ <key>scope</key>
+ <string>entity.name.function punctuation.dollar</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#98971a</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Object Properties</string>
+ <key>scope</key>
+ <string>meta.property.object</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#fbf1c7</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Object Literal Properties</string>
+ <key>scope</key>
+ <string>constant.other.object.key string, meta.object-literal.key</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#fbf1c7</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Parameters</string>
+ <key>scope</key>
+ <string>meta.parameters, variable.parameter</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#fbf1c7</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>SASS Import URL</string>
+ <key>scope</key>
+ <string>variable.parameter.url</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#b8bb26</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Language Constants</string>
+ <key>scope</key>
+ <string>constant, constant.numeric, constant.other, constant.other.color, constant.other.symbol, support.constant, support.constant.color, support.constant.font-name, support.constant.media, support.constant.prototype, variable.language</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#d3869b</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Language Constants Punctuation</string>
+ <key>scope</key>
+ <string>variable.language punctuation.definition.variable</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#b16286</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>User-Defined Constants</string>
+ <key>scope</key>
+ <string>entity.name.constant, variable.other.constant</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#fabd2f</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Escaped Characters</string>
+ <key>scope</key>
+ <string>constant.character.escape, constant.character.escaped, constant.character.quoted, constant.other.character-class.escape</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#fb4934</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Invalids and Illegals</string>
+ <key>scope</key>
+ <string>invalid</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#fbf1c7</string>
+ <key>background</key>
+ <string>#fb4934</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Inner Scopes of Invalids and Illegals</string>
+ <key>scope</key>
+ <string>invalid keyword.other.custom-property.prefix, invalid support.type.custom-property.name</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#fbf1c7</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Errors</string>
+ <key>scope</key>
+ <string>message.error</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#fb4934</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Strings</string>
+ <key>scope</key>
+ <string>meta.object-literal.key string, string</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#b8bb26</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>JSON Keys</string>
+ <key>scope</key>
+ <string>meta.structure.dictionary.key.json string</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#83a598</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Regular Expressions Text</string>
+ <key>scope</key>
+ <string>source.regexp, string.regexp</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#b8bb26</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Regular Expressions Start &amp; End Punctuation</string>
+ <key>scope</key>
+ <string>string.regexp punctuation.definition.string</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#bdae93</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Regular Expressions Character Class Punctuation ([])</string>
+ <key>scope</key>
+ <string>keyword.control.set.regexp, punctuation.definition.character-class, string.regexp.character-class.ruby</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#d3869b</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Regular Expressions Capturing Group</string>
+ <key>scope</key>
+ <string>string.regexp.group</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#fbf1c7</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Regular Expressions Assertions</string>
+ <key>scope</key>
+ <string>constant.other.assertion.regexp, punctuation.definition.group.assertion.regexp, punctuation.definition.group.capture.regexp</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#83a598</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Regular Expressions Character Class</string>
+ <key>scope</key>
+ <string>constant.other.character-class.escape.backslash.regexp, keyword.control.character-class.regexp, string.regexp.character-class constant.character.escape</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#fabd2f</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Regular Expressions Quantifiers &amp; Operators</string>
+ <key>scope</key>
+ <string>string.regexp.arbitrary-repetition, string.regexp.arbitrary-repetition punctuation</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#8ec07c</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Hyperlinks</string>
+ <key>scope</key>
+ <string>constant.other.reference.link, string.other.link</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#8ec07c</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Hyperlink Punctuation</string>
+ <key>scope</key>
+ <string>meta.image.inline punctuation.definition.string, meta.link.inline punctuation.definition.string, meta.link.reference punctuation.definition.constant, meta.link.reference.literal punctuation.definition.constant, meta.link.reference.literal punctuation.definition.string</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#689d6a</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Markup Tag Punctuation</string>
+ <key>scope</key>
+ <string>punctuation.definition.tag</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#83a598</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Markdown Heading</string>
+ <key>scope</key>
+ <string>markup.heading</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#b8bb26</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Markdown Heading Punctuation</string>
+ <key>scope</key>
+ <string>punctuation.definition.heading, punctuation.definition.identity</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#98971a</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Markdown Bold Text</string>
+ <key>scope</key>
+ <string>markup.bold</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#fe8019</string>
+ <key>fontStyle</key>
+ <string>bold</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Markdown Bold Text Punctuation</string>
+ <key>scope</key>
+ <string>punctuation.definition.bold</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#d65d0e</string>
+ <key>fontStyle</key>
+ <string>bold</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Markdown Italic Text</string>
+ <key>scope</key>
+ <string>markup.italic</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#fb4934</string>
+ <key>fontStyle</key>
+ <string>italic</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Markdown Italic Text Punctuation</string>
+ <key>scope</key>
+ <string>punctuation.definition.italic</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#cc241d</string>
+ <key>fontStyle</key>
+ <string>italic</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Markdown Inline Code</string>
+ <key>scope</key>
+ <string>markup.raw.inline</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#fabd2f</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Markdown Inline Code Punctuation</string>
+ <key>scope</key>
+ <string>markup.raw.inline punctuation.definition.raw</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#d79921</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Markdown Quoted</string>
+ <key>scope</key>
+ <string>markup.quote</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#d3869b</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Markdown Quoted Punctuation</string>
+ <key>scope</key>
+ <string>markup.quote punctuation.definition.blockquote</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#b16286</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Markdown List</string>
+ <key>scope</key>
+ <string>markup.list</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#83a598</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Markdown List Punctuation</string>
+ <key>scope</key>
+ <string>markup.list punctuation.definition.list_item</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#458588</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Markdown Separators</string>
+ <key>scope</key>
+ <string>meta.separator.markdown</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#928374</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Support</string>
+ <key>scope</key>
+ <string>meta.function-call.constructor variable.type, support.class, support.type, variable.other.class</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#fabd2f</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Supporting Type - Dollar Punctuation</string>
+ <key>scope</key>
+ <string>support.class punctuation.dollar</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#d79921</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Function Calls</string>
+ <key>scope</key>
+ <string>entity.name.function.jade, entity.name.function.pug, keyword.other.special-method, meta.function-call variable.function, meta.function-call variable.other.dollar.only punctuation.dollar, support.function</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#8ec07c</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Method Calls</string>
+ <key>scope</key>
+ <string>meta.function-call.method support.function, meta.function-call.method variable.function, meta.function-call.static variable.function, meta.method-call, meta.method-call support.function, meta.method-call variable.function, support.function.mutator</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#689d6a</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Special Variables</string>
+ <key>scope</key>
+ <string>support.module</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#d3869b</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Entities</string>
+ <key>scope</key>
+ <string>entity.name.accessor, entity.name.function, entity.name.label, entity.name.section</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#b8bb26</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Modules</string>
+ <key>scope</key>
+ <string>entity.name.module</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#fe8019</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>HTML &amp; CSS ID</string>
+ <key>scope</key>
+ <string>constant.id.tag, entity.name.tag.id, entity.other.attribute-name.id</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#fe8019</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>HTML &amp; CSS ID Punctuation (#)</string>
+ <key>scope</key>
+ <string>entity.other.attribute-name.id punctuation.definition.entity</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#d65d0e</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>HTML &amp; CSS Class</string>
+ <key>scope</key>
+ <string>entity.name.tag.class, entity.other.attribute-name.class</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#fabd2f</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>HTML &amp; CSS Class Punctuation (.)</string>
+ <key>scope</key>
+ <string>entity.other.attribute-name.class punctuation.definition.entity</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#d79921</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>CSS Attribute Selector Attribute Name</string>
+ <key>scope</key>
+ <string>meta.attribute-selector entity.other.attribute-name</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#d79921</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>HTML &amp; XML Entity Punctuation</string>
+ <key>scope</key>
+ <string>constant.character.entity punctuation.definition.constant, constant.character.entity punctuation.definition.entity</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#b16286</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>scope</key>
+ <string>entity.name.class, entity.name.type.class</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#fabd2f</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Markup Tag</string>
+ <key>scope</key>
+ <string>entity.name.function.neon, entity.name.namespace.wildcard, entity.name.tag, entity.tag, keyword.control.untitled, keyword.doctype.xml, keyword.operator support.other.neon, punctuation.definition.prolog.haml, source.less keyword.control.html.elements</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#83a598</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>HTML Attribute Names</string>
+ <key>scope</key>
+ <string>entity.name.attribute-name, entity.other.attribute-name, meta.section.attributes.haml constant.other.symbol.ruby</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#fabd2f</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>CSS Pseudo Elements/Classes &amp; Vendor Prefixes</string>
+ <key>scope</key>
+ <string>entity.other.attribute-name.placeholder punctuation.definition.entity, entity.other.attribute-name.pseudo-class, entity.other.attribute-name.pseudo-element, entity.other.attribute-name.tag.pseudo-class, entity.other.attribute-name.tag.pseudo-element, entity.other.pseudo-class, entity.other.pseudo-element, support.type.vendor-prefix</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#d79921</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>CSS Animations / Keyframes</string>
+ <key>scope</key>
+ <string>entity.function-name.stylus, entity.other.animation-keyframe.stylus, entity.other.animation-name, keyword.language.function.misc.stylus, meta.at-rule.keyframes entity.name.function, variable.other.animation-name</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#8ec07c</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Author-Defined Names</string>
+ <key>scope</key>
+ <string>entity.other.namespace-prefix</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#8ec07c</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>scope</key>
+ <string>meta.class.body, meta.tag</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#fbf1c7</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Markdown Image &amp; Hyperlink</string>
+ <key>scope</key>
+ <string>meta.image, meta.link</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#d3869b</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Markdown Image &amp; Hyperlink Punctuation</string>
+ <key>scope</key>
+ <string>meta.image punctuation.definition.metadata, meta.link punctuation.definition.metadata</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#b16286</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>scope</key>
+ <string>meta.require</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#b8bb26</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Function Call Braces</string>
+ <key>scope</key>
+ <string>constant.name.attribute.tag.jade, constant.name.attribute.tag.pug, meta.brace.round, meta.function-call meta.group punctuation.definition.group, punctuation.definition.method-parameters, punctuation.definition.parameters</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#bdae93</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>CSS Property Names</string>
+ <key>scope</key>
+ <string>meta.property-name, support.type.property-name, support.type.shape.definition support.constant.property-value</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#b8bb26</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>CSS Property Name Vendor Prefixes</string>
+ <key>scope</key>
+ <string>meta.property-name support.type.vendor-prefix, support.type.property-name.media support.type.vendor-prefix</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#98971a</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>CSS Property Values</string>
+ <key>scope</key>
+ <string>constant.string.sass, meta.property-value, support.constant.property-value</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#fbf1c7</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>CSS Property Value Vendor Prefixes</string>
+ <key>scope</key>
+ <string>meta.property-value support.type.vendor-prefix</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#bdae93</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Diff Foreground Text</string>
+ <key>scope</key>
+ <string>source.diff</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#a89984</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Diff Header Text From</string>
+ <key>scope</key>
+ <string>meta.diff.header.from-file</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#83a598</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Diff Header Text From Punctuation</string>
+ <key>scope</key>
+ <string>punctuation.definition.from-file</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#458588</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Diff Header Text To</string>
+ <key>scope</key>
+ <string>meta.diff.header.to-file</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#d3869b</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Diff Header Text To Punctuation</string>
+ <key>scope</key>
+ <string>punctuation.definition.to-file</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#b16286</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Diff Additions &amp; Deletions Stats</string>
+ <key>scope</key>
+ <string>meta.diff.range, meta.toc-list.line-number</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#fabd2f</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Diff Additions &amp; Deletions Stats Punctuation</string>
+ <key>scope</key>
+ <string>punctuation.definition.range.diff</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#d79921</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>FiF Line Number</string>
+ <key>scope</key>
+ <string>constant.numeric.line-number</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#928374</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>FiF Line Number Matched</string>
+ <key>scope</key>
+ <string>constant.numeric.line-number.match</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#8ec07c</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>FiF Filename</string>
+ <key>scope</key>
+ <string>entity.name.filename</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#b8bb26</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>GitGutter &amp; Diff Deleted</string>
+ <key>scope</key>
+ <string>markup.deleted, punctuation.definition.deleted</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#fb4934</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>GitGutter &amp; Diff Inserted</string>
+ <key>scope</key>
+ <string>markup.inserted, punctuation.definition.inserted</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#b8bb26</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>GitGutter &amp; Diff Changed</string>
+ <key>scope</key>
+ <string>markup.changed, punctuation.definition.changed</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#fabd2f</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>GitGutter ignored</string>
+ <key>scope</key>
+ <string>markup.ignored</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#928374</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>GitGutter untracked</string>
+ <key>scope</key>
+ <string>markup.untracked</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#928374</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Bracket Tag</string>
+ <key>scope</key>
+ <string>brackethighlighter.tag</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#bdae93</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Bracket Curly</string>
+ <key>scope</key>
+ <string>brackethighlighter.curly</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#bdae93</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Bracket Round</string>
+ <key>scope</key>
+ <string>brackethighlighter.round</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#bdae93</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Bracket Square</string>
+ <key>scope</key>
+ <string>brackethighlighter.square</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#bdae93</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Bracket Angle</string>
+ <key>scope</key>
+ <string>brackethighlighter.angle</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#bdae93</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Bracket Quote</string>
+ <key>scope</key>
+ <string>brackethighlighter.quote</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#bdae93</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Bracket Unmatched</string>
+ <key>scope</key>
+ <string>brackethighlighter.unmatched</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#fb4934</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>SublimeLinter Error</string>
+ <key>scope</key>
+ <string>sublimelinter.mark.error</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#fb4934</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>SublimeLinter Gutter Mark</string>
+ <key>scope</key>
+ <string>sublimelinter.gutter-mark</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#928374</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>SublimeLinter Warning</string>
+ <key>scope</key>
+ <string>sublimelinter.mark.warning</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#fabd2f</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>HexViewer Upper Byte Nibble</string>
+ <key>scope</key>
+ <string>raw.nibble.upper</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#fbf1c7</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>HexViewer Lower Byte Nibble</string>
+ <key>scope</key>
+ <string>raw.nibble.lower</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#fbf1c7</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>HexViewer Highlight</string>
+ <key>scope</key>
+ <string>hexviewer.highlight</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#222222</string>
+ <key>background</key>
+ <string>#fabd2f</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>HexViewer Edited Highlight</string>
+ <key>scope</key>
+ <string>hexviewer.highlight.edited</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#222222</string>
+ <key>background</key>
+ <string>#fe8019</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Raw New Line: Carriage Return</string>
+ <key>scope</key>
+ <string>glyph.carriage-return</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#ebdbb226</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Raw New Line: New Line Glyph</string>
+ <key>scope</key>
+ <string>glyph.new-line</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#ebdbb226</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>PlainTasks: Header</string>
+ <key>scope</key>
+ <string>keyword.control.header.todo</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#b8bb26</string>
+ <key>background</key>
+ <string>#3a3a3a</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>PlainTasks: Notes</string>
+ <key>scope</key>
+ <string>notes.todo</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#bdae93</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>PlainTasks: Punctuation</string>
+ <key>scope</key>
+ <string>text.todo punctuation.definition.bold, text.todo punctuation.definition.italic</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#7c6f64</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>PlainTasks: Task Pending</string>
+ <key>scope</key>
+ <string>meta.item.todo.pending</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#fbf1c7</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>PlainTasks: Task Pending Punctuation</string>
+ <key>scope</key>
+ <string>punctuation.definition.bullet.pending.todo</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#928374</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>PlainTasks: Task Completed Punctuation</string>
+ <key>scope</key>
+ <string>punctuation.definition.bullet.completed.todo</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#8ec07c</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>PlainTasks: Task Cancelled Punctuation</string>
+ <key>scope</key>
+ <string>punctuation.definition.bullet.cancelled.todo</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#fb4934</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>PlainTasks: Tag Critical</string>
+ <key>scope</key>
+ <string>string.other.tag.todo.critical</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#fb4934</string>
+ <key>fontStyle</key>
+ <string>bold</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>PlainTasks: Tag High</string>
+ <key>scope</key>
+ <string>string.other.tag.todo.high</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#fe8019</string>
+ <key>fontStyle</key>
+ <string>bold</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>PlainTasks: Tag Low</string>
+ <key>scope</key>
+ <string>string.other.tag.todo.low</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#83a598</string>
+ <key>fontStyle</key>
+ <string>bold</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>PlainTasks: Tag Today</string>
+ <key>scope</key>
+ <string>string.other.tag.todo.today</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#fabd2f</string>
+ <key>fontStyle</key>
+ <string>bold</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>PlainTasks: Tag</string>
+ <key>scope</key>
+ <string>meta.tag.todo</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#d3869b</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>PlainTasks: URL</string>
+ <key>scope</key>
+ <string>punctuation.definition.url, todo.url</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#83a598</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>PlainTasks: Separator</string>
+ <key>scope</key>
+ <string>meta.punctuation.archive.todo, meta.punctuation.separator.todo</string>
+ <key>settings</key>
+ <dict>
+ <key>fontStyle</key>
+ <string>italic</string>
+ <key>foreground</key>
+ <string>#928374</string>
+ </dict>
+ </dict>
+ </array>
+ </dict>
+</plist>
diff --git a/.config/yazi/flavors/nord.yazi/flavor.toml b/.config/yazi/flavors/nord.yazi/flavor.toml
new file mode 100644
index 0000000..36b9aa5
--- /dev/null
+++ b/.config/yazi/flavors/nord.yazi/flavor.toml
@@ -0,0 +1,170 @@
+# vim:fileencoding=utf-8:foldmethod=marker
+
+# : Manager {{{
+
+[manager]
+cwd = { fg = "#88C0D0" }
+
+# Hovered
+hovered = { reversed = true }
+preview_hovered = { underline = true }
+
+# Find
+find_keyword = { fg = "#EBCB8B", bold = true, italic = true, underline = true }
+find_position = { fg = "#B48EAD", bg = "reset", bold = true, italic = true }
+
+# Marker
+marker_copied = { fg = "#A3BE8C", bg = "#A3BE8C" }
+marker_cut = { fg = "#BF616A", bg = "#BF616A" }
+marker_marked = { fg = "#88C0D0", bg = "#88C0D0" }
+marker_selected = { fg = "#EBCB8B", bg = "#EBCB8B" }
+
+# Tab
+tab_active = { reversed = true }
+tab_inactive = {}
+tab_width = 1
+
+# Count
+count_copied = { fg = "#2E3440", bg = "#A3BE8C" }
+count_cut = { fg = "#2E3440", bg = "#BF616A" }
+count_selected = { fg = "#2E3440", bg = "#EBCB8B" }
+
+# Border
+border_symbol = "│"
+border_style = { fg = "#7B88A1" }
+
+# : }}}
+
+
+# : Mode {{{
+
+[mode]
+
+normal_main = { fg = "#2E3440", bg = "#81A1C1", bold = true }
+normal_alt = { fg = "#81A1C1", bg = "#3B4252" }
+
+# Select mode
+select_main = { fg = "#2E3440", bg = "#88C0D0", bold = true }
+select_alt = { fg = "#88C0D0", bg = "#3B4252" }
+
+# Unset mode
+unset_main = { fg = "#2E3440", bg = "#D08770", bold = true }
+unset_alt = { fg = "#D08770", bg = "#3B4252" }
+
+# : }}}
+
+
+# : Status bar {{{
+
+[status]
+# Permissions
+perm_sep = { fg = "#7B88A1" }
+perm_type = { fg = "#81A1C1" }
+perm_read = { fg = "#EBCB8B" }
+perm_write = { fg = "#BF616A" }
+perm_exec = { fg = "#A3BE8C" }
+
+# Progress
+progress_label = { fg = "#ffffff", bold = true }
+progress_normal = { fg = "#81A1C1", bg = "#434C5E" }
+progress_error = { fg = "#BF616A", bg = "#434C5E" }
+
+# : }}}
+
+
+# : Pick {{{
+
+[pick]
+border = { fg = "#81A1C1" }
+active = { fg = "#B48EAD", bold = true }
+inactive = {}
+
+# : }}}
+
+
+# : Input {{{
+
+[input]
+border = { fg = "#81A1C1" }
+title = {}
+value = {}
+selected = { reversed = true }
+
+# : }}}
+
+
+# : Completion {{{
+
+[cmp]
+border = { fg = "#81A1C1" }
+
+# : }}}
+
+
+# : Tasks {{{
+
+[tasks]
+border = { fg = "#81A1C1" }
+title = {}
+hovered = { fg = "#B48EAD", underline = true }
+
+# : }}}
+
+
+# : Which {{{
+
+[which]
+mask = { bg = "#3B4252" }
+cand = { fg = "#88C0D0" }
+rest = { fg = "#8FBCBB" }
+desc = { fg = "#B48EAD" }
+separator = "  "
+separator_style = { fg = "#4C566A" }
+
+# : }}}
+
+
+# : Help {{{
+
+[help]
+on = { fg = "#88C0D0" }
+run = { fg = "#B48EAD" }
+hovered = { reversed = true, bold = true }
+footer = { fg = "#3B4252", bg = "#E5E9F0" }
+
+# : }}}
+
+
+# : Notify {{{
+
+[notify]
+title_info = { fg = "#A3BE8C" }
+title_warn = { fg = "#EBCB8B" }
+title_error = { fg = "#BF616A" }
+
+# : }}}
+
+
+# : File-specific styles {{{
+
+[filetype]
+
+rules = [
+ # Images
+ { mime = "image/*", fg = "#88C0D0" },
+
+ # Media
+ { mime = "{audio,video}/*", fg = "#EBCB8B" },
+
+ # Archives
+ { mime = "application/{zip,rar,7z*,tar,gzip,xz,zstd,bzip*,lzma,compress,archive,cpio,arj,xar,ms-cab*}", fg = "#B48EAD" },
+
+ # Documents
+ { mime = "application/{pdf,doc,rtf}", fg = "#A3BE8C" },
+
+ # Fallback
+ { name = "*", fg = "#E5E9F0" },
+ { name = "*/", fg = "#81A1C1" },
+]
+
+# : }}}
diff --git a/.config/yazi/init.lua b/.config/yazi/init.lua
new file mode 100644
index 0000000..9775faf
--- /dev/null
+++ b/.config/yazi/init.lua
@@ -0,0 +1,4 @@
+require("session"):setup {
+ sync_yanked = true,
+}
+require("git"):setup()
diff --git a/.config/yazi/plugins/git.yazi/main.lua b/.config/yazi/plugins/git.yazi/main.lua
new file mode 100644
index 0000000..e6b3a36
--- /dev/null
+++ b/.config/yazi/plugins/git.yazi/main.lua
@@ -0,0 +1,261 @@
+--- @since 25.5.31
+
+local WINDOWS = ya.target_family() == "windows"
+
+-- The code of supported git status,
+-- also used to determine which status to show for directories when they contain different statuses
+-- see `bubble_up`
+---@enum CODES
+local CODES = {
+ excluded = 100, -- ignored directory
+ ignored = 6, -- ignored file
+ untracked = 5,
+ modified = 4,
+ added = 3,
+ deleted = 2,
+ updated = 1,
+ unknown = 0,
+}
+
+local PATTERNS = {
+ { "!$", CODES.ignored },
+ { "?$", CODES.untracked },
+ { "[MT]", CODES.modified },
+ { "[AC]", CODES.added },
+ { "D", CODES.deleted },
+ { "U", CODES.updated },
+ { "[AD][AD]", CODES.updated },
+}
+
+---@param line string
+---@return CODES, string
+local function match(line)
+ local signs = line:sub(1, 2)
+ for _, p in ipairs(PATTERNS) do
+ local path, pattern, code = nil, p[1], p[2]
+ if signs:find(pattern) then
+ path = line:sub(4, 4) == '"' and line:sub(5, -2) or line:sub(4)
+ path = WINDOWS and path:gsub("/", "\\") or path
+ end
+ if not path then
+ elseif path:find("[/\\]$") then
+ -- Mark the ignored directory as `excluded`, so we can process it further within `propagate_down`
+ return code == CODES.ignored and CODES.excluded or code, path:sub(1, -2)
+ else
+ return code, path
+ end
+ ---@diagnostic disable-next-line: missing-return
+ end
+end
+
+---@param cwd Url
+---@return string?
+local function root(cwd)
+ local is_worktree = function(url)
+ local file, head = io.open(tostring(url)), nil
+ if file then
+ head = file:read(8)
+ file:close()
+ end
+ return head == "gitdir: "
+ end
+
+ repeat
+ local next = cwd:join(".git")
+ local cha = fs.cha(next)
+ if cha and (cha.is_dir or is_worktree(next)) then
+ return tostring(cwd)
+ end
+ cwd = cwd.parent
+ until not cwd
+end
+
+---@param changed Changes
+---@return Changes
+local function bubble_up(changed)
+ local new, empty = {}, Url("")
+ for path, code in pairs(changed) do
+ if code ~= CODES.ignored then
+ local url = Url(path).parent
+ while url and url ~= empty do
+ local s = tostring(url)
+ new[s] = (new[s] or CODES.unknown) > code and new[s] or code
+ url = url.parent
+ end
+ end
+ end
+ return new
+end
+
+---@param excluded string[]
+---@param cwd Url
+---@param repo Url
+---@return Changes
+local function propagate_down(excluded, cwd, repo)
+ local new, rel = {}, cwd:strip_prefix(repo)
+ for _, path in ipairs(excluded) do
+ if rel:starts_with(path) then
+ -- If `cwd` is a subdirectory of an excluded directory, also mark it as `excluded`
+ new[tostring(cwd)] = CODES.excluded
+ elseif cwd == repo:join(path).parent then
+ -- If `path` is a direct subdirectory of `cwd`, mark it as `ignored`
+ new[path] = CODES.ignored
+ else
+ -- Skipping, we only care about `cwd` itself and its direct subdirectories for maximum performance
+ end
+ end
+ return new
+end
+
+---@param cwd string
+---@param repo string
+---@param changed Changes
+local add = ya.sync(function(st, cwd, repo, changed)
+ ---@cast st State
+
+ st.dirs[cwd] = repo
+ st.repos[repo] = st.repos[repo] or {}
+ for path, code in pairs(changed) do
+ if code == CODES.unknown then
+ st.repos[repo][path] = nil
+ elseif code == CODES.excluded then
+ -- Mark the directory with a special value `excluded` so that it can be distinguished during UI rendering
+ st.dirs[path] = CODES.excluded
+ else
+ st.repos[repo][path] = code
+ end
+ end
+ -- TODO: remove this
+ if ui.render then
+ ui.render()
+ else
+ ya.render()
+ end
+end)
+
+---@param cwd string
+local remove = ya.sync(function(st, cwd)
+ ---@cast st State
+
+ local repo = st.dirs[cwd]
+ if not repo then
+ return
+ end
+
+ -- TODO: remove this
+ if ui.render then
+ ui.render()
+ else
+ ya.render()
+ end
+ st.dirs[cwd] = nil
+ if not st.repos[repo] then
+ return
+ end
+
+ for _, r in pairs(st.dirs) do
+ if r == repo then
+ return
+ end
+ end
+ st.repos[repo] = nil
+end)
+
+---@param st State
+---@param opts Options
+local function setup(st, opts)
+ st.dirs = {}
+ st.repos = {}
+
+ opts = opts or {}
+ opts.order = opts.order or 1500
+
+ local t = th.git or {}
+ local styles = {
+ [CODES.ignored] = t.ignored and ui.Style(t.ignored) or ui.Style():fg("darkgray"),
+ [CODES.untracked] = t.untracked and ui.Style(t.untracked) or ui.Style():fg("magenta"),
+ [CODES.modified] = t.modified and ui.Style(t.modified) or ui.Style():fg("yellow"),
+ [CODES.added] = t.added and ui.Style(t.added) or ui.Style():fg("green"),
+ [CODES.deleted] = t.deleted and ui.Style(t.deleted) or ui.Style():fg("red"),
+ [CODES.updated] = t.updated and ui.Style(t.updated) or ui.Style():fg("yellow"),
+ }
+ local signs = {
+ [CODES.ignored] = t.ignored_sign or "",
+ [CODES.untracked] = t.untracked_sign or "?",
+ [CODES.modified] = t.modified_sign or "",
+ [CODES.added] = t.added_sign or "",
+ [CODES.deleted] = t.deleted_sign or "",
+ [CODES.updated] = t.updated_sign or "",
+ }
+
+ Linemode:children_add(function(self)
+ local url = self._file.url
+ local repo = st.dirs[tostring(url.base)]
+ local code
+ if repo then
+ code = repo == CODES.excluded and CODES.ignored or st.repos[repo][tostring(url):sub(#repo + 2)]
+ end
+
+ if not code or signs[code] == "" then
+ return ""
+ elseif self._file.is_hovered then
+ return ui.Line { " ", signs[code] }
+ else
+ return ui.Line { " ", ui.Span(signs[code]):style(styles[code]) }
+ end
+ end, opts.order)
+end
+
+---@type UnstableFetcher
+local function fetch(_, job)
+ local cwd = job.files[1].url.base
+ local repo = root(cwd)
+ if not repo then
+ remove(tostring(cwd))
+ return true
+ end
+
+ local paths = {}
+ for _, file in ipairs(job.files) do
+ paths[#paths + 1] = tostring(file.url)
+ end
+
+ -- stylua: ignore
+ local output, err = Command("git")
+ :cwd(tostring(cwd))
+ :arg({ "--no-optional-locks", "-c", "core.quotePath=", "status", "--porcelain", "-unormal", "--no-renames", "--ignored=matching" })
+ :arg(paths)
+ :stdout(Command.PIPED)
+ :output()
+ if not output then
+ return true, Err("Cannot spawn `git` command, error: %s", err)
+ end
+
+ local changed, excluded = {}, {}
+ for line in output.stdout:gmatch("[^\r\n]+") do
+ local code, path = match(line)
+ if code == CODES.excluded then
+ excluded[#excluded + 1] = path
+ else
+ changed[path] = code
+ end
+ end
+
+ if job.files[1].cha.is_dir then
+ ya.dict_merge(changed, bubble_up(changed))
+ end
+ ya.dict_merge(changed, propagate_down(excluded, cwd, Url(repo)))
+
+ -- Reset the status of any files that don't appear in the output of `git status` to `unknown`,
+ -- so that cleaning up outdated statuses from `st.repos`
+ for _, path in ipairs(paths) do
+ local s = path:sub(#repo + 2)
+ changed[s] = changed[s] or CODES.unknown
+ end
+
+ add(tostring(cwd), repo, changed)
+
+ return false
+end
+
+return { setup = setup, fetch = fetch }
diff --git a/.config/yazi/theme.toml b/.config/yazi/theme.toml
new file mode 100644
index 0000000..f2a7234
--- /dev/null
+++ b/.config/yazi/theme.toml
@@ -0,0 +1,2114 @@
+[flavor]
+dark = "gruvbox-dark"
+
+# gruvbox
+[icon]
+
+files = [
+ { name = ".babelrc", text = "", fg = "#fabd2f" },
+ { name = ".bash_profile", text = "", fg = "#98971a" },
+ { name = ".bashrc", text = "", fg = "#98971a" },
+ { name = ".clang-format", text = "", fg = "#928374" },
+ { name = ".clang-tidy", text = "", fg = "#928374" },
+ { name = ".codespellrc", text = "󰓆", fg = "#b8bb26" },
+ { name = ".condarc", text = "", fg = "#b8bb26" },
+ { name = ".dockerignore", text = "󰡨", fg = "#458588" },
+ { name = ".ds_store", text = "", fg = "#928374" },
+ { name = ".editorconfig", text = "", fg = "#a89984" },
+ { name = ".env", text = "", fg = "#d79921" },
+ { name = ".eslintignore", text = "", fg = "#b16286" },
+ { name = ".eslintrc", text = "", fg = "#b16286" },
+ { name = ".git-blame-ignore-revs", text = "", fg = "#cc241d" },
+ { name = ".gitattributes", text = "", fg = "#cc241d" },
+ { name = ".gitconfig", text = "", fg = "#cc241d" },
+ { name = ".gitignore", text = "", fg = "#cc241d" },
+ { name = ".gitlab-ci.yml", text = "", fg = "#cc241d" },
+ { name = ".gitmodules", text = "", fg = "#cc241d" },
+ { name = ".gtkrc-2.0", text = "", fg = "#8ec07c" },
+ { name = ".gvimrc", text = "", fg = "#98971a" },
+ { name = ".justfile", text = "", fg = "#928374" },
+ { name = ".luacheckrc", text = "", fg = "#458588" },
+ { name = ".luaurc", text = "", fg = "#458588" },
+ { name = ".mailmap", text = "󰊢", fg = "#cc241d" },
+ { name = ".nanorc", text = "", fg = "#b16286" },
+ { name = ".npmignore", text = "", fg = "#b16286" },
+ { name = ".npmrc", text = "", fg = "#b16286" },
+ { name = ".nuxtrc", text = "󱄆", fg = "#b8bb26" },
+ { name = ".nvmrc", text = "", fg = "#b8bb26" },
+ { name = ".pnpmfile.cjs", text = "", fg = "#d79921" },
+ { name = ".pre-commit-config.yaml", text = "󰛢", fg = "#d79921" },
+ { name = ".prettierignore", text = "", fg = "#83a598" },
+ { name = ".prettierrc", text = "", fg = "#83a598" },
+ { name = ".prettierrc.cjs", text = "", fg = "#83a598" },
+ { name = ".prettierrc.js", text = "", fg = "#83a598" },
+ { name = ".prettierrc.json", text = "", fg = "#83a598" },
+ { name = ".prettierrc.json5", text = "", fg = "#83a598" },
+ { name = ".prettierrc.mjs", text = "", fg = "#83a598" },
+ { name = ".prettierrc.toml", text = "", fg = "#83a598" },
+ { name = ".prettierrc.yaml", text = "", fg = "#83a598" },
+ { name = ".prettierrc.yml", text = "", fg = "#83a598" },
+ { name = ".pylintrc", text = "", fg = "#928374" },
+ { name = ".settings.json", text = "", fg = "#b16286" },
+ { name = ".SRCINFO", text = "󰣇", fg = "#8ec07c" },
+ { name = ".vimrc", text = "", fg = "#98971a" },
+ { name = ".Xauthority", text = "", fg = "#cc241d" },
+ { name = ".xinitrc", text = "", fg = "#cc241d" },
+ { name = ".Xresources", text = "", fg = "#cc241d" },
+ { name = ".xsession", text = "", fg = "#cc241d" },
+ { name = ".zprofile", text = "", fg = "#98971a" },
+ { name = ".zshenv", text = "", fg = "#98971a" },
+ { name = ".zshrc", text = "", fg = "#98971a" },
+ { name = "_gvimrc", text = "", fg = "#98971a" },
+ { name = "_vimrc", text = "", fg = "#98971a" },
+ { name = "AUTHORS", text = "", fg = "#b16286" },
+ { name = "AUTHORS.txt", text = "", fg = "#b16286" },
+ { name = "brewfile", text = "", fg = "#cc241d" },
+ { name = "bspwmrc", text = "", fg = "#928374" },
+ { name = "build", text = "", fg = "#98971a" },
+ { name = "build.gradle", text = "", fg = "#458588" },
+ { name = "build.zig.zon", text = "", fg = "#d79921" },
+ { name = "bun.lock", text = "", fg = "#a89984" },
+ { name = "bun.lockb", text = "", fg = "#a89984" },
+ { name = "cantorrc", text = "", fg = "#83a598" },
+ { name = "checkhealth", text = "󰓙", fg = "#458588" },
+ { name = "cmakelists.txt", text = "", fg = "#a89984" },
+ { name = "code_of_conduct", text = "", fg = "#b16286" },
+ { name = "code_of_conduct.md", text = "", fg = "#b16286" },
+ { name = "commit_editmsg", text = "", fg = "#cc241d" },
+ { name = "commitlint.config.js", text = "󰜘", fg = "#689d6a" },
+ { name = "commitlint.config.ts", text = "󰜘", fg = "#689d6a" },
+ { name = "compose.yaml", text = "󰡨", fg = "#458588" },
+ { name = "compose.yml", text = "󰡨", fg = "#458588" },
+ { name = "config", text = "", fg = "#928374" },
+ { name = "containerfile", text = "󰡨", fg = "#458588" },
+ { name = "copying", text = "", fg = "#fabd2f" },
+ { name = "copying.lesser", text = "", fg = "#fabd2f" },
+ { name = "Directory.Build.props", text = "", fg = "#458588" },
+ { name = "Directory.Build.targets", text = "", fg = "#458588" },
+ { name = "Directory.Packages.props", text = "", fg = "#458588" },
+ { name = "docker-compose.yaml", text = "󰡨", fg = "#458588" },
+ { name = "docker-compose.yml", text = "󰡨", fg = "#458588" },
+ { name = "dockerfile", text = "󰡨", fg = "#458588" },
+ { name = "eslint.config.cjs", text = "", fg = "#b16286" },
+ { name = "eslint.config.js", text = "", fg = "#b16286" },
+ { name = "eslint.config.mjs", text = "", fg = "#b16286" },
+ { name = "eslint.config.ts", text = "", fg = "#b16286" },
+ { name = "ext_typoscript_setup.txt", text = "", fg = "#d79921" },
+ { name = "favicon.ico", text = "", fg = "#fabd2f" },
+ { name = "fp-info-cache", text = "", fg = "#8ec07c" },
+ { name = "fp-lib-table", text = "", fg = "#8ec07c" },
+ { name = "FreeCAD.conf", text = "", fg = "#cc241d" },
+ { name = "Gemfile", text = "", fg = "#cc241d" },
+ { name = "gnumakefile", text = "", fg = "#928374" },
+ { name = "go.mod", text = "", fg = "#8ec07c" },
+ { name = "go.sum", text = "", fg = "#8ec07c" },
+ { name = "go.work", text = "", fg = "#8ec07c" },
+ { name = "gradle-wrapper.properties", text = "", fg = "#458588" },
+ { name = "gradle.properties", text = "", fg = "#458588" },
+ { name = "gradlew", text = "", fg = "#458588" },
+ { name = "groovy", text = "", fg = "#458588" },
+ { name = "gruntfile.babel.js", text = "", fg = "#d79921" },
+ { name = "gruntfile.coffee", text = "", fg = "#d79921" },
+ { name = "gruntfile.js", text = "", fg = "#d79921" },
+ { name = "gruntfile.ts", text = "", fg = "#d79921" },
+ { name = "gtkrc", text = "", fg = "#8ec07c" },
+ { name = "gulpfile.babel.js", text = "", fg = "#fb4934" },
+ { name = "gulpfile.coffee", text = "", fg = "#fb4934" },
+ { name = "gulpfile.js", text = "", fg = "#fb4934" },
+ { name = "gulpfile.ts", text = "", fg = "#fb4934" },
+ { name = "hypridle.conf", text = "", fg = "#8ec07c" },
+ { name = "hyprland.conf", text = "", fg = "#8ec07c" },
+ { name = "hyprlandd.conf", text = "", fg = "#8ec07c" },
+ { name = "hyprlock.conf", text = "", fg = "#8ec07c" },
+ { name = "hyprpaper.conf", text = "", fg = "#8ec07c" },
+ { name = "hyprsunset.conf", text = "", fg = "#8ec07c" },
+ { name = "i18n.config.js", text = "󰗊", fg = "#b16286" },
+ { name = "i18n.config.ts", text = "󰗊", fg = "#b16286" },
+ { name = "i3blocks.conf", text = "", fg = "#a89984" },
+ { name = "i3status.conf", text = "", fg = "#a89984" },
+ { name = "index.theme", text = "", fg = "#b8bb26" },
+ { name = "ionic.config.json", text = "", fg = "#83a598" },
+ { name = "Jenkinsfile", text = "", fg = "#cc241d" },
+ { name = "justfile", text = "", fg = "#928374" },
+ { name = "kalgebrarc", text = "", fg = "#83a598" },
+ { name = "kdeglobals", text = "", fg = "#83a598" },
+ { name = "kdenlive-layoutsrc", text = "", fg = "#689d6a" },
+ { name = "kdenliverc", text = "", fg = "#689d6a" },
+ { name = "kritadisplayrc", text = "", fg = "#d3869b" },
+ { name = "kritarc", text = "", fg = "#d3869b" },
+ { name = "license", text = "", fg = "#fabd2f" },
+ { name = "license.md", text = "", fg = "#fabd2f" },
+ { name = "lxde-rc.xml", text = "", fg = "#a89984" },
+ { name = "lxqt.conf", text = "", fg = "#83a598" },
+ { name = "makefile", text = "", fg = "#928374" },
+ { name = "mix.lock", text = "", fg = "#d3869b" },
+ { name = "mpv.conf", text = "", fg = "#b16286" },
+ { name = "next.config.cjs", text = "", fg = "#8ec07c" },
+ { name = "next.config.js", text = "", fg = "#8ec07c" },
+ { name = "next.config.ts", text = "", fg = "#8ec07c" },
+ { name = "node_modules", text = "", fg = "#b16286" },
+ { name = "nuxt.config.cjs", text = "󱄆", fg = "#b8bb26" },
+ { name = "nuxt.config.js", text = "󱄆", fg = "#b8bb26" },
+ { name = "nuxt.config.mjs", text = "󱄆", fg = "#b8bb26" },
+ { name = "nuxt.config.ts", text = "󱄆", fg = "#b8bb26" },
+ { name = "package-lock.json", text = "", fg = "#cc241d" },
+ { name = "package.json", text = "", fg = "#b16286" },
+ { name = "PKGBUILD", text = "", fg = "#8ec07c" },
+ { name = "platformio.ini", text = "", fg = "#d79921" },
+ { name = "playwright.config.cjs", text = "", fg = "#b8bb26" },
+ { name = "playwright.config.cts", text = "", fg = "#b8bb26" },
+ { name = "playwright.config.js", text = "", fg = "#b8bb26" },
+ { name = "playwright.config.mjs", text = "", fg = "#b8bb26" },
+ { name = "playwright.config.mts", text = "", fg = "#b8bb26" },
+ { name = "playwright.config.ts", text = "", fg = "#b8bb26" },
+ { name = "pnpm-lock.yaml", text = "", fg = "#d79921" },
+ { name = "pnpm-workspace.yaml", text = "", fg = "#d79921" },
+ { name = "pom.xml", text = "", fg = "#cc241d" },
+ { name = "prettier.config.cjs", text = "", fg = "#83a598" },
+ { name = "prettier.config.js", text = "", fg = "#83a598" },
+ { name = "prettier.config.mjs", text = "", fg = "#83a598" },
+ { name = "prettier.config.ts", text = "", fg = "#83a598" },
+ { name = "procfile", text = "", fg = "#d3869b" },
+ { name = "PrusaSlicer.ini", text = "", fg = "#cc241d" },
+ { name = "PrusaSlicerGcodeViewer.ini", text = "", fg = "#cc241d" },
+ { name = "py.typed", text = "", fg = "#d79921" },
+ { name = "QtProject.conf", text = "", fg = "#98971a" },
+ { name = "rakefile", text = "", fg = "#cc241d" },
+ { name = "readme", text = "󰂺", fg = "#a89984" },
+ { name = "readme.md", text = "󰂺", fg = "#a89984" },
+ { name = "rmd", text = "", fg = "#83a598" },
+ { name = "robots.txt", text = "󰚩", fg = "#b16286" },
+ { name = "security", text = "󰒃", fg = "#a89984" },
+ { name = "security.md", text = "󰒃", fg = "#a89984" },
+ { name = "settings.gradle", text = "", fg = "#458588" },
+ { name = "svelte.config.js", text = "", fg = "#cc241d" },
+ { name = "sxhkdrc", text = "", fg = "#928374" },
+ { name = "sym-lib-table", text = "", fg = "#8ec07c" },
+ { name = "tailwind.config.js", text = "󱏿", fg = "#8ec07c" },
+ { name = "tailwind.config.mjs", text = "󱏿", fg = "#8ec07c" },
+ { name = "tailwind.config.ts", text = "󱏿", fg = "#8ec07c" },
+ { name = "tmux.conf", text = "", fg = "#b8bb26" },
+ { name = "tmux.conf.local", text = "", fg = "#b8bb26" },
+ { name = "tsconfig.json", text = "", fg = "#83a598" },
+ { name = "unlicense", text = "", fg = "#fabd2f" },
+ { name = "vagrantfile", text = "", fg = "#458588" },
+ { name = "vercel.json", text = "", fg = "#8ec07c" },
+ { name = "vite.config.cjs", text = "", fg = "#d79921" },
+ { name = "vite.config.cts", text = "", fg = "#d79921" },
+ { name = "vite.config.js", text = "", fg = "#d79921" },
+ { name = "vite.config.mjs", text = "", fg = "#d79921" },
+ { name = "vite.config.mts", text = "", fg = "#d79921" },
+ { name = "vite.config.ts", text = "", fg = "#d79921" },
+ { name = "vitest.config.cjs", text = "", fg = "#d79921" },
+ { name = "vitest.config.cts", text = "", fg = "#d79921" },
+ { name = "vitest.config.js", text = "", fg = "#d79921" },
+ { name = "vitest.config.mjs", text = "", fg = "#d79921" },
+ { name = "vitest.config.mts", text = "", fg = "#d79921" },
+ { name = "vitest.config.ts", text = "", fg = "#d79921" },
+ { name = "vlcrc", text = "󰕼", fg = "#d79921" },
+ { name = "webpack", text = "󰜫", fg = "#83a598" },
+ { name = "weston.ini", text = "", fg = "#d79921" },
+ { name = "workspace", text = "", fg = "#98971a" },
+ { name = "wrangler.jsonc", text = "", fg = "#d79921" },
+ { name = "wrangler.toml", text = "", fg = "#d79921" },
+ { name = "xdph.conf", text = "", fg = "#8ec07c" },
+ { name = "xmobarrc", text = "", fg = "#fb4934" },
+ { name = "xmobarrc.hs", text = "", fg = "#fb4934" },
+ { name = "xmonad.hs", text = "", fg = "#fb4934" },
+ { name = "xorg.conf", text = "", fg = "#cc241d" },
+ { name = "xsettingsd.conf", text = "", fg = "#cc241d" },
+]
+exts = [
+ { name = "3gp", text = "", fg = "#d79921" },
+ { name = "3mf", text = "󰆧", fg = "#d3869b" },
+ { name = "7z", text = "", fg = "#d79921" },
+ { name = "a", text = "", fg = "#a89984" },
+ { name = "aac", text = "", fg = "#83a598" },
+ { name = "ada", text = "", fg = "#458588" },
+ { name = "adb", text = "", fg = "#458588" },
+ { name = "ads", text = "", fg = "#d3869b" },
+ { name = "ai", text = "", fg = "#fabd2f" },
+ { name = "aif", text = "", fg = "#83a598" },
+ { name = "aiff", text = "", fg = "#83a598" },
+ { name = "android", text = "", fg = "#b8bb26" },
+ { name = "ape", text = "", fg = "#83a598" },
+ { name = "apk", text = "", fg = "#b8bb26" },
+ { name = "apl", text = "", fg = "#b8bb26" },
+ { name = "app", text = "", fg = "#cc241d" },
+ { name = "applescript", text = "", fg = "#928374" },
+ { name = "asc", text = "󰦝", fg = "#928374" },
+ { name = "asm", text = "", fg = "#83a598" },
+ { name = "ass", text = "󰨖", fg = "#d79921" },
+ { name = "astro", text = "", fg = "#b16286" },
+ { name = "avif", text = "", fg = "#d3869b" },
+ { name = "awk", text = "", fg = "#928374" },
+ { name = "azcli", text = "", fg = "#83a598" },
+ { name = "bak", text = "󰁯", fg = "#928374" },
+ { name = "bash", text = "", fg = "#98971a" },
+ { name = "bat", text = "", fg = "#b8bb26" },
+ { name = "bazel", text = "", fg = "#98971a" },
+ { name = "bib", text = "󱉟", fg = "#fabd2f" },
+ { name = "bicep", text = "", fg = "#83a598" },
+ { name = "bicepparam", text = "", fg = "#d3869b" },
+ { name = "bin", text = "", fg = "#cc241d" },
+ { name = "blade.php", text = "", fg = "#fb4934" },
+ { name = "blend", text = "󰂫", fg = "#d79921" },
+ { name = "blp", text = "󰺾", fg = "#458588" },
+ { name = "bmp", text = "", fg = "#d3869b" },
+ { name = "bqn", text = "", fg = "#b8bb26" },
+ { name = "brep", text = "󰻫", fg = "#d79921" },
+ { name = "bz", text = "", fg = "#d79921" },
+ { name = "bz2", text = "", fg = "#d79921" },
+ { name = "bz3", text = "", fg = "#d79921" },
+ { name = "bzl", text = "", fg = "#98971a" },
+ { name = "c", text = "", fg = "#458588" },
+ { name = "c++", text = "", fg = "#fb4934" },
+ { name = "cache", text = "", fg = "#8ec07c" },
+ { name = "cast", text = "", fg = "#d79921" },
+ { name = "cbl", text = "", fg = "#458588" },
+ { name = "cc", text = "", fg = "#fb4934" },
+ { name = "ccm", text = "", fg = "#fb4934" },
+ { name = "cfc", text = "", fg = "#8ec07c" },
+ { name = "cfg", text = "", fg = "#928374" },
+ { name = "cfm", text = "", fg = "#8ec07c" },
+ { name = "cjs", text = "", fg = "#fabd2f" },
+ { name = "clj", text = "", fg = "#98971a" },
+ { name = "cljc", text = "", fg = "#98971a" },
+ { name = "cljd", text = "", fg = "#83a598" },
+ { name = "cljs", text = "", fg = "#83a598" },
+ { name = "cmake", text = "", fg = "#a89984" },
+ { name = "cob", text = "", fg = "#458588" },
+ { name = "cobol", text = "", fg = "#458588" },
+ { name = "coffee", text = "", fg = "#fabd2f" },
+ { name = "conda", text = "", fg = "#b8bb26" },
+ { name = "conf", text = "", fg = "#928374" },
+ { name = "config.ru", text = "", fg = "#cc241d" },
+ { name = "cow", text = "󰆚", fg = "#d79921" },
+ { name = "cp", text = "", fg = "#83a598" },
+ { name = "cpp", text = "", fg = "#83a598" },
+ { name = "cppm", text = "", fg = "#83a598" },
+ { name = "cpy", text = "", fg = "#458588" },
+ { name = "cr", text = "", fg = "#a89984" },
+ { name = "crdownload", text = "", fg = "#8ec07c" },
+ { name = "cs", text = "󰌛", fg = "#d79921" },
+ { name = "csh", text = "", fg = "#928374" },
+ { name = "cshtml", text = "󱦗", fg = "#b16286" },
+ { name = "cson", text = "", fg = "#fabd2f" },
+ { name = "csproj", text = "󰪮", fg = "#b16286" },
+ { name = "css", text = "", fg = "#b16286" },
+ { name = "csv", text = "", fg = "#98971a" },
+ { name = "cts", text = "", fg = "#83a598" },
+ { name = "cu", text = "", fg = "#98971a" },
+ { name = "cue", text = "󰲹", fg = "#d3869b" },
+ { name = "cuh", text = "", fg = "#d3869b" },
+ { name = "cxx", text = "", fg = "#83a598" },
+ { name = "cxxm", text = "", fg = "#83a598" },
+ { name = "d", text = "", fg = "#cc241d" },
+ { name = "d.ts", text = "", fg = "#d79921" },
+ { name = "dart", text = "", fg = "#458588" },
+ { name = "db", text = "", fg = "#8ec07c" },
+ { name = "dconf", text = "", fg = "#8ec07c" },
+ { name = "desktop", text = "", fg = "#b16286" },
+ { name = "diff", text = "", fg = "#928374" },
+ { name = "dll", text = "", fg = "#cc241d" },
+ { name = "doc", text = "󰈬", fg = "#458588" },
+ { name = "Dockerfile", text = "󰡨", fg = "#458588" },
+ { name = "dockerignore", text = "󰡨", fg = "#458588" },
+ { name = "docx", text = "󰈬", fg = "#458588" },
+ { name = "dot", text = "󱁉", fg = "#458588" },
+ { name = "download", text = "", fg = "#8ec07c" },
+ { name = "drl", text = "", fg = "#cc241d" },
+ { name = "dropbox", text = "", fg = "#458588" },
+ { name = "dump", text = "", fg = "#8ec07c" },
+ { name = "dwg", text = "󰻫", fg = "#d79921" },
+ { name = "dxf", text = "󰻫", fg = "#d79921" },
+ { name = "ebook", text = "", fg = "#d79921" },
+ { name = "ebuild", text = "", fg = "#b16286" },
+ { name = "edn", text = "", fg = "#83a598" },
+ { name = "eex", text = "", fg = "#d3869b" },
+ { name = "ejs", text = "", fg = "#fabd2f" },
+ { name = "el", text = "", fg = "#b16286" },
+ { name = "elc", text = "", fg = "#b16286" },
+ { name = "elf", text = "", fg = "#cc241d" },
+ { name = "elm", text = "", fg = "#83a598" },
+ { name = "eln", text = "", fg = "#b16286" },
+ { name = "env", text = "", fg = "#d79921" },
+ { name = "eot", text = "", fg = "#a89984" },
+ { name = "epp", text = "", fg = "#d79921" },
+ { name = "epub", text = "", fg = "#d79921" },
+ { name = "erb", text = "", fg = "#cc241d" },
+ { name = "erl", text = "", fg = "#b16286" },
+ { name = "ex", text = "", fg = "#d3869b" },
+ { name = "exe", text = "", fg = "#cc241d" },
+ { name = "exs", text = "", fg = "#d3869b" },
+ { name = "f#", text = "", fg = "#83a598" },
+ { name = "f3d", text = "󰻫", fg = "#d79921" },
+ { name = "f90", text = "󱈚", fg = "#b16286" },
+ { name = "fbx", text = "󰆧", fg = "#d3869b" },
+ { name = "fcbak", text = "", fg = "#cc241d" },
+ { name = "fcmacro", text = "", fg = "#cc241d" },
+ { name = "fcmat", text = "", fg = "#cc241d" },
+ { name = "fcparam", text = "", fg = "#cc241d" },
+ { name = "fcscript", text = "", fg = "#cc241d" },
+ { name = "fcstd", text = "", fg = "#cc241d" },
+ { name = "fcstd1", text = "", fg = "#cc241d" },
+ { name = "fctb", text = "", fg = "#cc241d" },
+ { name = "fctl", text = "", fg = "#cc241d" },
+ { name = "fdmdownload", text = "", fg = "#8ec07c" },
+ { name = "feature", text = "", fg = "#b8bb26" },
+ { name = "fish", text = "", fg = "#928374" },
+ { name = "flac", text = "", fg = "#458588" },
+ { name = "flc", text = "", fg = "#a89984" },
+ { name = "flf", text = "", fg = "#a89984" },
+ { name = "fnl", text = "", fg = "#fabd2f" },
+ { name = "fodg", text = "", fg = "#d79921" },
+ { name = "fodp", text = "", fg = "#d79921" },
+ { name = "fods", text = "", fg = "#b8bb26" },
+ { name = "fodt", text = "", fg = "#458588" },
+ { name = "frag", text = "", fg = "#8ec07c" },
+ { name = "fs", text = "", fg = "#83a598" },
+ { name = "fsi", text = "", fg = "#83a598" },
+ { name = "fsscript", text = "", fg = "#83a598" },
+ { name = "fsx", text = "", fg = "#83a598" },
+ { name = "gcode", text = "󰐫", fg = "#83a598" },
+ { name = "gd", text = "", fg = "#928374" },
+ { name = "gemspec", text = "", fg = "#cc241d" },
+ { name = "geom", text = "", fg = "#8ec07c" },
+ { name = "gif", text = "", fg = "#d3869b" },
+ { name = "git", text = "", fg = "#cc241d" },
+ { name = "glb", text = "", fg = "#d79921" },
+ { name = "gleam", text = "", fg = "#d3869b" },
+ { name = "glsl", text = "", fg = "#8ec07c" },
+ { name = "gnumakefile", text = "", fg = "#928374" },
+ { name = "go", text = "", fg = "#8ec07c" },
+ { name = "godot", text = "", fg = "#928374" },
+ { name = "gpr", text = "", fg = "#928374" },
+ { name = "gql", text = "", fg = "#d3869b" },
+ { name = "gradle", text = "", fg = "#458588" },
+ { name = "graphql", text = "", fg = "#d3869b" },
+ { name = "gresource", text = "", fg = "#8ec07c" },
+ { name = "gv", text = "󱁉", fg = "#458588" },
+ { name = "gz", text = "", fg = "#d79921" },
+ { name = "h", text = "", fg = "#d3869b" },
+ { name = "haml", text = "", fg = "#a89984" },
+ { name = "hbs", text = "", fg = "#cc241d" },
+ { name = "heex", text = "", fg = "#d3869b" },
+ { name = "hex", text = "", fg = "#458588" },
+ { name = "hh", text = "", fg = "#d3869b" },
+ { name = "hpp", text = "", fg = "#d3869b" },
+ { name = "hrl", text = "", fg = "#b16286" },
+ { name = "hs", text = "", fg = "#d3869b" },
+ { name = "htm", text = "", fg = "#cc241d" },
+ { name = "html", text = "", fg = "#cc241d" },
+ { name = "http", text = "", fg = "#83a598" },
+ { name = "huff", text = "󰡘", fg = "#b16286" },
+ { name = "hurl", text = "", fg = "#d3869b" },
+ { name = "hx", text = "", fg = "#d79921" },
+ { name = "hxx", text = "", fg = "#d3869b" },
+ { name = "ical", text = "", fg = "#458588" },
+ { name = "icalendar", text = "", fg = "#458588" },
+ { name = "ico", text = "", fg = "#fabd2f" },
+ { name = "ics", text = "", fg = "#458588" },
+ { name = "ifb", text = "", fg = "#458588" },
+ { name = "ifc", text = "󰻫", fg = "#d79921" },
+ { name = "ige", text = "󰻫", fg = "#d79921" },
+ { name = "iges", text = "󰻫", fg = "#d79921" },
+ { name = "igs", text = "󰻫", fg = "#d79921" },
+ { name = "image", text = "", fg = "#fb4934" },
+ { name = "img", text = "", fg = "#fb4934" },
+ { name = "import", text = "", fg = "#a89984" },
+ { name = "info", text = "", fg = "#fabd2f" },
+ { name = "ini", text = "", fg = "#928374" },
+ { name = "ino", text = "", fg = "#689d6a" },
+ { name = "ipynb", text = "", fg = "#d79921" },
+ { name = "iso", text = "", fg = "#fb4934" },
+ { name = "ixx", text = "", fg = "#83a598" },
+ { name = "jar", text = "", fg = "#d79921" },
+ { name = "java", text = "", fg = "#fb4934" },
+ { name = "jl", text = "", fg = "#d3869b" },
+ { name = "jpeg", text = "", fg = "#d3869b" },
+ { name = "jpg", text = "", fg = "#d3869b" },
+ { name = "js", text = "", fg = "#fabd2f" },
+ { name = "json", text = "", fg = "#fabd2f" },
+ { name = "json5", text = "", fg = "#fabd2f" },
+ { name = "jsonc", text = "", fg = "#fabd2f" },
+ { name = "jsx", text = "", fg = "#8ec07c" },
+ { name = "jwmrc", text = "", fg = "#83a598" },
+ { name = "jxl", text = "", fg = "#d3869b" },
+ { name = "kbx", text = "󰯄", fg = "#928374" },
+ { name = "kdb", text = "", fg = "#b8bb26" },
+ { name = "kdbx", text = "", fg = "#b8bb26" },
+ { name = "kdenlive", text = "", fg = "#689d6a" },
+ { name = "kdenlivetitle", text = "", fg = "#689d6a" },
+ { name = "kicad_dru", text = "", fg = "#8ec07c" },
+ { name = "kicad_mod", text = "", fg = "#8ec07c" },
+ { name = "kicad_pcb", text = "", fg = "#8ec07c" },
+ { name = "kicad_prl", text = "", fg = "#8ec07c" },
+ { name = "kicad_pro", text = "", fg = "#8ec07c" },
+ { name = "kicad_sch", text = "", fg = "#8ec07c" },
+ { name = "kicad_sym", text = "", fg = "#8ec07c" },
+ { name = "kicad_wks", text = "", fg = "#8ec07c" },
+ { name = "ko", text = "", fg = "#a89984" },
+ { name = "kpp", text = "", fg = "#d3869b" },
+ { name = "kra", text = "", fg = "#d3869b" },
+ { name = "krz", text = "", fg = "#d3869b" },
+ { name = "ksh", text = "", fg = "#928374" },
+ { name = "kt", text = "", fg = "#458588" },
+ { name = "kts", text = "", fg = "#458588" },
+ { name = "lck", text = "", fg = "#a89984" },
+ { name = "leex", text = "", fg = "#d3869b" },
+ { name = "less", text = "", fg = "#b16286" },
+ { name = "lff", text = "", fg = "#a89984" },
+ { name = "lhs", text = "", fg = "#d3869b" },
+ { name = "lib", text = "", fg = "#cc241d" },
+ { name = "license", text = "", fg = "#fabd2f" },
+ { name = "liquid", text = "", fg = "#d79921" },
+ { name = "lock", text = "", fg = "#a89984" },
+ { name = "log", text = "󰌱", fg = "#a89984" },
+ { name = "lrc", text = "󰨖", fg = "#d79921" },
+ { name = "lua", text = "", fg = "#83a598" },
+ { name = "luac", text = "", fg = "#83a598" },
+ { name = "luau", text = "", fg = "#458588" },
+ { name = "m", text = "", fg = "#458588" },
+ { name = "m3u", text = "󰲹", fg = "#d3869b" },
+ { name = "m3u8", text = "󰲹", fg = "#d3869b" },
+ { name = "m4a", text = "", fg = "#83a598" },
+ { name = "m4v", text = "", fg = "#d79921" },
+ { name = "magnet", text = "", fg = "#cc241d" },
+ { name = "makefile", text = "", fg = "#928374" },
+ { name = "markdown", text = "", fg = "#a89984" },
+ { name = "material", text = "", fg = "#b16286" },
+ { name = "md", text = "", fg = "#a89984" },
+ { name = "md5", text = "󰕥", fg = "#d3869b" },
+ { name = "mdx", text = "", fg = "#83a598" },
+ { name = "mint", text = "󰌪", fg = "#98971a" },
+ { name = "mjs", text = "", fg = "#fabd2f" },
+ { name = "mk", text = "", fg = "#928374" },
+ { name = "mkv", text = "", fg = "#d79921" },
+ { name = "ml", text = "", fg = "#d79921" },
+ { name = "mli", text = "", fg = "#d79921" },
+ { name = "mm", text = "", fg = "#83a598" },
+ { name = "mo", text = "", fg = "#b16286" },
+ { name = "mobi", text = "", fg = "#d79921" },
+ { name = "mojo", text = "", fg = "#cc241d" },
+ { name = "mov", text = "", fg = "#d79921" },
+ { name = "mp3", text = "", fg = "#83a598" },
+ { name = "mp4", text = "", fg = "#d79921" },
+ { name = "mpp", text = "", fg = "#83a598" },
+ { name = "msf", text = "", fg = "#83a598" },
+ { name = "mts", text = "", fg = "#83a598" },
+ { name = "mustache", text = "", fg = "#d79921" },
+ { name = "nfo", text = "", fg = "#fabd2f" },
+ { name = "nim", text = "", fg = "#d79921" },
+ { name = "nix", text = "", fg = "#689d6a" },
+ { name = "norg", text = "", fg = "#83a598" },
+ { name = "nswag", text = "", fg = "#98971a" },
+ { name = "nu", text = "", fg = "#689d6a" },
+ { name = "o", text = "", fg = "#cc241d" },
+ { name = "obj", text = "󰆧", fg = "#d3869b" },
+ { name = "odf", text = "", fg = "#fb4934" },
+ { name = "odg", text = "", fg = "#d79921" },
+ { name = "odin", text = "󰟢", fg = "#83a598" },
+ { name = "odp", text = "", fg = "#d79921" },
+ { name = "ods", text = "", fg = "#b8bb26" },
+ { name = "odt", text = "", fg = "#458588" },
+ { name = "oga", text = "", fg = "#458588" },
+ { name = "ogg", text = "", fg = "#458588" },
+ { name = "ogv", text = "", fg = "#d79921" },
+ { name = "ogx", text = "", fg = "#d79921" },
+ { name = "opus", text = "", fg = "#458588" },
+ { name = "org", text = "", fg = "#689d6a" },
+ { name = "otf", text = "", fg = "#a89984" },
+ { name = "out", text = "", fg = "#cc241d" },
+ { name = "part", text = "", fg = "#8ec07c" },
+ { name = "patch", text = "", fg = "#928374" },
+ { name = "pck", text = "", fg = "#928374" },
+ { name = "pcm", text = "", fg = "#458588" },
+ { name = "pdf", text = "", fg = "#cc241d" },
+ { name = "php", text = "", fg = "#d3869b" },
+ { name = "pl", text = "", fg = "#83a598" },
+ { name = "pls", text = "󰲹", fg = "#d3869b" },
+ { name = "ply", text = "󰆧", fg = "#d3869b" },
+ { name = "pm", text = "", fg = "#83a598" },
+ { name = "png", text = "", fg = "#d3869b" },
+ { name = "po", text = "", fg = "#83a598" },
+ { name = "pot", text = "", fg = "#83a598" },
+ { name = "pp", text = "", fg = "#d79921" },
+ { name = "ppt", text = "󰈧", fg = "#cc241d" },
+ { name = "pptx", text = "󰈧", fg = "#cc241d" },
+ { name = "prisma", text = "", fg = "#458588" },
+ { name = "pro", text = "", fg = "#fabd2f" },
+ { name = "ps1", text = "󰨊", fg = "#458588" },
+ { name = "psb", text = "", fg = "#83a598" },
+ { name = "psd", text = "", fg = "#83a598" },
+ { name = "psd1", text = "󰨊", fg = "#458588" },
+ { name = "psm1", text = "󰨊", fg = "#458588" },
+ { name = "pub", text = "󰷖", fg = "#fabd2f" },
+ { name = "pxd", text = "", fg = "#83a598" },
+ { name = "pxi", text = "", fg = "#83a598" },
+ { name = "py", text = "", fg = "#d79921" },
+ { name = "pyc", text = "", fg = "#fabd2f" },
+ { name = "pyd", text = "", fg = "#fabd2f" },
+ { name = "pyi", text = "", fg = "#d79921" },
+ { name = "pyo", text = "", fg = "#fabd2f" },
+ { name = "pyw", text = "", fg = "#83a598" },
+ { name = "pyx", text = "", fg = "#83a598" },
+ { name = "qm", text = "", fg = "#83a598" },
+ { name = "qml", text = "", fg = "#98971a" },
+ { name = "qrc", text = "", fg = "#98971a" },
+ { name = "qss", text = "", fg = "#98971a" },
+ { name = "query", text = "", fg = "#98971a" },
+ { name = "r", text = "󰟔", fg = "#458588" },
+ { name = "R", text = "󰟔", fg = "#458588" },
+ { name = "rake", text = "", fg = "#cc241d" },
+ { name = "rar", text = "", fg = "#d79921" },
+ { name = "rasi", text = "", fg = "#fabd2f" },
+ { name = "razor", text = "󱦘", fg = "#b16286" },
+ { name = "rb", text = "", fg = "#cc241d" },
+ { name = "res", text = "", fg = "#fb4934" },
+ { name = "resi", text = "", fg = "#fb4934" },
+ { name = "rlib", text = "", fg = "#fb4934" },
+ { name = "rmd", text = "", fg = "#83a598" },
+ { name = "rproj", text = "󰗆", fg = "#98971a" },
+ { name = "rs", text = "", fg = "#fb4934" },
+ { name = "rss", text = "", fg = "#d79921" },
+ { name = "s", text = "", fg = "#458588" },
+ { name = "sass", text = "", fg = "#fb4934" },
+ { name = "sbt", text = "", fg = "#fb4934" },
+ { name = "sc", text = "", fg = "#fb4934" },
+ { name = "scad", text = "", fg = "#d79921" },
+ { name = "scala", text = "", fg = "#fb4934" },
+ { name = "scm", text = "󰘧", fg = "#a89984" },
+ { name = "scss", text = "", fg = "#fb4934" },
+ { name = "sh", text = "", fg = "#928374" },
+ { name = "sha1", text = "󰕥", fg = "#d3869b" },
+ { name = "sha224", text = "󰕥", fg = "#d3869b" },
+ { name = "sha256", text = "󰕥", fg = "#d3869b" },
+ { name = "sha384", text = "󰕥", fg = "#d3869b" },
+ { name = "sha512", text = "󰕥", fg = "#d3869b" },
+ { name = "sig", text = "󰘧", fg = "#d79921" },
+ { name = "signature", text = "󰘧", fg = "#d79921" },
+ { name = "skp", text = "󰻫", fg = "#d79921" },
+ { name = "sldasm", text = "󰻫", fg = "#d79921" },
+ { name = "sldprt", text = "󰻫", fg = "#d79921" },
+ { name = "slim", text = "", fg = "#cc241d" },
+ { name = "sln", text = "", fg = "#b16286" },
+ { name = "slnx", text = "", fg = "#b16286" },
+ { name = "slvs", text = "󰻫", fg = "#d79921" },
+ { name = "sml", text = "󰘧", fg = "#d79921" },
+ { name = "so", text = "", fg = "#a89984" },
+ { name = "sol", text = "", fg = "#83a598" },
+ { name = "spec.js", text = "", fg = "#fabd2f" },
+ { name = "spec.jsx", text = "", fg = "#8ec07c" },
+ { name = "spec.ts", text = "", fg = "#83a598" },
+ { name = "spec.tsx", text = "", fg = "#458588" },
+ { name = "spx", text = "", fg = "#458588" },
+ { name = "sql", text = "", fg = "#8ec07c" },
+ { name = "sqlite", text = "", fg = "#8ec07c" },
+ { name = "sqlite3", text = "", fg = "#8ec07c" },
+ { name = "srt", text = "󰨖", fg = "#d79921" },
+ { name = "ssa", text = "󰨖", fg = "#d79921" },
+ { name = "ste", text = "󰻫", fg = "#d79921" },
+ { name = "step", text = "󰻫", fg = "#d79921" },
+ { name = "stl", text = "󰆧", fg = "#d3869b" },
+ { name = "stories.js", text = "", fg = "#fb4934" },
+ { name = "stories.jsx", text = "", fg = "#fb4934" },
+ { name = "stories.mjs", text = "", fg = "#fb4934" },
+ { name = "stories.svelte", text = "", fg = "#fb4934" },
+ { name = "stories.ts", text = "", fg = "#fb4934" },
+ { name = "stories.tsx", text = "", fg = "#fb4934" },
+ { name = "stories.vue", text = "", fg = "#fb4934" },
+ { name = "stp", text = "󰻫", fg = "#d79921" },
+ { name = "strings", text = "", fg = "#83a598" },
+ { name = "styl", text = "", fg = "#98971a" },
+ { name = "sub", text = "󰨖", fg = "#d79921" },
+ { name = "sublime", text = "", fg = "#d79921" },
+ { name = "suo", text = "", fg = "#b16286" },
+ { name = "sv", text = "󰍛", fg = "#98971a" },
+ { name = "svelte", text = "", fg = "#cc241d" },
+ { name = "svg", text = "󰜡", fg = "#d79921" },
+ { name = "svgz", text = "󰜡", fg = "#d79921" },
+ { name = "svh", text = "󰍛", fg = "#98971a" },
+ { name = "swift", text = "", fg = "#d79921" },
+ { name = "t", text = "", fg = "#83a598" },
+ { name = "tbc", text = "󰛓", fg = "#458588" },
+ { name = "tcl", text = "󰛓", fg = "#458588" },
+ { name = "templ", text = "", fg = "#d79921" },
+ { name = "terminal", text = "", fg = "#b8bb26" },
+ { name = "test.js", text = "", fg = "#fabd2f" },
+ { name = "test.jsx", text = "", fg = "#8ec07c" },
+ { name = "test.ts", text = "", fg = "#83a598" },
+ { name = "test.tsx", text = "", fg = "#458588" },
+ { name = "tex", text = "", fg = "#98971a" },
+ { name = "tf", text = "", fg = "#b16286" },
+ { name = "tfvars", text = "", fg = "#b16286" },
+ { name = "tgz", text = "", fg = "#d79921" },
+ { name = "tmpl", text = "", fg = "#d79921" },
+ { name = "tmux", text = "", fg = "#b8bb26" },
+ { name = "toml", text = "", fg = "#cc241d" },
+ { name = "torrent", text = "", fg = "#8ec07c" },
+ { name = "tres", text = "", fg = "#928374" },
+ { name = "ts", text = "", fg = "#83a598" },
+ { name = "tscn", text = "", fg = "#928374" },
+ { name = "tsconfig", text = "", fg = "#d79921" },
+ { name = "tsx", text = "", fg = "#458588" },
+ { name = "ttf", text = "", fg = "#a89984" },
+ { name = "twig", text = "", fg = "#98971a" },
+ { name = "txt", text = "󰈙", fg = "#98971a" },
+ { name = "txz", text = "", fg = "#d79921" },
+ { name = "typ", text = "", fg = "#8ec07c" },
+ { name = "typoscript", text = "", fg = "#d79921" },
+ { name = "ui", text = "", fg = "#458588" },
+ { name = "v", text = "󰍛", fg = "#98971a" },
+ { name = "vala", text = "", fg = "#b16286" },
+ { name = "vert", text = "", fg = "#8ec07c" },
+ { name = "vh", text = "󰍛", fg = "#98971a" },
+ { name = "vhd", text = "󰍛", fg = "#98971a" },
+ { name = "vhdl", text = "󰍛", fg = "#98971a" },
+ { name = "vi", text = "", fg = "#d79921" },
+ { name = "vim", text = "", fg = "#98971a" },
+ { name = "vsh", text = "", fg = "#8ec07c" },
+ { name = "vsix", text = "", fg = "#b16286" },
+ { name = "vue", text = "", fg = "#98971a" },
+ { name = "wasm", text = "", fg = "#458588" },
+ { name = "wav", text = "", fg = "#83a598" },
+ { name = "webm", text = "", fg = "#d79921" },
+ { name = "webmanifest", text = "", fg = "#fabd2f" },
+ { name = "webp", text = "", fg = "#d3869b" },
+ { name = "webpack", text = "󰜫", fg = "#83a598" },
+ { name = "wma", text = "", fg = "#83a598" },
+ { name = "wmv", text = "", fg = "#d79921" },
+ { name = "woff", text = "", fg = "#a89984" },
+ { name = "woff2", text = "", fg = "#a89984" },
+ { name = "wrl", text = "󰆧", fg = "#d3869b" },
+ { name = "wrz", text = "󰆧", fg = "#d3869b" },
+ { name = "wv", text = "", fg = "#83a598" },
+ { name = "wvc", text = "", fg = "#83a598" },
+ { name = "x", text = "", fg = "#458588" },
+ { name = "xaml", text = "󰙳", fg = "#b16286" },
+ { name = "xcf", text = "", fg = "#928374" },
+ { name = "xcplayground", text = "", fg = "#d79921" },
+ { name = "xcstrings", text = "", fg = "#83a598" },
+ { name = "xls", text = "󰈛", fg = "#98971a" },
+ { name = "xlsx", text = "󰈛", fg = "#98971a" },
+ { name = "xm", text = "", fg = "#83a598" },
+ { name = "xml", text = "󰗀", fg = "#d79921" },
+ { name = "xpi", text = "", fg = "#cc241d" },
+ { name = "xul", text = "", fg = "#d79921" },
+ { name = "xz", text = "", fg = "#d79921" },
+ { name = "yaml", text = "", fg = "#928374" },
+ { name = "yml", text = "", fg = "#928374" },
+ { name = "zig", text = "", fg = "#d79921" },
+ { name = "zip", text = "", fg = "#d79921" },
+ { name = "zsh", text = "", fg = "#98971a" },
+ { name = "zst", text = "", fg = "#d79921" },
+ { name = "🔥", text = "", fg = "#cc241d" },
+]
+
+# nord
+# [icon]
+#
+# files = [
+# { name = ".babelrc", text = "", fg = "#ebcb8b" },
+# { name = ".bash_profile", text = "", fg = "#a3be8c" },
+# { name = ".bashrc", text = "", fg = "#a3be8c" },
+# { name = ".clang-format", text = "", fg = "#7f849c" },
+# { name = ".clang-tidy", text = "", fg = "#7f849c" },
+# { name = ".codespellrc", text = "󰓆", fg = "#a3be8c" },
+# { name = ".condarc", text = "", fg = "#a3be8c" },
+# { name = ".dockerignore", text = "󰡨", fg = "#5e81ac" },
+# { name = ".ds_store", text = "", fg = "#7f849c" },
+# { name = ".editorconfig", text = "", fg = "#cdd6f4" },
+# { name = ".env", text = "", fg = "#ebcb8b" },
+# { name = ".eslintignore", text = "", fg = "#b48ead" },
+# { name = ".eslintrc", text = "", fg = "#b48ead" },
+# { name = ".git-blame-ignore-revs", text = "", fg = "#bf616a" },
+# { name = ".gitattributes", text = "", fg = "#bf616a" },
+# { name = ".gitconfig", text = "", fg = "#bf616a" },
+# { name = ".gitignore", text = "", fg = "#bf616a" },
+# { name = ".gitlab-ci.yml", text = "", fg = "#bf616a" },
+# { name = ".gitmodules", text = "", fg = "#bf616a" },
+# { name = ".gtkrc-2.0", text = "", fg = "#88c0d0" },
+# { name = ".gvimrc", text = "", fg = "#a3be8c" },
+# { name = ".justfile", text = "", fg = "#7f849c" },
+# { name = ".luacheckrc", text = "", fg = "#5e81ac" },
+# { name = ".luaurc", text = "", fg = "#5e81ac" },
+# { name = ".mailmap", text = "󰊢", fg = "#bf616a" },
+# { name = ".nanorc", text = "", fg = "#b48ead" },
+# { name = ".npmignore", text = "", fg = "#b48ead" },
+# { name = ".npmrc", text = "", fg = "#b48ead" },
+# { name = ".nuxtrc", text = "󱄆", fg = "#a3be8c" },
+# { name = ".nvmrc", text = "", fg = "#a3be8c" },
+# { name = ".pnpmfile.cjs", text = "", fg = "#ebcb8b" },
+# { name = ".pre-commit-config.yaml", text = "󰛢", fg = "#ebcb8b" },
+# { name = ".prettierignore", text = "", fg = "#5e81ac" },
+# { name = ".prettierrc", text = "", fg = "#5e81ac" },
+# { name = ".prettierrc.cjs", text = "", fg = "#5e81ac" },
+# { name = ".prettierrc.js", text = "", fg = "#5e81ac" },
+# { name = ".prettierrc.json", text = "", fg = "#5e81ac" },
+# { name = ".prettierrc.json5", text = "", fg = "#5e81ac" },
+# { name = ".prettierrc.mjs", text = "", fg = "#5e81ac" },
+# { name = ".prettierrc.toml", text = "", fg = "#5e81ac" },
+# { name = ".prettierrc.yaml", text = "", fg = "#5e81ac" },
+# { name = ".prettierrc.yml", text = "", fg = "#5e81ac" },
+# { name = ".pylintrc", text = "", fg = "#7f849c" },
+# { name = ".settings.json", text = "", fg = "#b48ead" },
+# { name = ".SRCINFO", text = "󰣇", fg = "#88c0d0" },
+# { name = ".vimrc", text = "", fg = "#a3be8c" },
+# { name = ".Xauthority", text = "", fg = "#bf616a" },
+# { name = ".xinitrc", text = "", fg = "#bf616a" },
+# { name = ".Xresources", text = "", fg = "#bf616a" },
+# { name = ".xsession", text = "", fg = "#bf616a" },
+# { name = ".zprofile", text = "", fg = "#a3be8c" },
+# { name = ".zshenv", text = "", fg = "#a3be8c" },
+# { name = ".zshrc", text = "", fg = "#a3be8c" },
+# { name = "_gvimrc", text = "", fg = "#a3be8c" },
+# { name = "_vimrc", text = "", fg = "#a3be8c" },
+# { name = "AUTHORS", text = "", fg = "#b48ead" },
+# { name = "AUTHORS.txt", text = "", fg = "#b48ead" },
+# { name = "brewfile", text = "", fg = "#bf616a" },
+# { name = "bspwmrc", text = "", fg = "#7f849c" },
+# { name = "build", text = "", fg = "#a3be8c" },
+# { name = "build.gradle", text = "", fg = "#5e81ac" },
+# { name = "build.zig.zon", text = "", fg = "#ebcb8b" },
+# { name = "bun.lock", text = "", fg = "#cdd6f4" },
+# { name = "bun.lockb", text = "", fg = "#cdd6f4" },
+# { name = "cantorrc", text = "", fg = "#5e81ac" },
+# { name = "checkhealth", text = "󰓙", fg = "#5e81ac" },
+# { name = "cmakelists.txt", text = "", fg = "#cdd6f4" },
+# { name = "code_of_conduct", text = "", fg = "#b48ead" },
+# { name = "code_of_conduct.md", text = "", fg = "#b48ead" },
+# { name = "commit_editmsg", text = "", fg = "#bf616a" },
+# { name = "commitlint.config.js", text = "󰜘", fg = "#88c0d0" },
+# { name = "commitlint.config.ts", text = "󰜘", fg = "#88c0d0" },
+# { name = "compose.yaml", text = "󰡨", fg = "#5e81ac" },
+# { name = "compose.yml", text = "󰡨", fg = "#5e81ac" },
+# { name = "config", text = "", fg = "#7f849c" },
+# { name = "containerfile", text = "󰡨", fg = "#5e81ac" },
+# { name = "copying", text = "", fg = "#ebcb8b" },
+# { name = "copying.lesser", text = "", fg = "#ebcb8b" },
+# { name = "Directory.Build.props", text = "", fg = "#5e81ac" },
+# { name = "Directory.Build.targets", text = "", fg = "#5e81ac" },
+# { name = "Directory.Packages.props", text = "", fg = "#5e81ac" },
+# { name = "docker-compose.yaml", text = "󰡨", fg = "#5e81ac" },
+# { name = "docker-compose.yml", text = "󰡨", fg = "#5e81ac" },
+# { name = "dockerfile", text = "󰡨", fg = "#5e81ac" },
+# { name = "eslint.config.cjs", text = "", fg = "#b48ead" },
+# { name = "eslint.config.js", text = "", fg = "#b48ead" },
+# { name = "eslint.config.mjs", text = "", fg = "#b48ead" },
+# { name = "eslint.config.ts", text = "", fg = "#b48ead" },
+# { name = "ext_typoscript_setup.txt", text = "", fg = "#ebcb8b" },
+# { name = "favicon.ico", text = "", fg = "#ebcb8b" },
+# { name = "fp-info-cache", text = "", fg = "#88c0d0" },
+# { name = "fp-lib-table", text = "", fg = "#88c0d0" },
+# { name = "FreeCAD.conf", text = "", fg = "#bf616a" },
+# { name = "Gemfile", text = "", fg = "#bf616a" },
+# { name = "gnumakefile", text = "", fg = "#7f849c" },
+# { name = "go.mod", text = "", fg = "#88c0d0" },
+# { name = "go.sum", text = "", fg = "#88c0d0" },
+# { name = "go.work", text = "", fg = "#88c0d0" },
+# { name = "gradle-wrapper.properties", text = "", fg = "#5e81ac" },
+# { name = "gradle.properties", text = "", fg = "#5e81ac" },
+# { name = "gradlew", text = "", fg = "#5e81ac" },
+# { name = "groovy", text = "", fg = "#5e81ac" },
+# { name = "gruntfile.babel.js", text = "", fg = "#ebcb8b" },
+# { name = "gruntfile.coffee", text = "", fg = "#ebcb8b" },
+# { name = "gruntfile.js", text = "", fg = "#ebcb8b" },
+# { name = "gruntfile.ts", text = "", fg = "#ebcb8b" },
+# { name = "gtkrc", text = "", fg = "#88c0d0" },
+# { name = "gulpfile.babel.js", text = "", fg = "#bf616a" },
+# { name = "gulpfile.coffee", text = "", fg = "#bf616a" },
+# { name = "gulpfile.js", text = "", fg = "#bf616a" },
+# { name = "gulpfile.ts", text = "", fg = "#bf616a" },
+# { name = "hypridle.conf", text = "", fg = "#88c0d0" },
+# { name = "hyprland.conf", text = "", fg = "#88c0d0" },
+# { name = "hyprlandd.conf", text = "", fg = "#88c0d0" },
+# { name = "hyprlock.conf", text = "", fg = "#88c0d0" },
+# { name = "hyprpaper.conf", text = "", fg = "#88c0d0" },
+# { name = "hyprsunset.conf", text = "", fg = "#88c0d0" },
+# { name = "i18n.config.js", text = "󰗊", fg = "#b48ead" },
+# { name = "i18n.config.ts", text = "󰗊", fg = "#b48ead" },
+# { name = "i3blocks.conf", text = "", fg = "#cdd6f4" },
+# { name = "i3status.conf", text = "", fg = "#cdd6f4" },
+# { name = "index.theme", text = "", fg = "#a3be8c" },
+# { name = "ionic.config.json", text = "", fg = "#5e81ac" },
+# { name = "Jenkinsfile", text = "", fg = "#bf616a" },
+# { name = "justfile", text = "", fg = "#7f849c" },
+# { name = "kalgebrarc", text = "", fg = "#5e81ac" },
+# { name = "kdeglobals", text = "", fg = "#5e81ac" },
+# { name = "kdenlive-layoutsrc", text = "", fg = "#88c0d0" },
+# { name = "kdenliverc", text = "", fg = "#88c0d0" },
+# { name = "kritadisplayrc", text = "", fg = "#b48ead" },
+# { name = "kritarc", text = "", fg = "#b48ead" },
+# { name = "license", text = "", fg = "#ebcb8b" },
+# { name = "license.md", text = "", fg = "#ebcb8b" },
+# { name = "lxde-rc.xml", text = "", fg = "#cdd6f4" },
+# { name = "lxqt.conf", text = "", fg = "#5e81ac" },
+# { name = "makefile", text = "", fg = "#7f849c" },
+# { name = "mix.lock", text = "", fg = "#b48ead" },
+# { name = "mpv.conf", text = "", fg = "#b48ead" },
+# { name = "next.config.cjs", text = "", fg = "#88c0d0" },
+# { name = "next.config.js", text = "", fg = "#88c0d0" },
+# { name = "next.config.ts", text = "", fg = "#88c0d0" },
+# { name = "node_modules", text = "", fg = "#b48ead" },
+# { name = "nuxt.config.cjs", text = "󱄆", fg = "#a3be8c" },
+# { name = "nuxt.config.js", text = "󱄆", fg = "#a3be8c" },
+# { name = "nuxt.config.mjs", text = "󱄆", fg = "#a3be8c" },
+# { name = "nuxt.config.ts", text = "󱄆", fg = "#a3be8c" },
+# { name = "package-lock.json", text = "", fg = "#bf616a" },
+# { name = "package.json", text = "", fg = "#b48ead" },
+# { name = "PKGBUILD", text = "", fg = "#88c0d0" },
+# { name = "platformio.ini", text = "", fg = "#ebcb8b" },
+# { name = "playwright.config.cjs", text = "", fg = "#a3be8c" },
+# { name = "playwright.config.cts", text = "", fg = "#a3be8c" },
+# { name = "playwright.config.js", text = "", fg = "#a3be8c" },
+# { name = "playwright.config.mjs", text = "", fg = "#a3be8c" },
+# { name = "playwright.config.mts", text = "", fg = "#a3be8c" },
+# { name = "playwright.config.ts", text = "", fg = "#a3be8c" },
+# { name = "pnpm-lock.yaml", text = "", fg = "#ebcb8b" },
+# { name = "pnpm-workspace.yaml", text = "", fg = "#ebcb8b" },
+# { name = "pom.xml", text = "", fg = "#bf616a" },
+# { name = "prettier.config.cjs", text = "", fg = "#5e81ac" },
+# { name = "prettier.config.js", text = "", fg = "#5e81ac" },
+# { name = "prettier.config.mjs", text = "", fg = "#5e81ac" },
+# { name = "prettier.config.ts", text = "", fg = "#5e81ac" },
+# { name = "procfile", text = "", fg = "#b48ead" },
+# { name = "PrusaSlicer.ini", text = "", fg = "#bf616a" },
+# { name = "PrusaSlicerGcodeViewer.ini", text = "", fg = "#bf616a" },
+# { name = "py.typed", text = "", fg = "#ebcb8b" },
+# { name = "QtProject.conf", text = "", fg = "#a3be8c" },
+# { name = "rakefile", text = "", fg = "#bf616a" },
+# { name = "readme", text = "󰂺", fg = "#cdd6f4" },
+# { name = "readme.md", text = "󰂺", fg = "#cdd6f4" },
+# { name = "rmd", text = "", fg = "#5e81ac" },
+# { name = "robots.txt", text = "󰚩", fg = "#b48ead" },
+# { name = "security", text = "󰒃", fg = "#cdd6f4" },
+# { name = "security.md", text = "󰒃", fg = "#cdd6f4" },
+# { name = "settings.gradle", text = "", fg = "#5e81ac" },
+# { name = "svelte.config.js", text = "", fg = "#bf616a" },
+# { name = "sxhkdrc", text = "", fg = "#7f849c" },
+# { name = "sym-lib-table", text = "", fg = "#88c0d0" },
+# { name = "tailwind.config.js", text = "󱏿", fg = "#88c0d0" },
+# { name = "tailwind.config.mjs", text = "󱏿", fg = "#88c0d0" },
+# { name = "tailwind.config.ts", text = "󱏿", fg = "#88c0d0" },
+# { name = "tmux.conf", text = "", fg = "#a3be8c" },
+# { name = "tmux.conf.local", text = "", fg = "#a3be8c" },
+# { name = "tsconfig.json", text = "", fg = "#5e81ac" },
+# { name = "unlicense", text = "", fg = "#ebcb8b" },
+# { name = "vagrantfile", text = "", fg = "#5e81ac" },
+# { name = "vercel.json", text = "", fg = "#88c0d0" },
+# { name = "vite.config.cjs", text = "", fg = "#ebcb8b" },
+# { name = "vite.config.cts", text = "", fg = "#ebcb8b" },
+# { name = "vite.config.js", text = "", fg = "#ebcb8b" },
+# { name = "vite.config.mjs", text = "", fg = "#ebcb8b" },
+# { name = "vite.config.mts", text = "", fg = "#ebcb8b" },
+# { name = "vite.config.ts", text = "", fg = "#ebcb8b" },
+# { name = "vitest.config.cjs", text = "", fg = "#ebcb8b" },
+# { name = "vitest.config.cts", text = "", fg = "#ebcb8b" },
+# { name = "vitest.config.js", text = "", fg = "#ebcb8b" },
+# { name = "vitest.config.mjs", text = "", fg = "#ebcb8b" },
+# { name = "vitest.config.mts", text = "", fg = "#ebcb8b" },
+# { name = "vitest.config.ts", text = "", fg = "#ebcb8b" },
+# { name = "vlcrc", text = "󰕼", fg = "#ebcb8b" },
+# { name = "webpack", text = "󰜫", fg = "#5e81ac" },
+# { name = "weston.ini", text = "", fg = "#ebcb8b" },
+# { name = "workspace", text = "", fg = "#a3be8c" },
+# { name = "wrangler.jsonc", text = "", fg = "#ebcb8b" },
+# { name = "wrangler.toml", text = "", fg = "#ebcb8b" },
+# { name = "xdph.conf", text = "", fg = "#88c0d0" },
+# { name = "xmobarrc", text = "", fg = "#bf616a" },
+# { name = "xmobarrc.hs", text = "", fg = "#bf616a" },
+# { name = "xmonad.hs", text = "", fg = "#bf616a" },
+# { name = "xorg.conf", text = "", fg = "#bf616a" },
+# { name = "xsettingsd.conf", text = "", fg = "#bf616a" },
+# ]
+# exts = [
+# { name = "3gp", text = "", fg = "#ebcb8b" },
+# { name = "3mf", text = "󰆧", fg = "#b48ead" },
+# { name = "7z", text = "", fg = "#ebcb8b" },
+# { name = "a", text = "", fg = "#cdd6f4" },
+# { name = "aac", text = "", fg = "#5e81ac" },
+# { name = "ada", text = "", fg = "#5e81ac" },
+# { name = "adb", text = "", fg = "#5e81ac" },
+# { name = "ads", text = "", fg = "#b48ead" },
+# { name = "ai", text = "", fg = "#ebcb8b" },
+# { name = "aif", text = "", fg = "#5e81ac" },
+# { name = "aiff", text = "", fg = "#5e81ac" },
+# { name = "android", text = "", fg = "#a3be8c" },
+# { name = "ape", text = "", fg = "#5e81ac" },
+# { name = "apk", text = "", fg = "#a3be8c" },
+# { name = "apl", text = "", fg = "#a3be8c" },
+# { name = "app", text = "", fg = "#bf616a" },
+# { name = "applescript", text = "", fg = "#7f849c" },
+# { name = "asc", text = "󰦝", fg = "#7f849c" },
+# { name = "asm", text = "", fg = "#5e81ac" },
+# { name = "ass", text = "󰨖", fg = "#ebcb8b" },
+# { name = "astro", text = "", fg = "#b48ead" },
+# { name = "avif", text = "", fg = "#b48ead" },
+# { name = "awk", text = "", fg = "#7f849c" },
+# { name = "azcli", text = "", fg = "#5e81ac" },
+# { name = "bak", text = "󰁯", fg = "#7f849c" },
+# { name = "bash", text = "", fg = "#a3be8c" },
+# { name = "bat", text = "", fg = "#a3be8c" },
+# { name = "bazel", text = "", fg = "#a3be8c" },
+# { name = "bib", text = "󱉟", fg = "#ebcb8b" },
+# { name = "bicep", text = "", fg = "#5e81ac" },
+# { name = "bicepparam", text = "", fg = "#b48ead" },
+# { name = "bin", text = "", fg = "#bf616a" },
+# { name = "blade.php", text = "", fg = "#bf616a" },
+# { name = "blend", text = "󰂫", fg = "#ebcb8b" },
+# { name = "blp", text = "󰺾", fg = "#5e81ac" },
+# { name = "bmp", text = "", fg = "#b48ead" },
+# { name = "bqn", text = "", fg = "#a3be8c" },
+# { name = "brep", text = "󰻫", fg = "#ebcb8b" },
+# { name = "bz", text = "", fg = "#ebcb8b" },
+# { name = "bz2", text = "", fg = "#ebcb8b" },
+# { name = "bz3", text = "", fg = "#ebcb8b" },
+# { name = "bzl", text = "", fg = "#a3be8c" },
+# { name = "c", text = "", fg = "#5e81ac" },
+# { name = "c++", text = "", fg = "#bf616a" },
+# { name = "cache", text = "", fg = "#88c0d0" },
+# { name = "cast", text = "", fg = "#ebcb8b" },
+# { name = "cbl", text = "", fg = "#5e81ac" },
+# { name = "cc", text = "", fg = "#bf616a" },
+# { name = "ccm", text = "", fg = "#bf616a" },
+# { name = "cfc", text = "", fg = "#88c0d0" },
+# { name = "cfg", text = "", fg = "#7f849c" },
+# { name = "cfm", text = "", fg = "#88c0d0" },
+# { name = "cjs", text = "", fg = "#ebcb8b" },
+# { name = "clj", text = "", fg = "#a3be8c" },
+# { name = "cljc", text = "", fg = "#a3be8c" },
+# { name = "cljd", text = "", fg = "#5e81ac" },
+# { name = "cljs", text = "", fg = "#5e81ac" },
+# { name = "cmake", text = "", fg = "#cdd6f4" },
+# { name = "cob", text = "", fg = "#5e81ac" },
+# { name = "cobol", text = "", fg = "#5e81ac" },
+# { name = "coffee", text = "", fg = "#ebcb8b" },
+# { name = "conda", text = "", fg = "#a3be8c" },
+# { name = "conf", text = "", fg = "#7f849c" },
+# { name = "config.ru", text = "", fg = "#bf616a" },
+# { name = "cow", text = "󰆚", fg = "#ebcb8b" },
+# { name = "cp", text = "", fg = "#5e81ac" },
+# { name = "cpp", text = "", fg = "#5e81ac" },
+# { name = "cppm", text = "", fg = "#5e81ac" },
+# { name = "cpy", text = "", fg = "#5e81ac" },
+# { name = "cr", text = "", fg = "#cdd6f4" },
+# { name = "crdownload", text = "", fg = "#88c0d0" },
+# { name = "cs", text = "󰌛", fg = "#ebcb8b" },
+# { name = "csh", text = "", fg = "#7f849c" },
+# { name = "cshtml", text = "󱦗", fg = "#b48ead" },
+# { name = "cson", text = "", fg = "#ebcb8b" },
+# { name = "csproj", text = "󰪮", fg = "#b48ead" },
+# { name = "css", text = "", fg = "#b48ead" },
+# { name = "csv", text = "", fg = "#a3be8c" },
+# { name = "cts", text = "", fg = "#5e81ac" },
+# { name = "cu", text = "", fg = "#a3be8c" },
+# { name = "cue", text = "󰲹", fg = "#b48ead" },
+# { name = "cuh", text = "", fg = "#b48ead" },
+# { name = "cxx", text = "", fg = "#5e81ac" },
+# { name = "cxxm", text = "", fg = "#5e81ac" },
+# { name = "d", text = "", fg = "#bf616a" },
+# { name = "d.ts", text = "", fg = "#ebcb8b" },
+# { name = "dart", text = "", fg = "#5e81ac" },
+# { name = "db", text = "", fg = "#88c0d0" },
+# { name = "dconf", text = "", fg = "#88c0d0" },
+# { name = "desktop", text = "", fg = "#b48ead" },
+# { name = "diff", text = "", fg = "#7f849c" },
+# { name = "dll", text = "", fg = "#bf616a" },
+# { name = "doc", text = "󰈬", fg = "#5e81ac" },
+# { name = "Dockerfile", text = "󰡨", fg = "#5e81ac" },
+# { name = "dockerignore", text = "󰡨", fg = "#5e81ac" },
+# { name = "docx", text = "󰈬", fg = "#5e81ac" },
+# { name = "dot", text = "󱁉", fg = "#5e81ac" },
+# { name = "download", text = "", fg = "#88c0d0" },
+# { name = "drl", text = "", fg = "#bf616a" },
+# { name = "dropbox", text = "", fg = "#5e81ac" },
+# { name = "dump", text = "", fg = "#88c0d0" },
+# { name = "dwg", text = "󰻫", fg = "#ebcb8b" },
+# { name = "dxf", text = "󰻫", fg = "#ebcb8b" },
+# { name = "ebook", text = "", fg = "#ebcb8b" },
+# { name = "ebuild", text = "", fg = "#b48ead" },
+# { name = "edn", text = "", fg = "#5e81ac" },
+# { name = "eex", text = "", fg = "#b48ead" },
+# { name = "ejs", text = "", fg = "#ebcb8b" },
+# { name = "el", text = "", fg = "#b48ead" },
+# { name = "elc", text = "", fg = "#b48ead" },
+# { name = "elf", text = "", fg = "#bf616a" },
+# { name = "elm", text = "", fg = "#5e81ac" },
+# { name = "eln", text = "", fg = "#b48ead" },
+# { name = "env", text = "", fg = "#ebcb8b" },
+# { name = "eot", text = "", fg = "#cdd6f4" },
+# { name = "epp", text = "", fg = "#ebcb8b" },
+# { name = "epub", text = "", fg = "#ebcb8b" },
+# { name = "erb", text = "", fg = "#bf616a" },
+# { name = "erl", text = "", fg = "#b48ead" },
+# { name = "ex", text = "", fg = "#b48ead" },
+# { name = "exe", text = "", fg = "#bf616a" },
+# { name = "exs", text = "", fg = "#b48ead" },
+# { name = "f#", text = "", fg = "#5e81ac" },
+# { name = "f3d", text = "󰻫", fg = "#ebcb8b" },
+# { name = "f90", text = "󱈚", fg = "#b48ead" },
+# { name = "fbx", text = "󰆧", fg = "#b48ead" },
+# { name = "fcbak", text = "", fg = "#bf616a" },
+# { name = "fcmacro", text = "", fg = "#bf616a" },
+# { name = "fcmat", text = "", fg = "#bf616a" },
+# { name = "fcparam", text = "", fg = "#bf616a" },
+# { name = "fcscript", text = "", fg = "#bf616a" },
+# { name = "fcstd", text = "", fg = "#bf616a" },
+# { name = "fcstd1", text = "", fg = "#bf616a" },
+# { name = "fctb", text = "", fg = "#bf616a" },
+# { name = "fctl", text = "", fg = "#bf616a" },
+# { name = "fdmdownload", text = "", fg = "#88c0d0" },
+# { name = "feature", text = "", fg = "#a3be8c" },
+# { name = "fish", text = "", fg = "#7f849c" },
+# { name = "flac", text = "", fg = "#5e81ac" },
+# { name = "flc", text = "", fg = "#cdd6f4" },
+# { name = "flf", text = "", fg = "#cdd6f4" },
+# { name = "fnl", text = "", fg = "#ebcb8b" },
+# { name = "fodg", text = "", fg = "#ebcb8b" },
+# { name = "fodp", text = "", fg = "#ebcb8b" },
+# { name = "fods", text = "", fg = "#a3be8c" },
+# { name = "fodt", text = "", fg = "#5e81ac" },
+# { name = "frag", text = "", fg = "#88c0d0" },
+# { name = "fs", text = "", fg = "#5e81ac" },
+# { name = "fsi", text = "", fg = "#5e81ac" },
+# { name = "fsscript", text = "", fg = "#5e81ac" },
+# { name = "fsx", text = "", fg = "#5e81ac" },
+# { name = "gcode", text = "󰐫", fg = "#5e81ac" },
+# { name = "gd", text = "", fg = "#7f849c" },
+# { name = "gemspec", text = "", fg = "#bf616a" },
+# { name = "geom", text = "", fg = "#88c0d0" },
+# { name = "gif", text = "", fg = "#b48ead" },
+# { name = "git", text = "", fg = "#bf616a" },
+# { name = "glb", text = "", fg = "#ebcb8b" },
+# { name = "gleam", text = "", fg = "#b48ead" },
+# { name = "glsl", text = "", fg = "#88c0d0" },
+# { name = "gnumakefile", text = "", fg = "#7f849c" },
+# { name = "go", text = "", fg = "#88c0d0" },
+# { name = "godot", text = "", fg = "#7f849c" },
+# { name = "gpr", text = "", fg = "#7f849c" },
+# { name = "gql", text = "", fg = "#b48ead" },
+# { name = "gradle", text = "", fg = "#5e81ac" },
+# { name = "graphql", text = "", fg = "#b48ead" },
+# { name = "gresource", text = "", fg = "#88c0d0" },
+# { name = "gv", text = "󱁉", fg = "#5e81ac" },
+# { name = "gz", text = "", fg = "#ebcb8b" },
+# { name = "h", text = "", fg = "#b48ead" },
+# { name = "haml", text = "", fg = "#cdd6f4" },
+# { name = "hbs", text = "", fg = "#bf616a" },
+# { name = "heex", text = "", fg = "#b48ead" },
+# { name = "hex", text = "", fg = "#5e81ac" },
+# { name = "hh", text = "", fg = "#b48ead" },
+# { name = "hpp", text = "", fg = "#b48ead" },
+# { name = "hrl", text = "", fg = "#b48ead" },
+# { name = "hs", text = "", fg = "#b48ead" },
+# { name = "htm", text = "", fg = "#bf616a" },
+# { name = "html", text = "", fg = "#bf616a" },
+# { name = "http", text = "", fg = "#5e81ac" },
+# { name = "huff", text = "󰡘", fg = "#b48ead" },
+# { name = "hurl", text = "", fg = "#b48ead" },
+# { name = "hx", text = "", fg = "#ebcb8b" },
+# { name = "hxx", text = "", fg = "#b48ead" },
+# { name = "ical", text = "", fg = "#5e81ac" },
+# { name = "icalendar", text = "", fg = "#5e81ac" },
+# { name = "ico", text = "", fg = "#ebcb8b" },
+# { name = "ics", text = "", fg = "#5e81ac" },
+# { name = "ifb", text = "", fg = "#5e81ac" },
+# { name = "ifc", text = "󰻫", fg = "#ebcb8b" },
+# { name = "ige", text = "󰻫", fg = "#ebcb8b" },
+# { name = "iges", text = "󰻫", fg = "#ebcb8b" },
+# { name = "igs", text = "󰻫", fg = "#ebcb8b" },
+# { name = "image", text = "", fg = "#bf616a" },
+# { name = "img", text = "", fg = "#bf616a" },
+# { name = "import", text = "", fg = "#cdd6f4" },
+# { name = "info", text = "", fg = "#ebcb8b" },
+# { name = "ini", text = "", fg = "#7f849c" },
+# { name = "ino", text = "", fg = "#88c0d0" },
+# { name = "ipynb", text = "", fg = "#ebcb8b" },
+# { name = "iso", text = "", fg = "#bf616a" },
+# { name = "ixx", text = "", fg = "#5e81ac" },
+# { name = "jar", text = "", fg = "#ebcb8b" },
+# { name = "java", text = "", fg = "#bf616a" },
+# { name = "jl", text = "", fg = "#b48ead" },
+# { name = "jpeg", text = "", fg = "#b48ead" },
+# { name = "jpg", text = "", fg = "#b48ead" },
+# { name = "js", text = "", fg = "#ebcb8b" },
+# { name = "json", text = "", fg = "#ebcb8b" },
+# { name = "json5", text = "", fg = "#ebcb8b" },
+# { name = "jsonc", text = "", fg = "#ebcb8b" },
+# { name = "jsx", text = "", fg = "#88c0d0" },
+# { name = "jwmrc", text = "", fg = "#5e81ac" },
+# { name = "jxl", text = "", fg = "#b48ead" },
+# { name = "kbx", text = "󰯄", fg = "#7f849c" },
+# { name = "kdb", text = "", fg = "#a3be8c" },
+# { name = "kdbx", text = "", fg = "#a3be8c" },
+# { name = "kdenlive", text = "", fg = "#88c0d0" },
+# { name = "kdenlivetitle", text = "", fg = "#88c0d0" },
+# { name = "kicad_dru", text = "", fg = "#88c0d0" },
+# { name = "kicad_mod", text = "", fg = "#88c0d0" },
+# { name = "kicad_pcb", text = "", fg = "#88c0d0" },
+# { name = "kicad_prl", text = "", fg = "#88c0d0" },
+# { name = "kicad_pro", text = "", fg = "#88c0d0" },
+# { name = "kicad_sch", text = "", fg = "#88c0d0" },
+# { name = "kicad_sym", text = "", fg = "#88c0d0" },
+# { name = "kicad_wks", text = "", fg = "#88c0d0" },
+# { name = "ko", text = "", fg = "#cdd6f4" },
+# { name = "kpp", text = "", fg = "#b48ead" },
+# { name = "kra", text = "", fg = "#b48ead" },
+# { name = "krz", text = "", fg = "#b48ead" },
+# { name = "ksh", text = "", fg = "#7f849c" },
+# { name = "kt", text = "", fg = "#5e81ac" },
+# { name = "kts", text = "", fg = "#5e81ac" },
+# { name = "lck", text = "", fg = "#cdd6f4" },
+# { name = "leex", text = "", fg = "#b48ead" },
+# { name = "less", text = "", fg = "#b48ead" },
+# { name = "lff", text = "", fg = "#cdd6f4" },
+# { name = "lhs", text = "", fg = "#b48ead" },
+# { name = "lib", text = "", fg = "#bf616a" },
+# { name = "license", text = "", fg = "#ebcb8b" },
+# { name = "liquid", text = "", fg = "#ebcb8b" },
+# { name = "lock", text = "", fg = "#cdd6f4" },
+# { name = "log", text = "󰌱", fg = "#cdd6f4" },
+# { name = "lrc", text = "󰨖", fg = "#ebcb8b" },
+# { name = "lua", text = "", fg = "#5e81ac" },
+# { name = "luac", text = "", fg = "#5e81ac" },
+# { name = "luau", text = "", fg = "#5e81ac" },
+# { name = "m", text = "", fg = "#5e81ac" },
+# { name = "m3u", text = "󰲹", fg = "#b48ead" },
+# { name = "m3u8", text = "󰲹", fg = "#b48ead" },
+# { name = "m4a", text = "", fg = "#5e81ac" },
+# { name = "m4v", text = "", fg = "#ebcb8b" },
+# { name = "magnet", text = "", fg = "#bf616a" },
+# { name = "makefile", text = "", fg = "#7f849c" },
+# { name = "markdown", text = "", fg = "#cdd6f4" },
+# { name = "material", text = "", fg = "#b48ead" },
+# { name = "md", text = "", fg = "#cdd6f4" },
+# { name = "md5", text = "󰕥", fg = "#b48ead" },
+# { name = "mdx", text = "", fg = "#5e81ac" },
+# { name = "mint", text = "󰌪", fg = "#a3be8c" },
+# { name = "mjs", text = "", fg = "#ebcb8b" },
+# { name = "mk", text = "", fg = "#7f849c" },
+# { name = "mkv", text = "", fg = "#ebcb8b" },
+# { name = "ml", text = "", fg = "#ebcb8b" },
+# { name = "mli", text = "", fg = "#ebcb8b" },
+# { name = "mm", text = "", fg = "#5e81ac" },
+# { name = "mo", text = "", fg = "#b48ead" },
+# { name = "mobi", text = "", fg = "#ebcb8b" },
+# { name = "mojo", text = "", fg = "#bf616a" },
+# { name = "mov", text = "", fg = "#ebcb8b" },
+# { name = "mp3", text = "", fg = "#5e81ac" },
+# { name = "mp4", text = "", fg = "#ebcb8b" },
+# { name = "mpp", text = "", fg = "#5e81ac" },
+# { name = "msf", text = "", fg = "#5e81ac" },
+# { name = "mts", text = "", fg = "#5e81ac" },
+# { name = "mustache", text = "", fg = "#ebcb8b" },
+# { name = "nfo", text = "", fg = "#ebcb8b" },
+# { name = "nim", text = "", fg = "#ebcb8b" },
+# { name = "nix", text = "", fg = "#88c0d0" },
+# { name = "norg", text = "", fg = "#5e81ac" },
+# { name = "nswag", text = "", fg = "#a3be8c" },
+# { name = "nu", text = "", fg = "#88c0d0" },
+# { name = "o", text = "", fg = "#bf616a" },
+# { name = "obj", text = "󰆧", fg = "#b48ead" },
+# { name = "odf", text = "", fg = "#bf616a" },
+# { name = "odg", text = "", fg = "#ebcb8b" },
+# { name = "odin", text = "󰟢", fg = "#5e81ac" },
+# { name = "odp", text = "", fg = "#ebcb8b" },
+# { name = "ods", text = "", fg = "#a3be8c" },
+# { name = "odt", text = "", fg = "#5e81ac" },
+# { name = "oga", text = "", fg = "#5e81ac" },
+# { name = "ogg", text = "", fg = "#5e81ac" },
+# { name = "ogv", text = "", fg = "#ebcb8b" },
+# { name = "ogx", text = "", fg = "#ebcb8b" },
+# { name = "opus", text = "", fg = "#5e81ac" },
+# { name = "org", text = "", fg = "#88c0d0" },
+# { name = "otf", text = "", fg = "#cdd6f4" },
+# { name = "out", text = "", fg = "#bf616a" },
+# { name = "part", text = "", fg = "#88c0d0" },
+# { name = "patch", text = "", fg = "#7f849c" },
+# { name = "pck", text = "", fg = "#7f849c" },
+# { name = "pcm", text = "", fg = "#5e81ac" },
+# { name = "pdf", text = "", fg = "#bf616a" },
+# { name = "php", text = "", fg = "#b48ead" },
+# { name = "pl", text = "", fg = "#5e81ac" },
+# { name = "pls", text = "󰲹", fg = "#b48ead" },
+# { name = "ply", text = "󰆧", fg = "#b48ead" },
+# { name = "pm", text = "", fg = "#5e81ac" },
+# { name = "png", text = "", fg = "#b48ead" },
+# { name = "po", text = "", fg = "#5e81ac" },
+# { name = "pot", text = "", fg = "#5e81ac" },
+# { name = "pp", text = "", fg = "#ebcb8b" },
+# { name = "ppt", text = "󰈧", fg = "#bf616a" },
+# { name = "pptx", text = "󰈧", fg = "#bf616a" },
+# { name = "prisma", text = "", fg = "#5e81ac" },
+# { name = "pro", text = "", fg = "#ebcb8b" },
+# { name = "ps1", text = "󰨊", fg = "#5e81ac" },
+# { name = "psb", text = "", fg = "#5e81ac" },
+# { name = "psd", text = "", fg = "#5e81ac" },
+# { name = "psd1", text = "󰨊", fg = "#5e81ac" },
+# { name = "psm1", text = "󰨊", fg = "#5e81ac" },
+# { name = "pub", text = "󰷖", fg = "#ebcb8b" },
+# { name = "pxd", text = "", fg = "#5e81ac" },
+# { name = "pxi", text = "", fg = "#5e81ac" },
+# { name = "py", text = "", fg = "#ebcb8b" },
+# { name = "pyc", text = "", fg = "#ebcb8b" },
+# { name = "pyd", text = "", fg = "#ebcb8b" },
+# { name = "pyi", text = "", fg = "#ebcb8b" },
+# { name = "pyo", text = "", fg = "#ebcb8b" },
+# { name = "pyw", text = "", fg = "#5e81ac" },
+# { name = "pyx", text = "", fg = "#5e81ac" },
+# { name = "qm", text = "", fg = "#5e81ac" },
+# { name = "qml", text = "", fg = "#a3be8c" },
+# { name = "qrc", text = "", fg = "#a3be8c" },
+# { name = "qss", text = "", fg = "#a3be8c" },
+# { name = "query", text = "", fg = "#a3be8c" },
+# { name = "r", text = "󰟔", fg = "#5e81ac" },
+# { name = "R", text = "󰟔", fg = "#5e81ac" },
+# { name = "rake", text = "", fg = "#bf616a" },
+# { name = "rar", text = "", fg = "#ebcb8b" },
+# { name = "rasi", text = "", fg = "#ebcb8b" },
+# { name = "razor", text = "󱦘", fg = "#b48ead" },
+# { name = "rb", text = "", fg = "#bf616a" },
+# { name = "res", text = "", fg = "#bf616a" },
+# { name = "resi", text = "", fg = "#bf616a" },
+# { name = "rlib", text = "", fg = "#bf616a" },
+# { name = "rmd", text = "", fg = "#5e81ac" },
+# { name = "rproj", text = "󰗆", fg = "#a3be8c" },
+# { name = "rs", text = "", fg = "#bf616a" },
+# { name = "rss", text = "", fg = "#ebcb8b" },
+# { name = "s", text = "", fg = "#5e81ac" },
+# { name = "sass", text = "", fg = "#bf616a" },
+# { name = "sbt", text = "", fg = "#bf616a" },
+# { name = "sc", text = "", fg = "#bf616a" },
+# { name = "scad", text = "", fg = "#ebcb8b" },
+# { name = "scala", text = "", fg = "#bf616a" },
+# { name = "scm", text = "󰘧", fg = "#cdd6f4" },
+# { name = "scss", text = "", fg = "#bf616a" },
+# { name = "sh", text = "", fg = "#7f849c" },
+# { name = "sha1", text = "󰕥", fg = "#b48ead" },
+# { name = "sha224", text = "󰕥", fg = "#b48ead" },
+# { name = "sha256", text = "󰕥", fg = "#b48ead" },
+# { name = "sha384", text = "󰕥", fg = "#b48ead" },
+# { name = "sha512", text = "󰕥", fg = "#b48ead" },
+# { name = "sig", text = "󰘧", fg = "#ebcb8b" },
+# { name = "signature", text = "󰘧", fg = "#ebcb8b" },
+# { name = "skp", text = "󰻫", fg = "#ebcb8b" },
+# { name = "sldasm", text = "󰻫", fg = "#ebcb8b" },
+# { name = "sldprt", text = "󰻫", fg = "#ebcb8b" },
+# { name = "slim", text = "", fg = "#bf616a" },
+# { name = "sln", text = "", fg = "#b48ead" },
+# { name = "slnx", text = "", fg = "#b48ead" },
+# { name = "slvs", text = "󰻫", fg = "#ebcb8b" },
+# { name = "sml", text = "󰘧", fg = "#ebcb8b" },
+# { name = "so", text = "", fg = "#cdd6f4" },
+# { name = "sol", text = "", fg = "#5e81ac" },
+# { name = "spec.js", text = "", fg = "#ebcb8b" },
+# { name = "spec.jsx", text = "", fg = "#88c0d0" },
+# { name = "spec.ts", text = "", fg = "#5e81ac" },
+# { name = "spec.tsx", text = "", fg = "#5e81ac" },
+# { name = "spx", text = "", fg = "#5e81ac" },
+# { name = "sql", text = "", fg = "#88c0d0" },
+# { name = "sqlite", text = "", fg = "#88c0d0" },
+# { name = "sqlite3", text = "", fg = "#88c0d0" },
+# { name = "srt", text = "󰨖", fg = "#ebcb8b" },
+# { name = "ssa", text = "󰨖", fg = "#ebcb8b" },
+# { name = "ste", text = "󰻫", fg = "#ebcb8b" },
+# { name = "step", text = "󰻫", fg = "#ebcb8b" },
+# { name = "stl", text = "󰆧", fg = "#b48ead" },
+# { name = "stories.js", text = "", fg = "#bf616a" },
+# { name = "stories.jsx", text = "", fg = "#bf616a" },
+# { name = "stories.mjs", text = "", fg = "#bf616a" },
+# { name = "stories.svelte", text = "", fg = "#bf616a" },
+# { name = "stories.ts", text = "", fg = "#bf616a" },
+# { name = "stories.tsx", text = "", fg = "#bf616a" },
+# { name = "stories.vue", text = "", fg = "#bf616a" },
+# { name = "stp", text = "󰻫", fg = "#ebcb8b" },
+# { name = "strings", text = "", fg = "#5e81ac" },
+# { name = "styl", text = "", fg = "#a3be8c" },
+# { name = "sub", text = "󰨖", fg = "#ebcb8b" },
+# { name = "sublime", text = "", fg = "#ebcb8b" },
+# { name = "suo", text = "", fg = "#b48ead" },
+# { name = "sv", text = "󰍛", fg = "#a3be8c" },
+# { name = "svelte", text = "", fg = "#bf616a" },
+# { name = "svg", text = "󰜡", fg = "#ebcb8b" },
+# { name = "svgz", text = "󰜡", fg = "#ebcb8b" },
+# { name = "svh", text = "󰍛", fg = "#a3be8c" },
+# { name = "swift", text = "", fg = "#ebcb8b" },
+# { name = "t", text = "", fg = "#5e81ac" },
+# { name = "tbc", text = "󰛓", fg = "#5e81ac" },
+# { name = "tcl", text = "󰛓", fg = "#5e81ac" },
+# { name = "templ", text = "", fg = "#ebcb8b" },
+# { name = "terminal", text = "", fg = "#a3be8c" },
+# { name = "test.js", text = "", fg = "#ebcb8b" },
+# { name = "test.jsx", text = "", fg = "#88c0d0" },
+# { name = "test.ts", text = "", fg = "#5e81ac" },
+# { name = "test.tsx", text = "", fg = "#5e81ac" },
+# { name = "tex", text = "", fg = "#a3be8c" },
+# { name = "tf", text = "", fg = "#b48ead" },
+# { name = "tfvars", text = "", fg = "#b48ead" },
+# { name = "tgz", text = "", fg = "#ebcb8b" },
+# { name = "tmpl", text = "", fg = "#ebcb8b" },
+# { name = "tmux", text = "", fg = "#a3be8c" },
+# { name = "toml", text = "", fg = "#bf616a" },
+# { name = "torrent", text = "", fg = "#88c0d0" },
+# { name = "tres", text = "", fg = "#7f849c" },
+# { name = "ts", text = "", fg = "#5e81ac" },
+# { name = "tscn", text = "", fg = "#7f849c" },
+# { name = "tsconfig", text = "", fg = "#ebcb8b" },
+# { name = "tsx", text = "", fg = "#5e81ac" },
+# { name = "ttf", text = "", fg = "#cdd6f4" },
+# { name = "twig", text = "", fg = "#a3be8c" },
+# { name = "txt", text = "󰈙", fg = "#a3be8c" },
+# { name = "txz", text = "", fg = "#ebcb8b" },
+# { name = "typ", text = "", fg = "#88c0d0" },
+# { name = "typoscript", text = "", fg = "#ebcb8b" },
+# { name = "ui", text = "", fg = "#5e81ac" },
+# { name = "v", text = "󰍛", fg = "#a3be8c" },
+# { name = "vala", text = "", fg = "#b48ead" },
+# { name = "vert", text = "", fg = "#88c0d0" },
+# { name = "vh", text = "󰍛", fg = "#a3be8c" },
+# { name = "vhd", text = "󰍛", fg = "#a3be8c" },
+# { name = "vhdl", text = "󰍛", fg = "#a3be8c" },
+# { name = "vi", text = "", fg = "#ebcb8b" },
+# { name = "vim", text = "", fg = "#a3be8c" },
+# { name = "vsh", text = "", fg = "#88c0d0" },
+# { name = "vsix", text = "", fg = "#b48ead" },
+# { name = "vue", text = "", fg = "#a3be8c" },
+# { name = "wasm", text = "", fg = "#5e81ac" },
+# { name = "wav", text = "", fg = "#5e81ac" },
+# { name = "webm", text = "", fg = "#ebcb8b" },
+# { name = "webmanifest", text = "", fg = "#ebcb8b" },
+# { name = "webp", text = "", fg = "#b48ead" },
+# { name = "webpack", text = "󰜫", fg = "#5e81ac" },
+# { name = "wma", text = "", fg = "#5e81ac" },
+# { name = "wmv", text = "", fg = "#ebcb8b" },
+# { name = "woff", text = "", fg = "#cdd6f4" },
+# { name = "woff2", text = "", fg = "#cdd6f4" },
+# { name = "wrl", text = "󰆧", fg = "#b48ead" },
+# { name = "wrz", text = "󰆧", fg = "#b48ead" },
+# { name = "wv", text = "", fg = "#5e81ac" },
+# { name = "wvc", text = "", fg = "#5e81ac" },
+# { name = "x", text = "", fg = "#5e81ac" },
+# { name = "xaml", text = "󰙳", fg = "#b48ead" },
+# { name = "xcf", text = "", fg = "#7f849c" },
+# { name = "xcplayground", text = "", fg = "#ebcb8b" },
+# { name = "xcstrings", text = "", fg = "#5e81ac" },
+# { name = "xls", text = "󰈛", fg = "#a3be8c" },
+# { name = "xlsx", text = "󰈛", fg = "#a3be8c" },
+# { name = "xm", text = "", fg = "#5e81ac" },
+# { name = "xml", text = "󰗀", fg = "#ebcb8b" },
+# { name = "xpi", text = "", fg = "#bf616a" },
+# { name = "xul", text = "", fg = "#ebcb8b" },
+# { name = "xz", text = "", fg = "#ebcb8b" },
+# { name = "yaml", text = "", fg = "#7f849c" },
+# { name = "yml", text = "", fg = "#7f849c" },
+# { name = "zig", text = "", fg = "#ebcb8b" },
+# { name = "zip", text = "", fg = "#ebcb8b" },
+# { name = "zsh", text = "", fg = "#a3be8c" },
+# { name = "zst", text = "", fg = "#ebcb8b" },
+# { name = "🔥", text = "", fg = "#bf616a" },
+# ]
+
+# everforest
+# [icon]
+#
+# files = [
+# { name = ".babelrc", text = "", fg = "#DBBC7F" },
+# { name = ".bash_profile", text = "", fg = "#A7C080" },
+# { name = ".bashrc", text = "", fg = "#A7C080" },
+# { name = ".clang-format", text = "", fg = "#374145" },
+# { name = ".clang-tidy", text = "", fg = "#374145" },
+# { name = ".codespellrc", text = "󰓆", fg = "#A7C080" },
+# { name = ".condarc", text = "", fg = "#A7C080" },
+# { name = ".dockerignore", text = "󰡨", fg = "#7FBBB3" },
+# { name = ".ds_store", text = "", fg = "#374145" },
+# { name = ".editorconfig", text = "", fg = "#D3C6AA" },
+# { name = ".env", text = "", fg = "#DBBC7F" },
+# { name = ".eslintignore", text = "", fg = "#D699B6" },
+# { name = ".eslintrc", text = "", fg = "#D699B6" },
+# { name = ".git-blame-ignore-revs", text = "", fg = "#E67E80" },
+# { name = ".gitattributes", text = "", fg = "#E67E80" },
+# { name = ".gitconfig", text = "", fg = "#E67E80" },
+# { name = ".gitignore", text = "", fg = "#E67E80" },
+# { name = ".gitlab-ci.yml", text = "", fg = "#E67E80" },
+# { name = ".gitmodules", text = "", fg = "#E67E80" },
+# { name = ".gtkrc-2.0", text = "", fg = "#83C092" },
+# { name = ".gvimrc", text = "", fg = "#A7C080" },
+# { name = ".justfile", text = "", fg = "#374145" },
+# { name = ".luacheckrc", text = "", fg = "#7FBBB3" },
+# { name = ".luaurc", text = "", fg = "#7FBBB3" },
+# { name = ".mailmap", text = "󰊢", fg = "#E67E80" },
+# { name = ".nanorc", text = "", fg = "#D699B6" },
+# { name = ".npmignore", text = "", fg = "#D699B6" },
+# { name = ".npmrc", text = "", fg = "#D699B6" },
+# { name = ".nuxtrc", text = "󱄆", fg = "#A7C080" },
+# { name = ".nvmrc", text = "", fg = "#A7C080" },
+# { name = ".pnpmfile.cjs", text = "", fg = "#DBBC7F" },
+# { name = ".pre-commit-config.yaml", text = "󰛢", fg = "#DBBC7F" },
+# { name = ".prettierignore", text = "", fg = "#7FBBB3" },
+# { name = ".prettierrc", text = "", fg = "#7FBBB3" },
+# { name = ".prettierrc.cjs", text = "", fg = "#7FBBB3" },
+# { name = ".prettierrc.js", text = "", fg = "#7FBBB3" },
+# { name = ".prettierrc.json", text = "", fg = "#7FBBB3" },
+# { name = ".prettierrc.json5", text = "", fg = "#7FBBB3" },
+# { name = ".prettierrc.mjs", text = "", fg = "#7FBBB3" },
+# { name = ".prettierrc.toml", text = "", fg = "#7FBBB3" },
+# { name = ".prettierrc.yaml", text = "", fg = "#7FBBB3" },
+# { name = ".prettierrc.yml", text = "", fg = "#7FBBB3" },
+# { name = ".pylintrc", text = "", fg = "#374145" },
+# { name = ".settings.json", text = "", fg = "#D699B6" },
+# { name = ".SRCINFO", text = "󰣇", fg = "#83C092" },
+# { name = ".vimrc", text = "", fg = "#A7C080" },
+# { name = ".Xauthority", text = "", fg = "#E67E80" },
+# { name = ".xinitrc", text = "", fg = "#E67E80" },
+# { name = ".Xresources", text = "", fg = "#E67E80" },
+# { name = ".xsession", text = "", fg = "#E67E80" },
+# { name = ".zprofile", text = "", fg = "#A7C080" },
+# { name = ".zshenv", text = "", fg = "#A7C080" },
+# { name = ".zshrc", text = "", fg = "#A7C080" },
+# { name = "_gvimrc", text = "", fg = "#A7C080" },
+# { name = "_vimrc", text = "", fg = "#A7C080" },
+# { name = "AUTHORS", text = "", fg = "#D699B6" },
+# { name = "AUTHORS.txt", text = "", fg = "#D699B6" },
+# { name = "brewfile", text = "", fg = "#E67E80" },
+# { name = "bspwmrc", text = "", fg = "#374145" },
+# { name = "build", text = "", fg = "#A7C080" },
+# { name = "build.gradle", text = "", fg = "#7FBBB3" },
+# { name = "build.zig.zon", text = "", fg = "#DBBC7F" },
+# { name = "bun.lock", text = "", fg = "#D3C6AA" },
+# { name = "bun.lockb", text = "", fg = "#D3C6AA" },
+# { name = "cantorrc", text = "", fg = "#7FBBB3" },
+# { name = "checkhealth", text = "󰓙", fg = "#7FBBB3" },
+# { name = "cmakelists.txt", text = "", fg = "#D3C6AA" },
+# { name = "code_of_conduct", text = "", fg = "#D699B6" },
+# { name = "code_of_conduct.md", text = "", fg = "#D699B6" },
+# { name = "commit_editmsg", text = "", fg = "#E67E80" },
+# { name = "commitlint.config.js", text = "󰜘", fg = "#83C092" },
+# { name = "commitlint.config.ts", text = "󰜘", fg = "#83C092" },
+# { name = "compose.yaml", text = "󰡨", fg = "#7FBBB3" },
+# { name = "compose.yml", text = "󰡨", fg = "#7FBBB3" },
+# { name = "config", text = "", fg = "#374145" },
+# { name = "containerfile", text = "󰡨", fg = "#7FBBB3" },
+# { name = "copying", text = "", fg = "#DBBC7F" },
+# { name = "copying.lesser", text = "", fg = "#DBBC7F" },
+# { name = "Directory.Build.props", text = "", fg = "#7FBBB3" },
+# { name = "Directory.Build.targets", text = "", fg = "#7FBBB3" },
+# { name = "Directory.Packages.props", text = "", fg = "#7FBBB3" },
+# { name = "docker-compose.yaml", text = "󰡨", fg = "#7FBBB3" },
+# { name = "docker-compose.yml", text = "󰡨", fg = "#7FBBB3" },
+# { name = "dockerfile", text = "󰡨", fg = "#7FBBB3" },
+# { name = "eslint.config.cjs", text = "", fg = "#D699B6" },
+# { name = "eslint.config.js", text = "", fg = "#D699B6" },
+# { name = "eslint.config.mjs", text = "", fg = "#D699B6" },
+# { name = "eslint.config.ts", text = "", fg = "#D699B6" },
+# { name = "ext_typoscript_setup.txt", text = "", fg = "#DBBC7F" },
+# { name = "favicon.ico", text = "", fg = "#DBBC7F" },
+# { name = "fp-info-cache", text = "", fg = "#83C092" },
+# { name = "fp-lib-table", text = "", fg = "#83C092" },
+# { name = "FreeCAD.conf", text = "", fg = "#E67E80" },
+# { name = "Gemfile", text = "", fg = "#E67E80" },
+# { name = "gnumakefile", text = "", fg = "#374145" },
+# { name = "go.mod", text = "", fg = "#83C092" },
+# { name = "go.sum", text = "", fg = "#83C092" },
+# { name = "go.work", text = "", fg = "#83C092" },
+# { name = "gradle-wrapper.properties", text = "", fg = "#7FBBB3" },
+# { name = "gradle.properties", text = "", fg = "#7FBBB3" },
+# { name = "gradlew", text = "", fg = "#7FBBB3" },
+# { name = "groovy", text = "", fg = "#7FBBB3" },
+# { name = "gruntfile.babel.js", text = "", fg = "#DBBC7F" },
+# { name = "gruntfile.coffee", text = "", fg = "#DBBC7F" },
+# { name = "gruntfile.js", text = "", fg = "#DBBC7F" },
+# { name = "gruntfile.ts", text = "", fg = "#DBBC7F" },
+# { name = "gtkrc", text = "", fg = "#83C092" },
+# { name = "gulpfile.babel.js", text = "", fg = "#E67E80" },
+# { name = "gulpfile.coffee", text = "", fg = "#E67E80" },
+# { name = "gulpfile.js", text = "", fg = "#E67E80" },
+# { name = "gulpfile.ts", text = "", fg = "#E67E80" },
+# { name = "hypridle.conf", text = "", fg = "#83C092" },
+# { name = "hyprland.conf", text = "", fg = "#83C092" },
+# { name = "hyprlandd.conf", text = "", fg = "#83C092" },
+# { name = "hyprlock.conf", text = "", fg = "#83C092" },
+# { name = "hyprpaper.conf", text = "", fg = "#83C092" },
+# { name = "hyprsunset.conf", text = "", fg = "#83C092" },
+# { name = "i18n.config.js", text = "󰗊", fg = "#D699B6" },
+# { name = "i18n.config.ts", text = "󰗊", fg = "#D699B6" },
+# { name = "i3blocks.conf", text = "", fg = "#D3C6AA" },
+# { name = "i3status.conf", text = "", fg = "#D3C6AA" },
+# { name = "index.theme", text = "", fg = "#A7C080" },
+# { name = "ionic.config.json", text = "", fg = "#7FBBB3" },
+# { name = "Jenkinsfile", text = "", fg = "#E67E80" },
+# { name = "justfile", text = "", fg = "#374145" },
+# { name = "kalgebrarc", text = "", fg = "#7FBBB3" },
+# { name = "kdeglobals", text = "", fg = "#7FBBB3" },
+# { name = "kdenlive-layoutsrc", text = "", fg = "#83C092" },
+# { name = "kdenliverc", text = "", fg = "#83C092" },
+# { name = "kritadisplayrc", text = "", fg = "#D699B6" },
+# { name = "kritarc", text = "", fg = "#D699B6" },
+# { name = "license", text = "", fg = "#DBBC7F" },
+# { name = "license.md", text = "", fg = "#DBBC7F" },
+# { name = "lxde-rc.xml", text = "", fg = "#D3C6AA" },
+# { name = "lxqt.conf", text = "", fg = "#7FBBB3" },
+# { name = "makefile", text = "", fg = "#374145" },
+# { name = "mix.lock", text = "", fg = "#D699B6" },
+# { name = "mpv.conf", text = "", fg = "#D699B6" },
+# { name = "next.config.cjs", text = "", fg = "#83C092" },
+# { name = "next.config.js", text = "", fg = "#83C092" },
+# { name = "next.config.ts", text = "", fg = "#83C092" },
+# { name = "node_modules", text = "", fg = "#D699B6" },
+# { name = "nuxt.config.cjs", text = "󱄆", fg = "#A7C080" },
+# { name = "nuxt.config.js", text = "󱄆", fg = "#A7C080" },
+# { name = "nuxt.config.mjs", text = "󱄆", fg = "#A7C080" },
+# { name = "nuxt.config.ts", text = "󱄆", fg = "#A7C080" },
+# { name = "package-lock.json", text = "", fg = "#E67E80" },
+# { name = "package.json", text = "", fg = "#D699B6" },
+# { name = "PKGBUILD", text = "", fg = "#83C092" },
+# { name = "platformio.ini", text = "", fg = "#DBBC7F" },
+# { name = "playwright.config.cjs", text = "", fg = "#A7C080" },
+# { name = "playwright.config.cts", text = "", fg = "#A7C080" },
+# { name = "playwright.config.js", text = "", fg = "#A7C080" },
+# { name = "playwright.config.mjs", text = "", fg = "#A7C080" },
+# { name = "playwright.config.mts", text = "", fg = "#A7C080" },
+# { name = "playwright.config.ts", text = "", fg = "#A7C080" },
+# { name = "pnpm-lock.yaml", text = "", fg = "#DBBC7F" },
+# { name = "pnpm-workspace.yaml", text = "", fg = "#DBBC7F" },
+# { name = "pom.xml", text = "", fg = "#E67E80" },
+# { name = "prettier.config.cjs", text = "", fg = "#7FBBB3" },
+# { name = "prettier.config.js", text = "", fg = "#7FBBB3" },
+# { name = "prettier.config.mjs", text = "", fg = "#7FBBB3" },
+# { name = "prettier.config.ts", text = "", fg = "#7FBBB3" },
+# { name = "procfile", text = "", fg = "#D699B6" },
+# { name = "PrusaSlicer.ini", text = "", fg = "#E67E80" },
+# { name = "PrusaSlicerGcodeViewer.ini", text = "", fg = "#E67E80" },
+# { name = "py.typed", text = "", fg = "#DBBC7F" },
+# { name = "QtProject.conf", text = "", fg = "#A7C080" },
+# { name = "rakefile", text = "", fg = "#E67E80" },
+# { name = "readme", text = "󰂺", fg = "#D3C6AA" },
+# { name = "readme.md", text = "󰂺", fg = "#D3C6AA" },
+# { name = "rmd", text = "", fg = "#7FBBB3" },
+# { name = "robots.txt", text = "󰚩", fg = "#D699B6" },
+# { name = "security", text = "󰒃", fg = "#D3C6AA" },
+# { name = "security.md", text = "󰒃", fg = "#D3C6AA" },
+# { name = "settings.gradle", text = "", fg = "#7FBBB3" },
+# { name = "svelte.config.js", text = "", fg = "#E67E80" },
+# { name = "sxhkdrc", text = "", fg = "#374145" },
+# { name = "sym-lib-table", text = "", fg = "#83C092" },
+# { name = "tailwind.config.js", text = "󱏿", fg = "#83C092" },
+# { name = "tailwind.config.mjs", text = "󱏿", fg = "#83C092" },
+# { name = "tailwind.config.ts", text = "󱏿", fg = "#83C092" },
+# { name = "tmux.conf", text = "", fg = "#A7C080" },
+# { name = "tmux.conf.local", text = "", fg = "#A7C080" },
+# { name = "tsconfig.json", text = "", fg = "#7FBBB3" },
+# { name = "unlicense", text = "", fg = "#DBBC7F" },
+# { name = "vagrantfile", text = "", fg = "#7FBBB3" },
+# { name = "vercel.json", text = "", fg = "#83C092" },
+# { name = "vite.config.cjs", text = "", fg = "#DBBC7F" },
+# { name = "vite.config.cts", text = "", fg = "#DBBC7F" },
+# { name = "vite.config.js", text = "", fg = "#DBBC7F" },
+# { name = "vite.config.mjs", text = "", fg = "#DBBC7F" },
+# { name = "vite.config.mts", text = "", fg = "#DBBC7F" },
+# { name = "vite.config.ts", text = "", fg = "#DBBC7F" },
+# { name = "vitest.config.cjs", text = "", fg = "#DBBC7F" },
+# { name = "vitest.config.cts", text = "", fg = "#DBBC7F" },
+# { name = "vitest.config.js", text = "", fg = "#DBBC7F" },
+# { name = "vitest.config.mjs", text = "", fg = "#DBBC7F" },
+# { name = "vitest.config.mts", text = "", fg = "#DBBC7F" },
+# { name = "vitest.config.ts", text = "", fg = "#DBBC7F" },
+# { name = "vlcrc", text = "󰕼", fg = "#DBBC7F" },
+# { name = "webpack", text = "󰜫", fg = "#7FBBB3" },
+# { name = "weston.ini", text = "", fg = "#DBBC7F" },
+# { name = "workspace", text = "", fg = "#A7C080" },
+# { name = "wrangler.jsonc", text = "", fg = "#DBBC7F" },
+# { name = "wrangler.toml", text = "", fg = "#DBBC7F" },
+# { name = "xdph.conf", text = "", fg = "#83C092" },
+# { name = "xmobarrc", text = "", fg = "#E67E80" },
+# { name = "xmobarrc.hs", text = "", fg = "#E67E80" },
+# { name = "xmonad.hs", text = "", fg = "#E67E80" },
+# { name = "xorg.conf", text = "", fg = "#E67E80" },
+# { name = "xsettingsd.conf", text = "", fg = "#E67E80" },
+# ]
+# exts = [
+# { name = "3gp", text = "", fg = "#DBBC7F" },
+# { name = "3mf", text = "󰆧", fg = "#D699B6" },
+# { name = "7z", text = "", fg = "#DBBC7F" },
+# { name = "a", text = "", fg = "#D3C6AA" },
+# { name = "aac", text = "", fg = "#7FBBB3" },
+# { name = "ada", text = "", fg = "#7FBBB3" },
+# { name = "adb", text = "", fg = "#7FBBB3" },
+# { name = "ads", text = "", fg = "#D699B6" },
+# { name = "ai", text = "", fg = "#DBBC7F" },
+# { name = "aif", text = "", fg = "#7FBBB3" },
+# { name = "aiff", text = "", fg = "#7FBBB3" },
+# { name = "android", text = "", fg = "#A7C080" },
+# { name = "ape", text = "", fg = "#7FBBB3" },
+# { name = "apk", text = "", fg = "#A7C080" },
+# { name = "apl", text = "", fg = "#A7C080" },
+# { name = "app", text = "", fg = "#E67E80" },
+# { name = "applescript", text = "", fg = "#374145" },
+# { name = "asc", text = "󰦝", fg = "#374145" },
+# { name = "asm", text = "", fg = "#7FBBB3" },
+# { name = "ass", text = "󰨖", fg = "#DBBC7F" },
+# { name = "astro", text = "", fg = "#D699B6" },
+# { name = "avif", text = "", fg = "#D699B6" },
+# { name = "awk", text = "", fg = "#374145" },
+# { name = "azcli", text = "", fg = "#7FBBB3" },
+# { name = "bak", text = "󰁯", fg = "#374145" },
+# { name = "bash", text = "", fg = "#A7C080" },
+# { name = "bat", text = "", fg = "#A7C080" },
+# { name = "bazel", text = "", fg = "#A7C080" },
+# { name = "bib", text = "󱉟", fg = "#DBBC7F" },
+# { name = "bicep", text = "", fg = "#7FBBB3" },
+# { name = "bicepparam", text = "", fg = "#D699B6" },
+# { name = "bin", text = "", fg = "#E67E80" },
+# { name = "blade.php", text = "", fg = "#E67E80" },
+# { name = "blend", text = "󰂫", fg = "#DBBC7F" },
+# { name = "blp", text = "󰺾", fg = "#7FBBB3" },
+# { name = "bmp", text = "", fg = "#D699B6" },
+# { name = "bqn", text = "", fg = "#A7C080" },
+# { name = "brep", text = "󰻫", fg = "#DBBC7F" },
+# { name = "bz", text = "", fg = "#DBBC7F" },
+# { name = "bz2", text = "", fg = "#DBBC7F" },
+# { name = "bz3", text = "", fg = "#DBBC7F" },
+# { name = "bzl", text = "", fg = "#A7C080" },
+# { name = "c", text = "", fg = "#7FBBB3" },
+# { name = "c++", text = "", fg = "#E67E80" },
+# { name = "cache", text = "", fg = "#83C092" },
+# { name = "cast", text = "", fg = "#DBBC7F" },
+# { name = "cbl", text = "", fg = "#7FBBB3" },
+# { name = "cc", text = "", fg = "#E67E80" },
+# { name = "ccm", text = "", fg = "#E67E80" },
+# { name = "cfc", text = "", fg = "#83C092" },
+# { name = "cfg", text = "", fg = "#374145" },
+# { name = "cfm", text = "", fg = "#83C092" },
+# { name = "cjs", text = "", fg = "#DBBC7F" },
+# { name = "clj", text = "", fg = "#A7C080" },
+# { name = "cljc", text = "", fg = "#A7C080" },
+# { name = "cljd", text = "", fg = "#7FBBB3" },
+# { name = "cljs", text = "", fg = "#7FBBB3" },
+# { name = "cmake", text = "", fg = "#D3C6AA" },
+# { name = "cob", text = "", fg = "#7FBBB3" },
+# { name = "cobol", text = "", fg = "#7FBBB3" },
+# { name = "coffee", text = "", fg = "#DBBC7F" },
+# { name = "conda", text = "", fg = "#A7C080" },
+# { name = "conf", text = "", fg = "#374145" },
+# { name = "config.ru", text = "", fg = "#E67E80" },
+# { name = "cow", text = "󰆚", fg = "#DBBC7F" },
+# { name = "cp", text = "", fg = "#7FBBB3" },
+# { name = "cpp", text = "", fg = "#7FBBB3" },
+# { name = "cppm", text = "", fg = "#7FBBB3" },
+# { name = "cpy", text = "", fg = "#7FBBB3" },
+# { name = "cr", text = "", fg = "#D3C6AA" },
+# { name = "crdownload", text = "", fg = "#83C092" },
+# { name = "cs", text = "󰌛", fg = "#DBBC7F" },
+# { name = "csh", text = "", fg = "#374145" },
+# { name = "cshtml", text = "󱦗", fg = "#D699B6" },
+# { name = "cson", text = "", fg = "#DBBC7F" },
+# { name = "csproj", text = "󰪮", fg = "#D699B6" },
+# { name = "css", text = "", fg = "#D699B6" },
+# { name = "csv", text = "", fg = "#A7C080" },
+# { name = "cts", text = "", fg = "#7FBBB3" },
+# { name = "cu", text = "", fg = "#A7C080" },
+# { name = "cue", text = "󰲹", fg = "#D699B6" },
+# { name = "cuh", text = "", fg = "#D699B6" },
+# { name = "cxx", text = "", fg = "#7FBBB3" },
+# { name = "cxxm", text = "", fg = "#7FBBB3" },
+# { name = "d", text = "", fg = "#E67E80" },
+# { name = "d.ts", text = "", fg = "#DBBC7F" },
+# { name = "dart", text = "", fg = "#7FBBB3" },
+# { name = "db", text = "", fg = "#83C092" },
+# { name = "dconf", text = "", fg = "#83C092" },
+# { name = "desktop", text = "", fg = "#D699B6" },
+# { name = "diff", text = "", fg = "#374145" },
+# { name = "dll", text = "", fg = "#E67E80" },
+# { name = "doc", text = "󰈬", fg = "#7FBBB3" },
+# { name = "Dockerfile", text = "󰡨", fg = "#7FBBB3" },
+# { name = "dockerignore", text = "󰡨", fg = "#7FBBB3" },
+# { name = "docx", text = "󰈬", fg = "#7FBBB3" },
+# { name = "dot", text = "󱁉", fg = "#7FBBB3" },
+# { name = "download", text = "", fg = "#83C092" },
+# { name = "drl", text = "", fg = "#E67E80" },
+# { name = "dropbox", text = "", fg = "#7FBBB3" },
+# { name = "dump", text = "", fg = "#83C092" },
+# { name = "dwg", text = "󰻫", fg = "#DBBC7F" },
+# { name = "dxf", text = "󰻫", fg = "#DBBC7F" },
+# { name = "ebook", text = "", fg = "#DBBC7F" },
+# { name = "ebuild", text = "", fg = "#D699B6" },
+# { name = "edn", text = "", fg = "#7FBBB3" },
+# { name = "eex", text = "", fg = "#D699B6" },
+# { name = "ejs", text = "", fg = "#DBBC7F" },
+# { name = "el", text = "", fg = "#D699B6" },
+# { name = "elc", text = "", fg = "#D699B6" },
+# { name = "elf", text = "", fg = "#E67E80" },
+# { name = "elm", text = "", fg = "#7FBBB3" },
+# { name = "eln", text = "", fg = "#D699B6" },
+# { name = "env", text = "", fg = "#DBBC7F" },
+# { name = "eot", text = "", fg = "#D3C6AA" },
+# { name = "epp", text = "", fg = "#DBBC7F" },
+# { name = "epub", text = "", fg = "#DBBC7F" },
+# { name = "erb", text = "", fg = "#E67E80" },
+# { name = "erl", text = "", fg = "#D699B6" },
+# { name = "ex", text = "", fg = "#D699B6" },
+# { name = "exe", text = "", fg = "#E67E80" },
+# { name = "exs", text = "", fg = "#D699B6" },
+# { name = "f#", text = "", fg = "#7FBBB3" },
+# { name = "f3d", text = "󰻫", fg = "#DBBC7F" },
+# { name = "f90", text = "󱈚", fg = "#D699B6" },
+# { name = "fbx", text = "󰆧", fg = "#D699B6" },
+# { name = "fcbak", text = "", fg = "#E67E80" },
+# { name = "fcmacro", text = "", fg = "#E67E80" },
+# { name = "fcmat", text = "", fg = "#E67E80" },
+# { name = "fcparam", text = "", fg = "#E67E80" },
+# { name = "fcscript", text = "", fg = "#E67E80" },
+# { name = "fcstd", text = "", fg = "#E67E80" },
+# { name = "fcstd1", text = "", fg = "#E67E80" },
+# { name = "fctb", text = "", fg = "#E67E80" },
+# { name = "fctl", text = "", fg = "#E67E80" },
+# { name = "fdmdownload", text = "", fg = "#83C092" },
+# { name = "feature", text = "", fg = "#A7C080" },
+# { name = "fish", text = "", fg = "#374145" },
+# { name = "flac", text = "", fg = "#7FBBB3" },
+# { name = "flc", text = "", fg = "#D3C6AA" },
+# { name = "flf", text = "", fg = "#D3C6AA" },
+# { name = "fnl", text = "", fg = "#DBBC7F" },
+# { name = "fodg", text = "", fg = "#DBBC7F" },
+# { name = "fodp", text = "", fg = "#DBBC7F" },
+# { name = "fods", text = "", fg = "#A7C080" },
+# { name = "fodt", text = "", fg = "#7FBBB3" },
+# { name = "frag", text = "", fg = "#83C092" },
+# { name = "fs", text = "", fg = "#7FBBB3" },
+# { name = "fsi", text = "", fg = "#7FBBB3" },
+# { name = "fsscript", text = "", fg = "#7FBBB3" },
+# { name = "fsx", text = "", fg = "#7FBBB3" },
+# { name = "gcode", text = "󰐫", fg = "#7FBBB3" },
+# { name = "gd", text = "", fg = "#374145" },
+# { name = "gemspec", text = "", fg = "#E67E80" },
+# { name = "geom", text = "", fg = "#83C092" },
+# { name = "gif", text = "", fg = "#D699B6" },
+# { name = "git", text = "", fg = "#E67E80" },
+# { name = "glb", text = "", fg = "#DBBC7F" },
+# { name = "gleam", text = "", fg = "#D699B6" },
+# { name = "glsl", text = "", fg = "#83C092" },
+# { name = "gnumakefile", text = "", fg = "#374145" },
+# { name = "go", text = "", fg = "#83C092" },
+# { name = "godot", text = "", fg = "#374145" },
+# { name = "gpr", text = "", fg = "#374145" },
+# { name = "gql", text = "", fg = "#D699B6" },
+# { name = "gradle", text = "", fg = "#7FBBB3" },
+# { name = "graphql", text = "", fg = "#D699B6" },
+# { name = "gresource", text = "", fg = "#83C092" },
+# { name = "gv", text = "󱁉", fg = "#7FBBB3" },
+# { name = "gz", text = "", fg = "#DBBC7F" },
+# { name = "h", text = "", fg = "#D699B6" },
+# { name = "haml", text = "", fg = "#D3C6AA" },
+# { name = "hbs", text = "", fg = "#E67E80" },
+# { name = "heex", text = "", fg = "#D699B6" },
+# { name = "hex", text = "", fg = "#7FBBB3" },
+# { name = "hh", text = "", fg = "#D699B6" },
+# { name = "hpp", text = "", fg = "#D699B6" },
+# { name = "hrl", text = "", fg = "#D699B6" },
+# { name = "hs", text = "", fg = "#D699B6" },
+# { name = "htm", text = "", fg = "#E67E80" },
+# { name = "html", text = "", fg = "#E67E80" },
+# { name = "http", text = "", fg = "#7FBBB3" },
+# { name = "huff", text = "󰡘", fg = "#D699B6" },
+# { name = "hurl", text = "", fg = "#D699B6" },
+# { name = "hx", text = "", fg = "#DBBC7F" },
+# { name = "hxx", text = "", fg = "#D699B6" },
+# { name = "ical", text = "", fg = "#7FBBB3" },
+# { name = "icalendar", text = "", fg = "#7FBBB3" },
+# { name = "ico", text = "", fg = "#DBBC7F" },
+# { name = "ics", text = "", fg = "#7FBBB3" },
+# { name = "ifb", text = "", fg = "#7FBBB3" },
+# { name = "ifc", text = "󰻫", fg = "#DBBC7F" },
+# { name = "ige", text = "󰻫", fg = "#DBBC7F" },
+# { name = "iges", text = "󰻫", fg = "#DBBC7F" },
+# { name = "igs", text = "󰻫", fg = "#DBBC7F" },
+# { name = "image", text = "", fg = "#E67E80" },
+# { name = "img", text = "", fg = "#E67E80" },
+# { name = "import", text = "", fg = "#D3C6AA" },
+# { name = "info", text = "", fg = "#DBBC7F" },
+# { name = "ini", text = "", fg = "#374145" },
+# { name = "ino", text = "", fg = "#83C092" },
+# { name = "ipynb", text = "", fg = "#DBBC7F" },
+# { name = "iso", text = "", fg = "#E67E80" },
+# { name = "ixx", text = "", fg = "#7FBBB3" },
+# { name = "jar", text = "", fg = "#DBBC7F" },
+# { name = "java", text = "", fg = "#E67E80" },
+# { name = "jl", text = "", fg = "#D699B6" },
+# { name = "jpeg", text = "", fg = "#D699B6" },
+# { name = "jpg", text = "", fg = "#D699B6" },
+# { name = "js", text = "", fg = "#DBBC7F" },
+# { name = "json", text = "", fg = "#DBBC7F" },
+# { name = "json5", text = "", fg = "#DBBC7F" },
+# { name = "jsonc", text = "", fg = "#DBBC7F" },
+# { name = "jsx", text = "", fg = "#83C092" },
+# { name = "jwmrc", text = "", fg = "#7FBBB3" },
+# { name = "jxl", text = "", fg = "#D699B6" },
+# { name = "kbx", text = "󰯄", fg = "#374145" },
+# { name = "kdb", text = "", fg = "#A7C080" },
+# { name = "kdbx", text = "", fg = "#A7C080" },
+# { name = "kdenlive", text = "", fg = "#83C092" },
+# { name = "kdenlivetitle", text = "", fg = "#83C092" },
+# { name = "kicad_dru", text = "", fg = "#83C092" },
+# { name = "kicad_mod", text = "", fg = "#83C092" },
+# { name = "kicad_pcb", text = "", fg = "#83C092" },
+# { name = "kicad_prl", text = "", fg = "#83C092" },
+# { name = "kicad_pro", text = "", fg = "#83C092" },
+# { name = "kicad_sch", text = "", fg = "#83C092" },
+# { name = "kicad_sym", text = "", fg = "#83C092" },
+# { name = "kicad_wks", text = "", fg = "#83C092" },
+# { name = "ko", text = "", fg = "#D3C6AA" },
+# { name = "kpp", text = "", fg = "#D699B6" },
+# { name = "kra", text = "", fg = "#D699B6" },
+# { name = "krz", text = "", fg = "#D699B6" },
+# { name = "ksh", text = "", fg = "#374145" },
+# { name = "kt", text = "", fg = "#7FBBB3" },
+# { name = "kts", text = "", fg = "#7FBBB3" },
+# { name = "lck", text = "", fg = "#D3C6AA" },
+# { name = "leex", text = "", fg = "#D699B6" },
+# { name = "less", text = "", fg = "#D699B6" },
+# { name = "lff", text = "", fg = "#D3C6AA" },
+# { name = "lhs", text = "", fg = "#D699B6" },
+# { name = "lib", text = "", fg = "#E67E80" },
+# { name = "license", text = "", fg = "#DBBC7F" },
+# { name = "liquid", text = "", fg = "#DBBC7F" },
+# { name = "lock", text = "", fg = "#D3C6AA" },
+# { name = "log", text = "󰌱", fg = "#D3C6AA" },
+# { name = "lrc", text = "󰨖", fg = "#DBBC7F" },
+# { name = "lua", text = "", fg = "#7FBBB3" },
+# { name = "luac", text = "", fg = "#7FBBB3" },
+# { name = "luau", text = "", fg = "#7FBBB3" },
+# { name = "m", text = "", fg = "#7FBBB3" },
+# { name = "m3u", text = "󰲹", fg = "#D699B6" },
+# { name = "m3u8", text = "󰲹", fg = "#D699B6" },
+# { name = "m4a", text = "", fg = "#7FBBB3" },
+# { name = "m4v", text = "", fg = "#DBBC7F" },
+# { name = "magnet", text = "", fg = "#E67E80" },
+# { name = "makefile", text = "", fg = "#374145" },
+# { name = "markdown", text = "", fg = "#D3C6AA" },
+# { name = "material", text = "", fg = "#D699B6" },
+# { name = "md", text = "", fg = "#D3C6AA" },
+# { name = "md5", text = "󰕥", fg = "#D699B6" },
+# { name = "mdx", text = "", fg = "#7FBBB3" },
+# { name = "mint", text = "󰌪", fg = "#A7C080" },
+# { name = "mjs", text = "", fg = "#DBBC7F" },
+# { name = "mk", text = "", fg = "#374145" },
+# { name = "mkv", text = "", fg = "#DBBC7F" },
+# { name = "ml", text = "", fg = "#DBBC7F" },
+# { name = "mli", text = "", fg = "#DBBC7F" },
+# { name = "mm", text = "", fg = "#7FBBB3" },
+# { name = "mo", text = "", fg = "#D699B6" },
+# { name = "mobi", text = "", fg = "#DBBC7F" },
+# { name = "mojo", text = "", fg = "#E67E80" },
+# { name = "mov", text = "", fg = "#DBBC7F" },
+# { name = "mp3", text = "", fg = "#7FBBB3" },
+# { name = "mp4", text = "", fg = "#DBBC7F" },
+# { name = "mpp", text = "", fg = "#7FBBB3" },
+# { name = "msf", text = "", fg = "#7FBBB3" },
+# { name = "mts", text = "", fg = "#7FBBB3" },
+# { name = "mustache", text = "", fg = "#DBBC7F" },
+# { name = "nfo", text = "", fg = "#DBBC7F" },
+# { name = "nim", text = "", fg = "#DBBC7F" },
+# { name = "nix", text = "", fg = "#83C092" },
+# { name = "norg", text = "", fg = "#7FBBB3" },
+# { name = "nswag", text = "", fg = "#A7C080" },
+# { name = "nu", text = "", fg = "#83C092" },
+# { name = "o", text = "", fg = "#E67E80" },
+# { name = "obj", text = "󰆧", fg = "#D699B6" },
+# { name = "odf", text = "", fg = "#E67E80" },
+# { name = "odg", text = "", fg = "#DBBC7F" },
+# { name = "odin", text = "󰟢", fg = "#7FBBB3" },
+# { name = "odp", text = "", fg = "#DBBC7F" },
+# { name = "ods", text = "", fg = "#A7C080" },
+# { name = "odt", text = "", fg = "#7FBBB3" },
+# { name = "oga", text = "", fg = "#7FBBB3" },
+# { name = "ogg", text = "", fg = "#7FBBB3" },
+# { name = "ogv", text = "", fg = "#DBBC7F" },
+# { name = "ogx", text = "", fg = "#DBBC7F" },
+# { name = "opus", text = "", fg = "#7FBBB3" },
+# { name = "org", text = "", fg = "#83C092" },
+# { name = "otf", text = "", fg = "#D3C6AA" },
+# { name = "out", text = "", fg = "#E67E80" },
+# { name = "part", text = "", fg = "#83C092" },
+# { name = "patch", text = "", fg = "#374145" },
+# { name = "pck", text = "", fg = "#374145" },
+# { name = "pcm", text = "", fg = "#7FBBB3" },
+# { name = "pdf", text = "", fg = "#E67E80" },
+# { name = "php", text = "", fg = "#D699B6" },
+# { name = "pl", text = "", fg = "#7FBBB3" },
+# { name = "pls", text = "󰲹", fg = "#D699B6" },
+# { name = "ply", text = "󰆧", fg = "#D699B6" },
+# { name = "pm", text = "", fg = "#7FBBB3" },
+# { name = "png", text = "", fg = "#D699B6" },
+# { name = "po", text = "", fg = "#7FBBB3" },
+# { name = "pot", text = "", fg = "#7FBBB3" },
+# { name = "pp", text = "", fg = "#DBBC7F" },
+# { name = "ppt", text = "󰈧", fg = "#E67E80" },
+# { name = "pptx", text = "󰈧", fg = "#E67E80" },
+# { name = "prisma", text = "", fg = "#7FBBB3" },
+# { name = "pro", text = "", fg = "#DBBC7F" },
+# { name = "ps1", text = "󰨊", fg = "#7FBBB3" },
+# { name = "psb", text = "", fg = "#7FBBB3" },
+# { name = "psd", text = "", fg = "#7FBBB3" },
+# { name = "psd1", text = "󰨊", fg = "#7FBBB3" },
+# { name = "psm1", text = "󰨊", fg = "#7FBBB3" },
+# { name = "pub", text = "󰷖", fg = "#DBBC7F" },
+# { name = "pxd", text = "", fg = "#7FBBB3" },
+# { name = "pxi", text = "", fg = "#7FBBB3" },
+# { name = "py", text = "", fg = "#DBBC7F" },
+# { name = "pyc", text = "", fg = "#DBBC7F" },
+# { name = "pyd", text = "", fg = "#DBBC7F" },
+# { name = "pyi", text = "", fg = "#DBBC7F" },
+# { name = "pyo", text = "", fg = "#DBBC7F" },
+# { name = "pyw", text = "", fg = "#7FBBB3" },
+# { name = "pyx", text = "", fg = "#7FBBB3" },
+# { name = "qm", text = "", fg = "#7FBBB3" },
+# { name = "qml", text = "", fg = "#A7C080" },
+# { name = "qrc", text = "", fg = "#A7C080" },
+# { name = "qss", text = "", fg = "#A7C080" },
+# { name = "query", text = "", fg = "#A7C080" },
+# { name = "r", text = "󰟔", fg = "#7FBBB3" },
+# { name = "R", text = "󰟔", fg = "#7FBBB3" },
+# { name = "rake", text = "", fg = "#E67E80" },
+# { name = "rar", text = "", fg = "#DBBC7F" },
+# { name = "rasi", text = "", fg = "#DBBC7F" },
+# { name = "razor", text = "󱦘", fg = "#D699B6" },
+# { name = "rb", text = "", fg = "#E67E80" },
+# { name = "res", text = "", fg = "#E67E80" },
+# { name = "resi", text = "", fg = "#E67E80" },
+# { name = "rlib", text = "", fg = "#E67E80" },
+# { name = "rmd", text = "", fg = "#7FBBB3" },
+# { name = "rproj", text = "󰗆", fg = "#A7C080" },
+# { name = "rs", text = "", fg = "#E67E80" },
+# { name = "rss", text = "", fg = "#DBBC7F" },
+# { name = "s", text = "", fg = "#7FBBB3" },
+# { name = "sass", text = "", fg = "#E67E80" },
+# { name = "sbt", text = "", fg = "#E67E80" },
+# { name = "sc", text = "", fg = "#E67E80" },
+# { name = "scad", text = "", fg = "#DBBC7F" },
+# { name = "scala", text = "", fg = "#E67E80" },
+# { name = "scm", text = "󰘧", fg = "#D3C6AA" },
+# { name = "scss", text = "", fg = "#E67E80" },
+# { name = "sh", text = "", fg = "#374145" },
+# { name = "sha1", text = "󰕥", fg = "#D699B6" },
+# { name = "sha224", text = "󰕥", fg = "#D699B6" },
+# { name = "sha256", text = "󰕥", fg = "#D699B6" },
+# { name = "sha384", text = "󰕥", fg = "#D699B6" },
+# { name = "sha512", text = "󰕥", fg = "#D699B6" },
+# { name = "sig", text = "󰘧", fg = "#DBBC7F" },
+# { name = "signature", text = "󰘧", fg = "#DBBC7F" },
+# { name = "skp", text = "󰻫", fg = "#DBBC7F" },
+# { name = "sldasm", text = "󰻫", fg = "#DBBC7F" },
+# { name = "sldprt", text = "󰻫", fg = "#DBBC7F" },
+# { name = "slim", text = "", fg = "#E67E80" },
+# { name = "sln", text = "", fg = "#D699B6" },
+# { name = "slnx", text = "", fg = "#D699B6" },
+# { name = "slvs", text = "󰻫", fg = "#DBBC7F" },
+# { name = "sml", text = "󰘧", fg = "#DBBC7F" },
+# { name = "so", text = "", fg = "#D3C6AA" },
+# { name = "sol", text = "", fg = "#7FBBB3" },
+# { name = "spec.js", text = "", fg = "#DBBC7F" },
+# { name = "spec.jsx", text = "", fg = "#83C092" },
+# { name = "spec.ts", text = "", fg = "#7FBBB3" },
+# { name = "spec.tsx", text = "", fg = "#7FBBB3" },
+# { name = "spx", text = "", fg = "#7FBBB3" },
+# { name = "sql", text = "", fg = "#83C092" },
+# { name = "sqlite", text = "", fg = "#83C092" },
+# { name = "sqlite3", text = "", fg = "#83C092" },
+# { name = "srt", text = "󰨖", fg = "#DBBC7F" },
+# { name = "ssa", text = "󰨖", fg = "#DBBC7F" },
+# { name = "ste", text = "󰻫", fg = "#DBBC7F" },
+# { name = "step", text = "󰻫", fg = "#DBBC7F" },
+# { name = "stl", text = "󰆧", fg = "#D699B6" },
+# { name = "stories.js", text = "", fg = "#E67E80" },
+# { name = "stories.jsx", text = "", fg = "#E67E80" },
+# { name = "stories.mjs", text = "", fg = "#E67E80" },
+# { name = "stories.svelte", text = "", fg = "#E67E80" },
+# { name = "stories.ts", text = "", fg = "#E67E80" },
+# { name = "stories.tsx", text = "", fg = "#E67E80" },
+# { name = "stories.vue", text = "", fg = "#E67E80" },
+# { name = "stp", text = "󰻫", fg = "#DBBC7F" },
+# { name = "strings", text = "", fg = "#7FBBB3" },
+# { name = "styl", text = "", fg = "#A7C080" },
+# { name = "sub", text = "󰨖", fg = "#DBBC7F" },
+# { name = "sublime", text = "", fg = "#DBBC7F" },
+# { name = "suo", text = "", fg = "#D699B6" },
+# { name = "sv", text = "󰍛", fg = "#A7C080" },
+# { name = "svelte", text = "", fg = "#E67E80" },
+# { name = "svg", text = "󰜡", fg = "#DBBC7F" },
+# { name = "svgz", text = "󰜡", fg = "#DBBC7F" },
+# { name = "svh", text = "󰍛", fg = "#A7C080" },
+# { name = "swift", text = "", fg = "#DBBC7F" },
+# { name = "t", text = "", fg = "#7FBBB3" },
+# { name = "tbc", text = "󰛓", fg = "#7FBBB3" },
+# { name = "tcl", text = "󰛓", fg = "#7FBBB3" },
+# { name = "templ", text = "", fg = "#DBBC7F" },
+# { name = "terminal", text = "", fg = "#A7C080" },
+# { name = "test.js", text = "", fg = "#DBBC7F" },
+# { name = "test.jsx", text = "", fg = "#83C092" },
+# { name = "test.ts", text = "", fg = "#7FBBB3" },
+# { name = "test.tsx", text = "", fg = "#7FBBB3" },
+# { name = "tex", text = "", fg = "#A7C080" },
+# { name = "tf", text = "", fg = "#D699B6" },
+# { name = "tfvars", text = "", fg = "#D699B6" },
+# { name = "tgz", text = "", fg = "#DBBC7F" },
+# { name = "tmpl", text = "", fg = "#DBBC7F" },
+# { name = "tmux", text = "", fg = "#A7C080" },
+# { name = "toml", text = "", fg = "#E67E80" },
+# { name = "torrent", text = "", fg = "#83C092" },
+# { name = "tres", text = "", fg = "#374145" },
+# { name = "ts", text = "", fg = "#7FBBB3" },
+# { name = "tscn", text = "", fg = "#374145" },
+# { name = "tsconfig", text = "", fg = "#DBBC7F" },
+# { name = "tsx", text = "", fg = "#7FBBB3" },
+# { name = "ttf", text = "", fg = "#D3C6AA" },
+# { name = "twig", text = "", fg = "#A7C080" },
+# { name = "txt", text = "󰈙", fg = "#A7C080" },
+# { name = "txz", text = "", fg = "#DBBC7F" },
+# { name = "typ", text = "", fg = "#83C092" },
+# { name = "typoscript", text = "", fg = "#DBBC7F" },
+# { name = "ui", text = "", fg = "#7FBBB3" },
+# { name = "v", text = "󰍛", fg = "#A7C080" },
+# { name = "vala", text = "", fg = "#D699B6" },
+# { name = "vert", text = "", fg = "#83C092" },
+# { name = "vh", text = "󰍛", fg = "#A7C080" },
+# { name = "vhd", text = "󰍛", fg = "#A7C080" },
+# { name = "vhdl", text = "󰍛", fg = "#A7C080" },
+# { name = "vi", text = "", fg = "#DBBC7F" },
+# { name = "vim", text = "", fg = "#A7C080" },
+# { name = "vsh", text = "", fg = "#83C092" },
+# { name = "vsix", text = "", fg = "#D699B6" },
+# { name = "vue", text = "", fg = "#A7C080" },
+# { name = "wasm", text = "", fg = "#7FBBB3" },
+# { name = "wav", text = "", fg = "#7FBBB3" },
+# { name = "webm", text = "", fg = "#DBBC7F" },
+# { name = "webmanifest", text = "", fg = "#DBBC7F" },
+# { name = "webp", text = "", fg = "#D699B6" },
+# { name = "webpack", text = "󰜫", fg = "#7FBBB3" },
+# { name = "wma", text = "", fg = "#7FBBB3" },
+# { name = "wmv", text = "", fg = "#DBBC7F" },
+# { name = "woff", text = "", fg = "#D3C6AA" },
+# { name = "woff2", text = "", fg = "#D3C6AA" },
+# { name = "wrl", text = "󰆧", fg = "#D699B6" },
+# { name = "wrz", text = "󰆧", fg = "#D699B6" },
+# { name = "wv", text = "", fg = "#7FBBB3" },
+# { name = "wvc", text = "", fg = "#7FBBB3" },
+# { name = "x", text = "", fg = "#7FBBB3" },
+# { name = "xaml", text = "󰙳", fg = "#D699B6" },
+# { name = "xcf", text = "", fg = "#374145" },
+# { name = "xcplayground", text = "", fg = "#DBBC7F" },
+# { name = "xcstrings", text = "", fg = "#7FBBB3" },
+# { name = "xls", text = "󰈛", fg = "#A7C080" },
+# { name = "xlsx", text = "󰈛", fg = "#A7C080" },
+# { name = "xm", text = "", fg = "#7FBBB3" },
+# { name = "xml", text = "󰗀", fg = "#DBBC7F" },
+# { name = "xpi", text = "", fg = "#E67E80" },
+# { name = "xul", text = "", fg = "#DBBC7F" },
+# { name = "xz", text = "", fg = "#DBBC7F" },
+# { name = "yaml", text = "", fg = "#374145" },
+# { name = "yml", text = "", fg = "#374145" },
+# { name = "zig", text = "", fg = "#DBBC7F" },
+# { name = "zip", text = "", fg = "#DBBC7F" },
+# { name = "zsh", text = "", fg = "#A7C080" },
+# { name = "zst", text = "", fg = "#DBBC7F" },
+# { name = "🔥", text = "", fg = "#E67E80" },
+# ]
diff --git a/.config/yazi/yazi.toml b/.config/yazi/yazi.toml
new file mode 100644
index 0000000..7137bf8
--- /dev/null
+++ b/.config/yazi/yazi.toml
@@ -0,0 +1,12 @@
+[mgr]
+show_hidden = true
+
+[[plugin.prepend_fetchers]]
+id = "git"
+name = "*"
+run = "git"
+
+[[plugin.prepend_fetchers]]
+id = "git"
+name = "*/"
+run = "git"