From c7a88a07b9287db9c129914483f6b3ae1ab5404c Mon Sep 17 00:00:00 2001 From: awy Date: Fri, 14 Nov 2025 23:43:38 +0300 Subject: init --- .../yazi/flavors/catppuccin-mocha.yazi/flavor.toml | 186 ++ .../yazi/flavors/catppuccin-mocha.yazi/tmtheme.xml | 2112 +++++++++++++ .../flavors/everforest-medium.yazi/flavor.toml | 229 ++ .../flavors/everforest-medium.yazi/tmtheme.xml | 3186 ++++++++++++++++++++ .config/yazi/flavors/gruvbox-dark.yazi/flavor.toml | 176 ++ .config/yazi/flavors/gruvbox-dark.yazi/tmtheme.xml | 1509 +++++++++ .config/yazi/flavors/nord.yazi/flavor.toml | 170 ++ .config/yazi/init.lua | 4 + .config/yazi/plugins/git.yazi/main.lua | 261 ++ .config/yazi/theme.toml | 2114 +++++++++++++ .config/yazi/yazi.toml | 12 + 11 files changed, 9959 insertions(+) create mode 100644 .config/yazi/flavors/catppuccin-mocha.yazi/flavor.toml create mode 100644 .config/yazi/flavors/catppuccin-mocha.yazi/tmtheme.xml create mode 100644 .config/yazi/flavors/everforest-medium.yazi/flavor.toml create mode 100644 .config/yazi/flavors/everforest-medium.yazi/tmtheme.xml create mode 100644 .config/yazi/flavors/gruvbox-dark.yazi/flavor.toml create mode 100644 .config/yazi/flavors/gruvbox-dark.yazi/tmtheme.xml create mode 100644 .config/yazi/flavors/nord.yazi/flavor.toml create mode 100644 .config/yazi/init.lua create mode 100644 .config/yazi/plugins/git.yazi/main.lua create mode 100644 .config/yazi/theme.toml create mode 100644 .config/yazi/yazi.toml (limited to '.config/yazi') 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 @@ + + + + + name + Catppuccin Mocha + semanticClass + theme.dark.catppuccin-mocha + uuid + 627ce890-fabb-4d39-9819-7be71f4bdca7 + author + Catppuccin Org + colorSpaceName + sRGB + settings + + + settings + + background + #1e1e2e + foreground + #cdd6f4 + caret + #f5e0dc + lineHighlight + #313244 + misspelling + #f38ba8 + accent + #cba6f7 + selection + #9399b240 + activeGuide + #45475a + findHighlight + #3e5767 + gutterForeground + #7f849c + + + + name + Basic text & variable names (incl. leading punctuation) + scope + text, source, variable.other.readwrite, punctuation.definition.variable + settings + + foreground + #cdd6f4 + + + + name + Parentheses, Brackets, Braces + scope + punctuation + settings + + foreground + #9399b2 + fontStyle + + + + + name + Comments + scope + comment, punctuation.definition.comment + settings + + foreground + #9399b2 + fontStyle + italic + + + + scope + string, punctuation.definition.string + settings + + foreground + #a6e3a1 + + + + scope + constant.character.escape + settings + + foreground + #f5c2e7 + + + + name + Booleans, constants, numbers + scope + 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 + settings + + foreground + #fab387 + + + + scope + keyword, keyword.operator.word, keyword.operator.new, variable.language.super, support.type.primitive, storage.type, storage.modifier, punctuation.definition.keyword + settings + + foreground + #cba6f7 + fontStyle + + + + + scope + entity.name.tag.documentation + settings + + foreground + #cba6f7 + + + + name + Punctuation + scope + keyword.operator, punctuation.accessor, punctuation.definition.generic, meta.function.closure punctuation.section.parameters, punctuation.definition.tag, punctuation.separator.key-value + settings + + foreground + #94e2d5 + + + + scope + entity.name.function, meta.function-call.method, support.function, support.function.misc, variable.function + settings + + foreground + #89b4fa + fontStyle + italic + + + + name + Classes + scope + entity.name.class, entity.other.inherited-class, support.class, meta.function-call.constructor, entity.name.struct + settings + + foreground + #f9e2af + fontStyle + italic + + + + name + Enum + scope + entity.name.enum + settings + + foreground + #f9e2af + fontStyle + italic + + + + name + Enum member + scope + meta.enum variable.other.readwrite, variable.other.enummember + settings + + foreground + #94e2d5 + + + + name + Object properties + scope + meta.property.object + settings + + foreground + #94e2d5 + + + + name + Types + scope + meta.type, meta.type-alias, support.type, entity.name.type + settings + + foreground + #f9e2af + fontStyle + italic + + + + name + Decorators + scope + meta.annotation variable.function, meta.annotation variable.annotation.function, meta.annotation punctuation.definition.annotation, meta.decorator, punctuation.decorator + settings + + foreground + #fab387 + + + + scope + variable.parameter, meta.function.parameters + settings + + foreground + #eba0ac + fontStyle + italic + + + + name + Built-ins + scope + constant.language, support.function.builtin + settings + + foreground + #f38ba8 + + + + scope + entity.other.attribute-name.documentation + settings + + foreground + #f38ba8 + + + + name + Preprocessor directives + scope + keyword.control.directive, punctuation.definition.directive + settings + + foreground + #f9e2af + + + + name + Type parameters + scope + punctuation.definition.typeparameters + settings + + foreground + #89dceb + + + + name + Namespaces + scope + entity.name.namespace + settings + + foreground + #f9e2af + + + + name + Property names (left hand assignments in json/yaml/css) + scope + support.type.property-name.css + settings + + foreground + #89b4fa + fontStyle + + + + + name + This/Self keyword + scope + variable.language.this, variable.language.this punctuation.definition.variable + settings + + foreground + #f38ba8 + + + + name + Object properties + scope + variable.object.property + settings + + foreground + #cdd6f4 + + + + name + String template interpolation + scope + string.template variable, string variable + settings + + foreground + #cdd6f4 + + + + name + `new` as bold + scope + keyword.operator.new + settings + + fontStyle + bold + + + + name + C++ extern keyword + scope + storage.modifier.specifier.extern.cpp + settings + + foreground + #cba6f7 + + + + name + C++ scope resolution + scope + 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 + settings + + foreground + #f9e2af + + + + name + C++ doc keywords + scope + storage.type.class.doxygen + settings + + fontStyle + + + + + name + C++ operators + scope + storage.modifier.reference.cpp + settings + + foreground + #94e2d5 + + + + name + C# Interpolated Strings + scope + meta.interpolation.cs + settings + + foreground + #cdd6f4 + + + + name + C# xml-style docs + scope + comment.block.documentation.cs + settings + + foreground + #cdd6f4 + + + + name + Classes, reflecting the className color in JSX + scope + source.css entity.other.attribute-name.class.css, entity.other.attribute-name.parent-selector.css punctuation.definition.entity.css + settings + + foreground + #f9e2af + + + + name + Operators + scope + punctuation.separator.operator.css + settings + + foreground + #94e2d5 + + + + name + Pseudo classes + scope + source.css entity.other.attribute-name.pseudo-class + settings + + foreground + #94e2d5 + + + + scope + source.css constant.other.unicode-range + settings + + foreground + #fab387 + + + + scope + source.css variable.parameter.url + settings + + foreground + #a6e3a1 + fontStyle + + + + + name + CSS vendored property names + scope + support.type.vendored.property-name + settings + + foreground + #89dceb + + + + name + Less/SCSS right-hand variables (@/$-prefixed) + scope + 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 + settings + + foreground + #eba0ac + + + + name + CSS variables (--prefixed) + scope + source.css meta.property-list variable, meta.property-list variable.other.less, meta.property-list variable.other.less punctuation.definition.variable.less + settings + + foreground + #89b4fa + + + + name + CSS Percentage values, styled the same as numbers + scope + keyword.other.unit.percentage.css + settings + + foreground + #fab387 + + + + name + CSS Attribute selectors, styled the same as strings + scope + source.css meta.attribute-selector + settings + + foreground + #a6e3a1 + + + + name + JSON/YAML keys, other left-hand assignments + scope + 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 + settings + + foreground + #89b4fa + fontStyle + + + + + name + JSON/YAML constants + scope + constant.language.json, constant.language.yaml + settings + + foreground + #fab387 + + + + name + YAML anchors + scope + entity.name.type.anchor.yaml, variable.other.alias.yaml + settings + + foreground + #f9e2af + fontStyle + + + + + name + TOML tables / ini groups + scope + support.type.property-name.table, entity.name.section.group-title.ini + settings + + foreground + #f9e2af + + + + name + TOML dates + scope + constant.other.time.datetime.offset.toml + settings + + foreground + #f5c2e7 + + + + name + YAML anchor puctuation + scope + punctuation.definition.anchor.yaml, punctuation.definition.alias.yaml + settings + + foreground + #f5c2e7 + + + + name + YAML triple dashes + scope + entity.other.document.begin.yaml + settings + + foreground + #f5c2e7 + + + + name + Markup Diff + scope + markup.changed.diff + settings + + foreground + #fab387 + + + + name + Diff + scope + meta.diff.header.from-file, meta.diff.header.to-file, punctuation.definition.from-file.diff, punctuation.definition.to-file.diff + settings + + foreground + #89b4fa + + + + name + Diff Inserted + scope + markup.inserted.diff + settings + + foreground + #a6e3a1 + + + + name + Diff Deleted + scope + markup.deleted.diff + settings + + foreground + #f38ba8 + + + + name + dotenv left-hand side assignments + scope + variable.other.env + settings + + foreground + #89b4fa + + + + name + dotenv reference to existing env variable + scope + string.quoted variable.other.env + settings + + foreground + #cdd6f4 + + + + name + GDScript functions + scope + support.function.builtin.gdscript + settings + + foreground + #89b4fa + + + + name + GDScript constants + scope + constant.language.gdscript + settings + + foreground + #fab387 + + + + name + Comment keywords + scope + comment meta.annotation.go + settings + + foreground + #eba0ac + + + + name + go:embed, go:build, etc. + scope + comment meta.annotation.parameters.go + settings + + foreground + #fab387 + + + + name + Go constants (nil, true, false) + scope + constant.language.go + settings + + foreground + #fab387 + + + + name + GraphQL variables + scope + variable.graphql + settings + + foreground + #cdd6f4 + + + + name + GraphQL aliases + scope + string.unquoted.alias.graphql + settings + + foreground + #f2cdcd + + + + name + GraphQL enum members + scope + constant.character.enum.graphql + settings + + foreground + #94e2d5 + + + + name + GraphQL field in types + scope + meta.objectvalues.graphql constant.object.key.graphql string.unquoted.graphql + settings + + foreground + #f2cdcd + + + + name + HTML/XML DOCTYPE as keyword + scope + keyword.other.doctype, meta.tag.sgml.doctype punctuation.definition.tag, meta.tag.metadata.doctype entity.name.tag, meta.tag.metadata.doctype punctuation.definition.tag + settings + + foreground + #cba6f7 + + + + name + HTML/XML-like <tags/> + scope + entity.name.tag + settings + + foreground + #89b4fa + fontStyle + + + + + name + Special characters like &amp; + scope + 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 + settings + + foreground + #f38ba8 + + + + name + HTML/XML tag attribute values + scope + entity.other.attribute-name + settings + + foreground + #f9e2af + + + + name + Components + scope + support.class.component, support.class.component.jsx, support.class.component.tsx, support.class.component.vue + settings + + foreground + #f5c2e7 + fontStyle + + + + + name + Annotations + scope + punctuation.definition.annotation, storage.type.annotation + settings + + foreground + #fab387 + + + + name + Java enums + scope + constant.other.enum.java + settings + + foreground + #94e2d5 + + + + name + Java imports + scope + storage.modifier.import.java + settings + + foreground + #cdd6f4 + + + + name + Javadoc + scope + comment.block.javadoc.java keyword.other.documentation.javadoc.java + settings + + fontStyle + + + + + name + Exported Variable + scope + meta.export variable.other.readwrite.js + settings + + foreground + #eba0ac + + + + name + JS/TS constants & properties + scope + variable.other.constant.js, variable.other.constant.ts, variable.other.property.js, variable.other.property.ts + settings + + foreground + #cdd6f4 + + + + name + JSDoc; these are mainly params, so styled as such + scope + variable.other.jsdoc, comment.block.documentation variable.other + settings + + foreground + #eba0ac + fontStyle + + + + + name + JSDoc keywords + scope + storage.type.class.jsdoc + settings + + fontStyle + + + + + scope + support.type.object.console.js + settings + + foreground + #cdd6f4 + + + + name + Node constants as keywords (module, etc.) + scope + support.constant.node, support.type.object.module.js + settings + + foreground + #cba6f7 + + + + name + implements as keyword + scope + storage.modifier.implements + settings + + foreground + #cba6f7 + + + + name + Builtin types + scope + constant.language.null.js, constant.language.null.ts, constant.language.undefined.js, constant.language.undefined.ts, support.type.builtin.ts + settings + + foreground + #cba6f7 + + + + scope + variable.parameter.generic + settings + + foreground + #f9e2af + + + + name + Arrow functions + scope + keyword.declaration.function.arrow.js, storage.type.function.arrow.ts + settings + + foreground + #94e2d5 + + + + name + Decorator punctuations (decorators inherit from blue functions, instead of styleguide peach) + scope + punctuation.decorator.ts + settings + + foreground + #89b4fa + fontStyle + italic + + + + name + Extra JS/TS keywords + scope + 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 + settings + + foreground + #cba6f7 + + + + name + Julia macros + scope + support.function.macro.julia + settings + + foreground + #94e2d5 + fontStyle + italic + + + + name + Julia language constants (true, false) + scope + constant.language.julia + settings + + foreground + #fab387 + + + + name + Julia other constants (these seem to be arguments inside arrays) + scope + constant.other.symbol.julia + settings + + foreground + #eba0ac + + + + name + LaTeX preamble + scope + text.tex keyword.control.preamble + settings + + foreground + #94e2d5 + + + + name + LaTeX be functions + scope + text.tex support.function.be + settings + + foreground + #89dceb + + + + name + LaTeX math + scope + constant.other.general.math.tex + settings + + foreground + #f2cdcd + + + + name + Liquid Builtin Objects & User Defined Variables + scope + variable.language.liquid + settings + + foreground + #f5c2e7 + + + + name + Lua docstring keywords + scope + comment.line.double-dash.documentation.lua storage.type.annotation.lua + settings + + foreground + #cba6f7 + fontStyle + + + + + name + Lua docstring variables + scope + comment.line.double-dash.documentation.lua entity.name.variable.lua, comment.line.double-dash.documentation.lua variable.lua + settings + + foreground + #cdd6f4 + + + + scope + 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 + settings + + foreground + #f38ba8 + + + + scope + 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 + settings + + foreground + #fab387 + + + + scope + 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 + settings + + foreground + #f9e2af + + + + scope + 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 + settings + + foreground + #a6e3a1 + + + + scope + 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 + settings + + foreground + #74c7ec + + + + scope + 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 + settings + + foreground + #b4befe + + + + scope + markup.bold + settings + + foreground + #f38ba8 + fontStyle + bold + + + + scope + markup.italic + settings + + foreground + #f38ba8 + fontStyle + italic + + + + scope + markup.strikethrough + settings + + foreground + #a6adc8 + fontStyle + strikethrough + + + + name + Markdown auto links + scope + punctuation.definition.link, markup.underline.link + settings + + foreground + #89b4fa + + + + name + Markdown links + scope + 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 + settings + + foreground + #b4befe + + + + name + Markdown code spans + scope + 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 + settings + + foreground + #a6e3a1 + + + + name + Markdown triple backtick language identifier + scope + fenced_code.block.language + settings + + foreground + #89dceb + + + + name + Markdown triple backticks + scope + markup.fenced_code.block punctuation.definition, markup.raw support.asciidoc + settings + + foreground + #9399b2 + + + + name + Markdown quotes + scope + markup.quote, punctuation.definition.quote.begin + settings + + foreground + #f5c2e7 + + + + name + Markdown separators + scope + meta.separator.markdown + settings + + foreground + #94e2d5 + + + + name + Markdown list bullets + scope + punctuation.definition.list.begin.markdown, punctuation.definition.list.begin.quarto, markup.list.bullet + settings + + foreground + #94e2d5 + + + + name + Quarto headings + scope + markup.heading.quarto + settings + + fontStyle + bold + + + + name + Nix attribute names + scope + entity.other.attribute-name.multipart.nix, entity.other.attribute-name.single.nix + settings + + foreground + #89b4fa + + + + name + Nix parameter names + scope + variable.parameter.name.nix + settings + + foreground + #cdd6f4 + fontStyle + + + + + name + Nix interpolated parameter names + scope + meta.embedded variable.parameter.name.nix + settings + + foreground + #b4befe + fontStyle + + + + + name + Nix paths + scope + string.unquoted.path.nix + settings + + foreground + #f5c2e7 + fontStyle + + + + + name + PHP Attributes + scope + support.attribute.builtin, meta.attribute.php + settings + + foreground + #f9e2af + + + + name + PHP Parameters (needed for the leading dollar sign) + scope + meta.function.parameters.php punctuation.definition.variable.php + settings + + foreground + #eba0ac + + + + name + PHP Constants (null, __FILE__, etc.) + scope + constant.language.php + settings + + foreground + #cba6f7 + + + + name + PHP functions + scope + text.html.php support.function + settings + + foreground + #89dceb + + + + name + PHPdoc keywords + scope + keyword.other.phpdoc.php + settings + + fontStyle + + + + + name + Python argument functions reset to text, otherwise they inherit blue from function-call + scope + support.variable.magic.python, meta.function-call.arguments.python + settings + + foreground + #cdd6f4 + + + + name + Python double underscore functions + scope + support.function.magic.python + settings + + foreground + #89dceb + fontStyle + italic + + + + name + Python `self` keyword + scope + variable.parameter.function.language.special.self.python, variable.language.special.self.python + settings + + foreground + #f38ba8 + fontStyle + italic + + + + name + python keyword flow/logical (for ... in) + scope + keyword.control.flow.python, keyword.operator.logical.python + settings + + foreground + #cba6f7 + + + + name + python storage type + scope + storage.type.function.python + settings + + foreground + #cba6f7 + + + + name + python function support + scope + support.token.decorator.python, meta.function.decorator.identifier.python + settings + + foreground + #89dceb + + + + name + python function calls + scope + meta.function-call.python + settings + + foreground + #89b4fa + + + + name + python function decorators + scope + entity.name.function.decorator.python, punctuation.definition.decorator.python + settings + + foreground + #fab387 + fontStyle + italic + + + + name + python placeholder reset to normal string + scope + constant.character.format.placeholder.other.python + settings + + foreground + #f5c2e7 + + + + name + Python exception & builtins such as exit() + scope + support.type.exception.python, support.function.builtin.python + settings + + foreground + #fab387 + + + + name + entity.name.type + scope + support.type.python + settings + + foreground + #cba6f7 + + + + name + python constants (True/False) + scope + constant.language.python + settings + + foreground + #fab387 + + + + name + Arguments accessed later in the function body + scope + meta.indexed-name.python, meta.item-access.python + settings + + foreground + #eba0ac + fontStyle + italic + + + + name + Python f-strings/binary/unicode storage types + scope + storage.type.string.python + settings + + foreground + #a6e3a1 + fontStyle + italic + + + + name + Python type hints + scope + meta.function.parameters.python + settings + + fontStyle + + + + + name + Regex string begin/end in JS/TS + scope + string.regexp punctuation.definition.string.begin, string.regexp punctuation.definition.string.end + settings + + foreground + #f5c2e7 + + + + name + Regex anchors (^, $) + scope + keyword.control.anchor.regexp + settings + + foreground + #cba6f7 + + + + name + Regex regular string match + scope + string.regexp.ts + settings + + foreground + #cdd6f4 + + + + name + Regex group parenthesis & backreference (\1, \2, \3, ...) + scope + punctuation.definition.group.regexp, keyword.other.back-reference.regexp + settings + + foreground + #a6e3a1 + + + + name + Regex character class [] + scope + punctuation.definition.character-class.regexp + settings + + foreground + #f9e2af + + + + name + Regex character classes (\d, \w, \s) + scope + constant.other.character-class.regexp + settings + + foreground + #f5c2e7 + + + + name + Regex range + scope + constant.other.character-class.range.regexp + settings + + foreground + #f5e0dc + + + + name + Regex quantifier + scope + keyword.operator.quantifier.regexp + settings + + foreground + #94e2d5 + + + + name + Regex constant/numeric + scope + constant.character.numeric.regexp + settings + + foreground + #fab387 + + + + name + Regex lookaheads, negative lookaheads, lookbehinds, negative lookbehinds + scope + punctuation.definition.group.no-capture.regexp, meta.assertion.look-ahead.regexp, meta.assertion.negative-look-ahead.regexp + settings + + foreground + #89b4fa + + + + name + Rust attribute + scope + meta.annotation.rust, meta.annotation.rust punctuation, meta.attribute.rust, punctuation.definition.attribute.rust + settings + + foreground + #f9e2af + fontStyle + italic + + + + name + Rust attribute strings + scope + meta.attribute.rust string.quoted.double.rust, meta.attribute.rust string.quoted.single.char.rust + settings + + fontStyle + + + + + name + Rust keyword + scope + 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 + settings + + foreground + #cba6f7 + fontStyle + + + + + name + Rust u/i32, u/i64, etc. + scope + entity.name.type.numeric.rust + settings + + foreground + #cba6f7 + fontStyle + + + + + name + Rust generic + scope + meta.generic.rust + settings + + foreground + #fab387 + + + + name + Rust impl + scope + entity.name.impl.rust + settings + + foreground + #f9e2af + fontStyle + italic + + + + name + Rust module + scope + entity.name.module.rust + settings + + foreground + #fab387 + + + + name + Rust trait + scope + entity.name.trait.rust + settings + + foreground + #f9e2af + fontStyle + italic + + + + name + Rust struct + scope + storage.type.source.rust + settings + + foreground + #f9e2af + + + + name + Rust union + scope + entity.name.union.rust + settings + + foreground + #f9e2af + + + + name + Rust enum member + scope + meta.enum.rust storage.type.source.rust + settings + + foreground + #94e2d5 + + + + name + Rust macro + scope + support.macro.rust, meta.macro.rust support.function.rust, entity.name.function.macro.rust + settings + + foreground + #89b4fa + fontStyle + italic + + + + name + Rust lifetime + scope + storage.modifier.lifetime.rust, entity.name.type.lifetime + settings + + foreground + #89b4fa + fontStyle + italic + + + + name + Rust string formatting + scope + string.quoted.double.rust constant.other.placeholder.rust + settings + + foreground + #f5c2e7 + + + + name + Rust return type generic + scope + meta.function.return-type.rust meta.generic.rust storage.type.rust + settings + + foreground + #cdd6f4 + + + + name + Rust functions + scope + meta.function.call.rust + settings + + foreground + #89b4fa + + + + name + Rust angle brackets + scope + punctuation.brackets.angle.rust + settings + + foreground + #89dceb + + + + name + Rust constants + scope + constant.other.caps.rust + settings + + foreground + #fab387 + + + + name + Rust function parameters + scope + meta.function.definition.rust variable.other.rust + settings + + foreground + #eba0ac + + + + name + Rust closure variables + scope + meta.function.call.rust variable.other.rust + settings + + foreground + #cdd6f4 + + + + name + Rust self + scope + variable.language.self.rust + settings + + foreground + #f38ba8 + + + + name + Rust metavariable names + scope + variable.other.metavariable.name.rust, meta.macro.metavariable.rust keyword.operator.macro.dollar.rust + settings + + foreground + #f5c2e7 + + + + name + Shell shebang + scope + comment.line.shebang, comment.line.shebang punctuation.definition.comment, comment.line.shebang, punctuation.definition.comment.shebang.shell, meta.shebang.shell + settings + + foreground + #f5c2e7 + fontStyle + italic + + + + name + Shell shebang command + scope + comment.line.shebang constant.language + settings + + foreground + #94e2d5 + fontStyle + italic + + + + name + Shell interpolated command + scope + 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 + settings + + foreground + #f38ba8 + + + + name + Shell interpolated command variable + scope + meta.string meta.interpolation.parameter.shell variable.other.readwrite + settings + + foreground + #fab387 + fontStyle + italic + + + + scope + source.shell punctuation.section.interpolation, punctuation.definition.evaluation.backticks.shell + settings + + foreground + #94e2d5 + + + + name + Shell EOF + scope + entity.name.tag.heredoc.shell + settings + + foreground + #cba6f7 + + + + name + Shell quoted variable + scope + string.quoted.double.shell variable.other.normal.shell + settings + + foreground + #cdd6f4 + + + + scope + markup.heading.typst + settings + + foreground + #f38ba8 + + + + name + JSON Keys + scope + source.json meta.mapping.key string + settings + + foreground + #89b4fa + + + + name + JSON key surrounding quotes + scope + source.json meta.mapping.key punctuation.definition.string.begin, source.json meta.mapping.key punctuation.definition.string.end + settings + + foreground + #9399b2 + + + + scope + markup.heading.synopsis.man, markup.heading.title.man, markup.heading.other.man, markup.heading.env.man + settings + + foreground + #cba6f7 + + + + scope + markup.heading.commands.man + settings + + foreground + #89b4fa + + + + scope + markup.heading.env.man + settings + + foreground + #f5c2e7 + + + + name + Man page options + scope + entity.name + settings + + foreground + #94e2d5 + + + + scope + markup.heading.1.markdown + settings + + foreground + #f38ba8 + + + + scope + markup.heading.2.markdown + settings + + foreground + #fab387 + + + + scope + markup.heading.markdown + settings + + foreground + #f9e2af + + + + + \ 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 @@ + + + + + name + Everforest Dark + settings + + + settings + + accent + #a7c080 + background + #2d353b + caret + #d3c6aa + foreground + #d3c6aa + lineHighlight + #3d484d90 + selection + #475258c0 + activeGuide + #9aa79d20 + findHighlight + #899c4040 + misspelling + #da6362 + + + + name + GitGutter deleted + scope + markup.deleted.git_gutter + settings + + foreground + #e67e80a0 + + + + name + GitGutter inserted + scope + markup.inserted.git_gutter + settings + + foreground + #a7c080a0 + + + + name + GitGutter changed + scope + markup.changed.git_gutter + settings + + foreground + #7fbbb3a0 + + + + name + GitGutter untracked + scope + markup.untracked.git_gutter + settings + + foreground + #dbbc7fa0 + + + + name + GitGutter ignored + scope + markup.ignored.git_gutter + settings + + foreground + #4f585e + + + + name + GitGutter comment + scope + comment.line.annotation.git_gutter + settings + + foreground + + name + Comment + scope + comment, string.comment, punctuation.definition.comment + settings + + foreground + #859289 + fontStyle + italic + + + + + + name + Keyword + scope + keyword, storage.type.function, storage.type.class, storage.type.enum, storage.type.interface, storage.type.property, keyword.operator.new, keyword.operator.expression, keyword.operator.new, keyword.operator.delete, storage.type.extends + settings + + foreground + #e67e80 + + + + name + Debug + scope + keyword.other.debugger + settings + + foreground + #e67e80 + + + + name + Storage + scope + storage, modifier, keyword.var, entity.name.tag, keyword.control.case, keyword.control.switch + settings + + foreground + #e69875 + + + + name + Operator + scope + keyword.operator + settings + + foreground + #e69875 + + + + name + String + scope + string, punctuation.definition.string.end, punctuation.definition.string.begin, punctuation.definition.string.template.begin, punctuation.definition.string.template.end + settings + + foreground + #dbbc7f + + + + name + Attribute + scope + entity.other.attribute-name + settings + + foreground + #dbbc7f + + + + name + String Escape + scope + constant.character.escape, punctuation.quasi.element, punctuation.definition.template-expression, punctuation.section.embedded, storage.type.format, constant.other.placeholder, constant.other.placeholder, variable.interpolation + settings + + foreground + #a7c080 + + + + name + Function + scope + entity.name.function, support.function, meta.function, meta.function-call, meta.definition.method + settings + + foreground + #a7c080 + + + + name + Preproc + scope + keyword.control.at-rule, keyword.control.import, keyword.control.export, storage.type.namespace, punctuation.decorator, keyword.control.directive, keyword.preprocessor, punctuation.definition.preprocessor, punctuation.definition.directive, keyword.other.import, keyword.other.package, entity.name.type.namespace, entity.name.scope-resolution, keyword.other.using, keyword.package, keyword.import, keyword.map + settings + + foreground + #83c092 + + + + name + Annotation + scope + storage.type.annotation + settings + + foreground + #83c092 + + + + name + Label + scope + entity.name.label, constant.other.label + settings + + foreground + #83c092 + + + + name + Modules + scope + support.module, support.node, support.other.module, support.type.object.module, entity.name.type.module, entity.name.type.class.module, keyword.control.module + settings + + foreground + #83c092 + + + + name + Type + scope + storage.type, support.type, entity.name.type, keyword.type + settings + + foreground + #7fbbb3 + + + + name + Class + scope + entity.name.type.class, support.class, entity.name.class, entity.other.inherited-class, storage.class + settings + + foreground + #7fbbb3 + + + + name + Number + scope + constant.numeric + settings + + foreground + #d699b6 + + + + name + Boolean + scope + constant.language.boolean + settings + + foreground + #d699b6 + + + + name + Macro + scope + entity.name.function.preprocessor + settings + + foreground + #d699b6 + + + + name + Special identifier + scope + variable.language.this, variable.language.self, variable.language.super, keyword.other.this, variable.language.special, constant.language.null, constant.language.undefined, constant.language.nan + settings + + foreground + #d699b6 + + + + name + Constant + scope + constant.language, support.constant + settings + + foreground + #d699b6 + + + + name + Identifier + scope + variable, support.variable, meta.definition.variable + settings + + foreground + #d3c6aa + + + + name + Property + scope + variable.object.property, support.variable.property, variable.other.property, variable.other.object.property, variable.other.enummember, variable.other.member, meta.object-literal.key + settings + + foreground + #d3c6aa + + + + name + Delimiter + scope + punctuation, meta.brace, meta.delimiter, meta.bracket + settings + + foreground + #d3c6aa + + + + name + Markdown heading1 + scope + heading.1.markdown, markup.heading.setext.1.markdown + settings + + foreground + #e67e80 + fontStyle + bold + + + + name + Markdown heading2 + scope + heading.2.markdown, markup.heading.setext.2.markdown + settings + + foreground + #e69875 + fontStyle + bold + + + + name + Markdown heading3 + scope + heading.3.markdown + settings + + foreground + #dbbc7f + fontStyle + bold + + + + name + Markdown heading4 + scope + heading.4.markdown + settings + + foreground + #a7c080 + fontStyle + bold + + + + name + Markdown heading5 + scope + heading.5.markdown + settings + + foreground + #7fbbb3 + fontStyle + bold + + + + name + Markdown heading6 + scope + heading.6.markdown + settings + + foreground + #d699b6 + fontStyle + bold + + + + name + Markdown heading delimiter + scope + punctuation.definition.heading.markdown + settings + + foreground + #859289 + fontStyle + regular + + + + name + Markdown link + scope + string.other.link.title.markdown, constant.other.reference.link.markdown, string.other.link.description.markdown + settings + + foreground + #d699b6 + fontStyle + regular + + + + name + Markdown link text + scope + markup.underline.link.image.markdown, markup.underline.link.markdown + settings + + foreground + #a7c080 + fontStyle + underline + + + + name + Markdown delimiter + scope + punctuation.definition.string.begin.markdown, punctuation.definition.string.end.markdown, punctuation.definition.italic.markdown, punctuation.definition.quote.begin.markdown, punctuation.definition.metadata.markdown, punctuation.separator.key-value.markdown, punctuation.definition.constant.markdown + settings + + foreground + #859289 + + + + name + Markdown bold delimiter + scope + punctuation.definition.bold.markdown + settings + + foreground + #859289 + fontStyle + regular + + + + name + Markdown separator delimiter + scope + meta.separator.markdown, punctuation.definition.constant.begin.markdown, punctuation.definition.constant.end.markdown + settings + + foreground + #859289 + fontStyle + bold + + + + name + Markdown italic + scope + markup.italic + settings + + fontStyle + italic + + + + name + Markdown bold + scope + markup.bold + settings + + fontStyle + bold + + + + name + Markdown bold italic + scope + markup.bold markup.italic, markup.italic markup.bold + settings + + fontStyle + italic bold + + + + name + Markdown code delimiter + scope + punctuation.definition.markdown, punctuation.definition.raw.markdown + settings + + foreground + #dbbc7f + + + + name + Markdown code type + scope + fenced_code.block.language + settings + + foreground + #dbbc7f + + + + name + Markdown code block + scope + markup.fenced_code.block.markdown, markup.inline.raw.string.markdown + settings + + foreground + #a7c080 + + + + name + Markdown list mark + scope + punctuation.definition.list.begin.markdown + settings + + foreground + #e67e80 + + + + name + reStructuredText heading + scope + punctuation.definition.heading.restructuredtext + settings + + foreground + #e69875 + fontStyle + bold + + + + name + reStructuredText delimiter + scope + punctuation.definition.field.restructuredtext, punctuation.separator.key-value.restructuredtext, punctuation.definition.directive.restructuredtext, punctuation.definition.constant.restructuredtext, punctuation.definition.italic.restructuredtext, punctuation.definition.table.restructuredtext + settings + + foreground + #859289 + + + + name + reStructuredText delimiter bold + scope + punctuation.definition.bold.restructuredtext + settings + + foreground + #859289 + fontStyle + regular + + + + name + reStructuredText aqua + scope + entity.name.tag.restructuredtext, punctuation.definition.link.restructuredtext, punctuation.definition.raw.restructuredtext, punctuation.section.raw.restructuredtext + settings + + foreground + #83c092 + + + + name + reStructuredText purple + scope + constant.other.footnote.link.restructuredtext + settings + + foreground + #d699b6 + + + + name + reStructuredText red + scope + support.directive.restructuredtext + settings + + foreground + #e67e80 + + + + name + reStructuredText green + scope + entity.name.directive.restructuredtext, markup.raw.restructuredtext, markup.raw.inner.restructuredtext, string.other.link.title.restructuredtext + settings + + foreground + #a7c080 + + + + name + LaTex delimiter + scope + punctuation.definition.function.latex, punctuation.definition.function.tex, punctuation.definition.keyword.latex, constant.character.newline.tex, punctuation.definition.keyword.tex + settings + + foreground + #859289 + + + + name + LaTex red + scope + support.function.be.latex + settings + + foreground + #e67e80 + + + + name + LaTex orange + scope + support.function.section.latex, keyword.control.table.cell.latex, keyword.control.table.newline.latex + settings + + foreground + #e69875 + + + + name + LaTex yellow + scope + support.class.latex, variable.parameter.latex, variable.parameter.function.latex, variable.parameter.definition.label.latex, constant.other.reference.label.latex + settings + + foreground + #dbbc7f + + + + name + LaTex purple + scope + keyword.control.preamble.latex + settings + + foreground + #d699b6 + + + + name + Html grey + scope + punctuation.separator.namespace.xml + settings + + foreground + #859289 + + + + name + Html orange + scope + entity.name.tag.html, entity.name.tag.xml, entity.name.tag.localname.xml + settings + + foreground + #e69875 + + + + name + Html yellow + scope + entity.other.attribute-name.html, entity.other.attribute-name.xml, entity.other.attribute-name.localname.xml + settings + + foreground + #dbbc7f + + + + name + Html green + scope + string.quoted.double.html, string.quoted.single.html, punctuation.definition.string.begin.html, punctuation.definition.string.end.html, punctuation.separator.key-value.html, punctuation.definition.string.begin.xml, punctuation.definition.string.end.xml, string.quoted.double.xml, string.quoted.single.xml, punctuation.definition.tag.begin.html, punctuation.definition.tag.end.html, punctuation.definition.tag.xml, meta.tag.xml, meta.tag.preprocessor.xml, meta.tag.other.html, meta.tag.block.any.html, meta.tag.inline.any.html + settings + + foreground + #a7c080 + + + + name + Html purple + scope + variable.language.documentroot.xml, meta.tag.sgml.doctype.xml + settings + + foreground + #d699b6 + + + + name + Proto yellow + scope + storage.type.proto + settings + + foreground + #dbbc7f + + + + name + Proto green + scope + string.quoted.double.proto.syntax, string.quoted.single.proto.syntax, string.quoted.double.proto, string.quoted.single.proto + settings + + foreground + #a7c080 + + + + name + Proto aqua + scope + entity.name.class.proto, entity.name.class.message.proto + settings + + foreground + #83c092 + + + + name + CSS grey + scope + punctuation.definition.entity.css, punctuation.separator.key-value.css, punctuation.terminator.rule.css, punctuation.separator.list.comma.css + settings + + foreground + #859289 + + + + name + CSS red + scope + entity.other.attribute-name.class.css + settings + + foreground + #e67e80 + + + + name + CSS orange + scope + keyword.other.unit + settings + + foreground + #e69875 + + + + name + CSS yellow + scope + entity.other.attribute-name.pseudo-class.css, entity.other.attribute-name.pseudo-element.css + settings + + foreground + #dbbc7f + + + + name + CSS green + scope + string.quoted.single.css, string.quoted.double.css, support.constant.property-value.css, meta.property-value.css, punctuation.definition.string.begin.css, punctuation.definition.string.end.css, constant.numeric.css, support.constant.font-name.css, variable.parameter.keyframe-list.css + settings + + foreground + #a7c080 + + + + name + CSS aqua + scope + support.type.property-name.css + settings + + foreground + #83c092 + + + + name + CSS blue + scope + support.type.vendored.property-name.css + settings + + foreground + #7fbbb3 + + + + name + CSS purple + scope + entity.name.tag.css, entity.other.keyframe-offset.css, punctuation.definition.keyword.css, keyword.control.at-rule.keyframes.css, meta.selector.css + settings + + foreground + #d699b6 + + + + name + SASS grey + scope + punctuation.definition.entity.scss, punctuation.separator.key-value.scss, punctuation.terminator.rule.scss, punctuation.separator.list.comma.scss + settings + + foreground + #859289 + + + + name + SASS orange + scope + keyword.control.at-rule.keyframes.scss + settings + + foreground + #e69875 + + + + name + SASS yellow + scope + punctuation.definition.interpolation.begin.bracket.curly.scss, punctuation.definition.interpolation.end.bracket.curly.scss + settings + + foreground + #dbbc7f + + + + name + SASS green + scope + punctuation.definition.string.begin.scss, punctuation.definition.string.end.scss, string.quoted.double.scss, string.quoted.single.scss, constant.character.css.sass, meta.property-value.scss + settings + + foreground + #a7c080 + + + + name + SASS purple + scope + keyword.control.at-rule.include.scss, keyword.control.at-rule.use.scss, keyword.control.at-rule.mixin.scss, keyword.control.at-rule.extend.scss, keyword.control.at-rule.import.scss + settings + + foreground + #d699b6 + + + + name + Stylus white + scope + meta.function.stylus + settings + + foreground + #d3c6aa + + + + name + Stylus yellow + scope + entity.name.function.stylus + settings + + foreground + #dbbc7f + + + + name + JavaScript white + scope + string.unquoted.js + settings + + foreground + #d3c6aa + + + + name + JavaScript grey + scope + punctuation.accessor.js, punctuation.separator.key-value.js, punctuation.separator.label.js, keyword.operator.accessor.js + settings + + foreground + #859289 + + + + name + JavaScript red + scope + punctuation.definition.block.tag.jsdoc + settings + + foreground + #e67e80 + + + + name + JavaScript orange + scope + storage.type.js, storage.type.function.arrow.js + settings + + foreground + #e69875 + + + + name + JSX white + scope + JSXNested + settings + + foreground + #d3c6aa + + + + name + JSX green + scope + punctuation.definition.tag.jsx, entity.other.attribute-name.jsx, punctuation.definition.tag.begin.js.jsx, punctuation.definition.tag.end.js.jsx, entity.other.attribute-name.js.jsx + settings + + foreground + #a7c080 + + + + name + TypeScript white + scope + entity.name.type.module.ts + settings + + foreground + #d3c6aa + + + + name + TypeScript grey + scope + keyword.operator.type.annotation.ts, punctuation.accessor.ts, punctuation.separator.key-value.ts + settings + + foreground + #859289 + + + + name + TypeScript green + scope + punctuation.definition.tag.directive.ts, entity.other.attribute-name.directive.ts + settings + + foreground + #a7c080 + + + + name + TypeScript aqua + scope + entity.name.type.ts, entity.name.type.interface.ts, entity.other.inherited-class.ts, entity.name.type.alias.ts, entity.name.type.class.ts, entity.name.type.enum.ts + settings + + foreground + #83c092 + + + + name + TypeScript orange + scope + storage.type.ts, storage.type.function.arrow.ts, storage.type.type.ts + settings + + foreground + #e69875 + + + + name + TypeScript blue + scope + entity.name.type.module.ts + settings + + foreground + #7fbbb3 + + + + name + TypeScript purple + scope + keyword.control.import.ts, keyword.control.export.ts, storage.type.namespace.ts + settings + + foreground + #d699b6 + + + + name + TSX white + scope + entity.name.type.module.tsx + settings + + foreground + #d3c6aa + + + + name + TSX grey + scope + keyword.operator.type.annotation.tsx, punctuation.accessor.tsx, punctuation.separator.key-value.tsx + settings + + foreground + #859289 + + + + name + TSX green + scope + punctuation.definition.tag.directive.tsx, entity.other.attribute-name.directive.tsx, punctuation.definition.tag.begin.tsx, punctuation.definition.tag.end.tsx, entity.other.attribute-name.tsx + settings + + foreground + #a7c080 + + + + name + TSX aqua + scope + entity.name.type.tsx, entity.name.type.interface.tsx, entity.other.inherited-class.tsx, entity.name.type.alias.tsx, entity.name.type.class.tsx, entity.name.type.enum.tsx + settings + + foreground + #83c092 + + + + name + TSX blue + scope + entity.name.type.module.tsx + settings + + foreground + #7fbbb3 + + + + name + TSX purple + scope + keyword.control.import.tsx, keyword.control.export.tsx, storage.type.namespace.tsx + settings + + foreground + #d699b6 + + + + name + TSX orange + scope + storage.type.tsx, storage.type.function.arrow.tsx, storage.type.type.tsx, support.class.component.tsx + settings + + foreground + #e69875 + + + + name + CoffeeScript orange + scope + storage.type.function.coffee + settings + + foreground + #e69875 + + + + name + PureScript white + scope + meta.type-signature.purescript + settings + + foreground + #d3c6aa + + + + name + PureScript orange + scope + keyword.other.double-colon.purescript, keyword.other.arrow.purescript, keyword.other.big-arrow.purescript + settings + + foreground + #e69875 + + + + name + PureScript yellow + scope + entity.name.function.purescript + settings + + foreground + #dbbc7f + + + + name + PureScript green + scope + string.quoted.single.purescript, string.quoted.double.purescript, punctuation.definition.string.begin.purescript, punctuation.definition.string.end.purescript, string.quoted.triple.purescript, entity.name.type.purescript + settings + + foreground + #a7c080 + + + + name + PureScript purple + scope + support.other.module.purescript + settings + + foreground + #d699b6 + + + + name + Dart grey + scope + punctuation.dot.dart + settings + + foreground + #859289 + + + + name + Dart orange + scope + storage.type.primitive.dart + settings + + foreground + #e69875 + + + + name + Dart yellow + scope + support.class.dart + settings + + foreground + #dbbc7f + + + + name + Dart green + scope + entity.name.function.dart, string.interpolated.single.dart, string.interpolated.double.dart + settings + + foreground + #a7c080 + + + + name + Dart blue + scope + variable.language.dart + settings + + foreground + #7fbbb3 + + + + name + Dart purple + scope + keyword.other.import.dart, storage.type.annotation.dart + settings + + foreground + #d699b6 + + + + name + Pug red + scope + entity.other.attribute-name.class.pug + settings + + foreground + #e67e80 + + + + name + Pug orange + scope + storage.type.function.pug + settings + + foreground + #e69875 + + + + name + Pug aqua + scope + entity.other.attribute-name.tag.pug + settings + + foreground + #83c092 + + + + name + Pug purple + scope + entity.name.tag.pug, storage.type.import.include.pug + settings + + foreground + #d699b6 + + + + name + C white + scope + meta.function-call.c, storage.modifier.array.bracket.square.c, meta.function.definition.parameters.c + settings + + foreground + #d3c6aa + + + + name + C grey + scope + punctuation.separator.dot-access.c, constant.character.escape.line-continuation.c + settings + + foreground + #859289 + + + + name + C red + scope + keyword.control.directive.include.c, punctuation.definition.directive.c, keyword.control.directive.pragma.c, keyword.control.directive.line.c, keyword.control.directive.define.c, keyword.control.directive.conditional.c, keyword.control.directive.diagnostic.error.c, keyword.control.directive.undef.c, keyword.control.directive.conditional.ifdef.c, keyword.control.directive.endif.c, keyword.control.directive.conditional.ifndef.c, keyword.control.directive.conditional.if.c, keyword.control.directive.else.c + settings + + foreground + #e67e80 + + + + name + C orange + scope + punctuation.separator.pointer-access.c + settings + + foreground + #e69875 + + + + name + C aqua + scope + variable.other.member.c + settings + + foreground + #83c092 + + + + name + C++ white + scope + meta.function-call.cpp, storage.modifier.array.bracket.square.cpp, meta.function.definition.parameters.cpp, meta.body.function.definition.cpp + settings + + foreground + #d3c6aa + + + + name + C++ grey + scope + punctuation.separator.dot-access.cpp, constant.character.escape.line-continuation.cpp + settings + + foreground + #859289 + + + + name + C++ red + scope + keyword.control.directive.include.cpp, punctuation.definition.directive.cpp, keyword.control.directive.pragma.cpp, keyword.control.directive.line.cpp, keyword.control.directive.define.cpp, keyword.control.directive.conditional.cpp, keyword.control.directive.diagnostic.error.cpp, keyword.control.directive.undef.cpp, keyword.control.directive.conditional.ifdef.cpp, keyword.control.directive.endif.cpp, keyword.control.directive.conditional.ifndef.cpp, keyword.control.directive.conditional.if.cpp, keyword.control.directive.else.cpp, storage.type.namespace.definition.cpp, keyword.other.using.directive.cpp, storage.type.struct.cpp + settings + + foreground + #e67e80 + + + + name + C++ orange + scope + punctuation.separator.pointer-access.cpp, punctuation.section.angle-brackets.begin.template.call.cpp, punctuation.section.angle-brackets.end.template.call.cpp + settings + + foreground + #e69875 + + + + name + C++ aqua + scope + variable.other.member.cpp + settings + + foreground + #83c092 + + + + name + C# red + scope + keyword.other.using.cs + settings + + foreground + #e67e80 + + + + name + C# yellow + scope + keyword.type.cs, constant.character.escape.cs, punctuation.definition.interpolation.begin.cs, punctuation.definition.interpolation.end.cs + settings + + foreground + #dbbc7f + + + + name + C# green + scope + string.quoted.double.cs, string.quoted.single.cs, punctuation.definition.string.begin.cs, punctuation.definition.string.end.cs + settings + + foreground + #a7c080 + + + + name + C# aqua + scope + variable.other.object.property.cs + settings + + foreground + #83c092 + + + + name + C# purple + scope + entity.name.type.namespace.cs + settings + + foreground + #d699b6 + + + + name + F# white + scope + keyword.symbol.fsharp, constant.language.unit.fsharp + settings + + foreground + #d3c6aa + + + + name + F# yellow + scope + keyword.format.specifier.fsharp, entity.name.type.fsharp + settings + + foreground + #dbbc7f + + + + name + F# green + scope + string.quoted.double.fsharp, string.quoted.single.fsharp, punctuation.definition.string.begin.fsharp, punctuation.definition.string.end.fsharp + settings + + foreground + #a7c080 + + + + name + F# blue + scope + entity.name.section.fsharp + settings + + foreground + #7fbbb3 + + + + name + F# purple + scope + support.function.attribute.fsharp + settings + + foreground + #d699b6 + + + + name + Java grey + scope + punctuation.separator.java, punctuation.separator.period.java + settings + + foreground + #859289 + + + + name + Java red + scope + keyword.other.import.java, keyword.other.package.java + settings + + foreground + #e67e80 + + + + name + Java orange + scope + storage.type.function.arrow.java, keyword.control.ternary.java + settings + + foreground + #e69875 + + + + name + Java aqua + scope + variable.other.property.java + settings + + foreground + #83c092 + + + + name + Java purple + scope + variable.language.wildcard.java, storage.modifier.import.java, storage.type.annotation.java, punctuation.definition.annotation.java, storage.modifier.package.java, entity.name.type.module.java + settings + + foreground + #d699b6 + + + + name + Kotlin red + scope + keyword.other.import.kotlin + settings + + foreground + #e67e80 + + + + name + Kotlin orange + scope + storage.type.kotlin + settings + + foreground + #e69875 + + + + name + Kotlin aqua + scope + constant.language.kotlin + settings + + foreground + #83c092 + + + + name + Kotlin purple + scope + entity.name.package.kotlin, storage.type.annotation.kotlin + settings + + foreground + #d699b6 + + + + name + Scala purple + scope + entity.name.package.scala + settings + + foreground + #d699b6 + + + + name + Scala blue + scope + constant.language.scala + settings + + foreground + #7fbbb3 + + + + name + Scala aqua + scope + entity.name.import.scala + settings + + foreground + #83c092 + + + + name + Scala green + scope + string.quoted.double.scala, string.quoted.single.scala, punctuation.definition.string.begin.scala, punctuation.definition.string.end.scala, string.quoted.double.interpolated.scala, string.quoted.single.interpolated.scala, string.quoted.triple.scala + settings + + foreground + #a7c080 + + + + name + Scala yellow + scope + entity.name.class, entity.other.inherited-class.scala + settings + + foreground + #dbbc7f + + + + name + Scala orange + scope + keyword.declaration.stable.scala, keyword.other.arrow.scala + settings + + foreground + #e69875 + + + + name + Scala red + scope + keyword.other.import.scala + settings + + foreground + #e67e80 + + + + name + Groovy white + scope + keyword.operator.navigation.groovy, meta.method.body.java, meta.definition.method.groovy, meta.definition.method.signature.java + settings + + foreground + #d3c6aa + + + + name + Scala grey + scope + punctuation.separator.groovy + settings + + foreground + #859289 + + + + name + Scala red + scope + keyword.other.import.groovy, keyword.other.package.groovy, keyword.other.import.static.groovy + settings + + foreground + #e67e80 + + + + name + Groovy orange + scope + storage.type.def.groovy + settings + + foreground + #e69875 + + + + name + Groovy green + scope + variable.other.interpolated.groovy, meta.method.groovy + settings + + foreground + #a7c080 + + + + name + Groovy aqua + scope + storage.modifier.import.groovy, storage.modifier.package.groovy + settings + + foreground + #83c092 + + + + name + Groovy purple + scope + storage.type.annotation.groovy + settings + + foreground + #d699b6 + + + + name + Go red + scope + keyword.type.go + settings + + foreground + #e67e80 + + + + name + Go aqua + scope + entity.name.package.go + settings + + foreground + #83c092 + + + + name + Go purple + scope + keyword.import.go, keyword.package.go + settings + + foreground + #d699b6 + + + + name + Rust white + scope + entity.name.type.mod.rust + settings + + foreground + #d3c6aa + + + + name + Rust grey + scope + keyword.operator.path.rust, keyword.operator.member-access.rust + settings + + foreground + #859289 + + + + name + Rust orange + scope + storage.type.rust + settings + + foreground + #e69875 + + + + name + Rust aqua + scope + support.constant.core.rust + settings + + foreground + #83c092 + + + + name + Rust purple + scope + meta.attribute.rust, variable.language.rust, storage.type.module.rust + settings + + foreground + #d699b6 + + + + name + Swift white + scope + meta.function-call.swift, support.function.any-method.swift + settings + + foreground + #d3c6aa + + + + name + Swift aqua + scope + support.variable.swift + settings + + foreground + #83c092 + + + + name + PHP white + scope + keyword.operator.class.php + settings + + foreground + #d3c6aa + + + + name + PHP orange + scope + storage.type.trait.php + settings + + foreground + #e69875 + + + + name + PHP aqua + scope + constant.language.php, support.other.namespace.php + settings + + foreground + #83c092 + + + + name + PHP blue + scope + storage.type.modifier.access.control.public.cpp, storage.type.modifier.access.control.private.cpp + settings + + foreground + #7fbbb3 + + + + name + PHP purple + scope + keyword.control.import.include.php, storage.type.php + settings + + foreground + #d699b6 + + + + name + Python white + scope + meta.function-call.arguments.python + settings + + foreground + #d3c6aa + + + + name + Python grey + scope + punctuation.definition.decorator.python, punctuation.separator.period.python + settings + + foreground + #859289 + + + + name + Python aqua + scope + constant.language.python + settings + + foreground + #83c092 + + + + name + Python purple + scope + keyword.control.import.python, keyword.control.import.from.python + settings + + foreground + #d699b6 + + + + name + Lua aqua + scope + constant.language.lua + settings + + foreground + #83c092 + + + + name + Lua blue + scope + entity.name.class.lua + settings + + foreground + #7fbbb3 + + + + name + Ruby white + scope + meta.function.method.with-arguments.ruby + settings + + foreground + #d3c6aa + + + + name + Ruby grey + scope + punctuation.separator.method.ruby + settings + + foreground + #859289 + + + + name + Ruby orange + scope + keyword.control.pseudo-method.ruby, storage.type.variable.ruby + settings + + foreground + #e69875 + + + + name + Ruby green + scope + keyword.other.special-method.ruby + settings + + foreground + #a7c080 + + + + name + Ruby purple + scope + keyword.control.module.ruby, punctuation.definition.constant.ruby + settings + + foreground + #d699b6 + + + + name + Ruby yellow + scope + string.regexp.character-class.ruby,string.regexp.interpolated.ruby,punctuation.definition.character-class.ruby,string.regexp.group.ruby, punctuation.section.regexp.ruby, punctuation.definition.group.ruby + settings + + foreground + #dbbc7f + + + + name + Ruby blue + scope + variable.other.constant.ruby + settings + + foreground + #7fbbb3 + + + + name + Haskell orange + scope + keyword.other.arrow.haskell, keyword.other.big-arrow.haskell, keyword.other.double-colon.haskell + settings + + foreground + #e69875 + + + + name + Haskell yellow + scope + storage.type.haskell + settings + + foreground + #dbbc7f + + + + name + Haskell green + scope + constant.other.haskell, string.quoted.double.haskell, string.quoted.single.haskell, punctuation.definition.string.begin.haskell, punctuation.definition.string.end.haskell + settings + + foreground + #a7c080 + + + + name + Haskell blue + scope + entity.name.function.haskell + settings + + foreground + #7fbbb3 + + + + name + Haskell aqua + scope + entity.name.namespace, meta.preprocessor.haskell + settings + + foreground + #83c092 + + + + name + Julia red + scope + keyword.control.import.julia, keyword.control.export.julia + settings + + foreground + #e67e80 + + + + name + Julia orange + scope + keyword.storage.modifier.julia + settings + + foreground + #e69875 + + + + name + Julia aqua + scope + constant.language.julia + settings + + foreground + #83c092 + + + + name + Julia purple + scope + support.function.macro.julia + settings + + foreground + #d699b6 + + + + name + Elm white + scope + keyword.other.period.elm + settings + + foreground + #d3c6aa + + + + name + Elm yellow + scope + storage.type.elm + settings + + foreground + #dbbc7f + + + + name + R orange + scope + keyword.other.r + settings + + foreground + #e69875 + + + + name + R green + scope + entity.name.function.r, variable.function.r + settings + + foreground + #a7c080 + + + + name + R aqua + scope + constant.language.r + settings + + foreground + #83c092 + + + + name + R purple + scope + entity.namespace.r + settings + + foreground + #d699b6 + + + + name + Erlang grey + scope + punctuation.separator.module-function.erlang, punctuation.section.directive.begin.erlang + settings + + foreground + #859289 + + + + name + Erlang red + scope + keyword.control.directive.erlang, keyword.control.directive.define.erlang + settings + + foreground + #e67e80 + + + + name + Erlang yellow + scope + entity.name.type.class.module.erlang + settings + + foreground + #dbbc7f + + + + name + Erlang green + scope + string.quoted.double.erlang, string.quoted.single.erlang, punctuation.definition.string.begin.erlang, punctuation.definition.string.end.erlang + settings + + foreground + #a7c080 + + + + name + Erlang purple + scope + keyword.control.directive.export.erlang, keyword.control.directive.module.erlang, keyword.control.directive.import.erlang, keyword.control.directive.behaviour.erlang + settings + + foreground + #d699b6 + + + + name + Elixir aqua + scope + variable.other.readwrite.module.elixir, punctuation.definition.variable.elixir + settings + + foreground + #83c092 + + + + name + Elixir blue + scope + constant.language.elixir + settings + + foreground + #7fbbb3 + + + + name + Elixir purple + scope + keyword.control.module.elixir + settings + + foreground + #d699b6 + + + + name + OCaml white + scope + entity.name.type.value-signature.ocaml + settings + + foreground + #d3c6aa + + + + name + OCaml orange + scope + keyword.other.ocaml + settings + + foreground + #e69875 + + + + name + OCaml aqua + scope + constant.language.variant.ocaml + settings + + foreground + #83c092 + + + + name + Perl red + scope + storage.type.sub.perl, storage.type.declare.routine.perl + settings + + foreground + #e67e80 + + + + name + Lisp white + scope + meta.function.lisp + settings + + foreground + #d3c6aa + + + + name + Lisp red + scope + storage.type.function-type.lisp + settings + + foreground + #e67e80 + + + + name + Lisp green + scope + keyword.constant.lisp + settings + + foreground + #a7c080 + + + + name + Lisp aqua + scope + entity.name.function.lisp + settings + + foreground + #83c092 + + + + name + Clojure green + scope + constant.keyword.clojure, support.variable.clojure, meta.definition.variable.clojure + settings + + foreground + #a7c080 + + + + name + Clojure purple + scope + entity.global.clojure + settings + + foreground + #d699b6 + + + + name + Clojure blue + scope + entity.name.function.clojure + settings + + foreground + #7fbbb3 + + + + name + Shell white + scope + meta.scope.if-block.shell, meta.scope.group.shell + settings + + foreground + #d3c6aa + + + + name + Shell yellow + scope + support.function.builtin.shell, entity.name.function.shell + settings + + foreground + #dbbc7f + + + + name + Shell green + scope + string.quoted.double.shell, string.quoted.single.shell, punctuation.definition.string.begin.shell, punctuation.definition.string.end.shell, string.unquoted.heredoc.shell + settings + + foreground + #a7c080 + + + + name + Shell purple + scope + keyword.control.heredoc-token.shell, variable.other.normal.shell, punctuation.definition.variable.shell, variable.other.special.shell, variable.other.positional.shell, variable.other.bracket.shell + settings + + foreground + #d699b6 + + + + name + Fish red + scope + support.function.builtin.fish + settings + + foreground + #e67e80 + + + + name + Fish orange + scope + support.function.unix.fish + settings + + foreground + #e69875 + + + + name + Fish blue + scope + variable.other.normal.fish, punctuation.definition.variable.fish, variable.other.fixed.fish, variable.other.special.fish + settings + + foreground + #7fbbb3 + + + + name + Fish green + scope + string.quoted.double.fish, punctuation.definition.string.end.fish, punctuation.definition.string.begin.fish, string.quoted.single.fish + settings + + foreground + #a7c080 + + + + name + Fish purple + scope + constant.character.escape.single.fish + settings + + foreground + #d699b6 + + + + name + PowerShell grey + scope + punctuation.definition.variable.powershell + settings + + foreground + #859289 + + + + name + PowerShell yellow + scope + entity.name.function.powershell, support.function.attribute.powershell, support.function.powershell + settings + + foreground + #dbbc7f + + + + name + PowerShell green + scope + string.quoted.single.powershell, string.quoted.double.powershell, punctuation.definition.string.begin.powershell, punctuation.definition.string.end.powershell, string.quoted.double.heredoc.powershell + settings + + foreground + #a7c080 + + + + name + PowerShell aqua + scope + variable.other.member.powershell + settings + + foreground + #83c092 + + + + name + GraphQL white + scope + string.unquoted.alias.graphql + settings + + foreground + #d3c6aa + + + + name + GraphQL red + scope + keyword.type.graphql + settings + + foreground + #e67e80 + + + + name + GraphQL purple + scope + entity.name.fragment.graphql + settings + + foreground + #d699b6 + + + + name + Makefile orange + scope + entity.name.function.target.makefile + settings + + foreground + #e69875 + + + + name + Makefile yellow + scope + variable.other.makefile + settings + + foreground + #dbbc7f + + + + name + Makefile green + scope + meta.scope.prerequisites.makefile + settings + + foreground + #a7c080 + + + + name + CMake green + scope + string.source.cmake + settings + + foreground + #a7c080 + + + + name + CMake aqua + scope + entity.source.cmake + settings + + foreground + #83c092 + + + + name + CMake purple + scope + storage.source.cmake + settings + + foreground + #d699b6 + + + + name + VimL grey + scope + punctuation.definition.map.viml + settings + + foreground + #859289 + + + + name + VimL orange + scope + storage.type.map.viml + settings + + foreground + #e69875 + + + + name + VimL green + scope + constant.character.map.viml, constant.character.map.key.viml + settings + + foreground + #a7c080 + + + + name + VimL blue + scope + constant.character.map.special.viml + settings + + foreground + #7fbbb3 + + + + name + Tmux green + scope + constant.language.tmux, constant.numeric.tmux + settings + + foreground + #a7c080 + + + + name + Dockerfile orange + scope + entity.name.function.package-manager.dockerfile + settings + + foreground + #e69875 + + + + name + Dockerfile yellow + scope + keyword.operator.flag.dockerfile + settings + + foreground + #dbbc7f + + + + name + Dockerfile green + scope + string.quoted.double.dockerfile, string.quoted.single.dockerfile + settings + + foreground + #a7c080 + + + + name + Dockerfile aqua + scope + constant.character.escape.dockerfile + settings + + foreground + #83c092 + + + + name + Dockerfile purple + scope + entity.name.type.base-image.dockerfile, entity.name.image.dockerfile + settings + + foreground + #d699b6 + + + + name + Diff grey + scope + punctuation.definition.separator.diff + settings + + foreground + #859289 + + + + name + Diff red + scope + markup.deleted.diff, punctuation.definition.deleted.diff + settings + + foreground + #e67e80 + + + + name + Diff orange + scope + meta.diff.range.context, punctuation.definition.range.diff + settings + + foreground + #e69875 + + + + name + Diff yellow + scope + meta.diff.header.from-file + settings + + foreground + #dbbc7f + + + + name + Diff green + scope + markup.inserted.diff, punctuation.definition.inserted.diff + settings + + foreground + #a7c080 + + + + name + Diff blue + scope + markup.changed.diff, punctuation.definition.changed.diff + settings + + foreground + #7fbbb3 + + + + name + Diff purple + scope + punctuation.definition.from-file.diff + settings + + foreground + #d699b6 + + + + name + Git red + scope + entity.name.section.group-title.ini, punctuation.definition.entity.ini + settings + + foreground + #e67e80 + + + + name + Git orange + scope + punctuation.separator.key-value.ini + settings + + foreground + #e69875 + + + + name + Git green + scope + string.quoted.double.ini, string.quoted.single.ini, punctuation.definition.string.begin.ini, punctuation.definition.string.end.ini + settings + + foreground + #a7c080 + + + + name + Git aqua + scope + keyword.other.definition.ini + settings + + foreground + #83c092 + + + + name + SQL yellow + scope + support.function.aggregate.sql + settings + + foreground + #dbbc7f + + + + name + SQL green + scope + string.quoted.single.sql, punctuation.definition.string.end.sql, punctuation.definition.string.begin.sql, string.quoted.double.sql + settings + + foreground + #a7c080 + + + + name + GraphQL yellow + scope + support.type.graphql + settings + + foreground + #dbbc7f + + + + name + GraphQL blue + scope + variable.parameter.graphql + settings + + foreground + #7fbbb3 + + + + name + GraphQL aqua + scope + constant.character.enum.graphql + settings + + foreground + #83c092 + + + + name + JSON grey + scope + punctuation.support.type.property-name.begin.json, punctuation.support.type.property-name.end.json, punctuation.separator.dictionary.key-value.json, punctuation.definition.string.begin.json, punctuation.definition.string.end.json, punctuation.separator.dictionary.pair.json, punctuation.separator.array.json + settings + + foreground + #859289 + + + + name + JSON orange + scope + support.type.property-name.json + settings + + foreground + #e69875 + + + + name + JSON green + scope + string.quoted.double.json + settings + + foreground + #a7c080 + + + + name + YAML grey + scope + punctuation.separator.key-value.mapping.yaml + settings + + foreground + #859289 + + + + name + YAML green + scope + string.unquoted.plain.out.yaml, string.quoted.single.yaml, string.quoted.double.yaml, punctuation.definition.string.begin.yaml, punctuation.definition.string.end.yaml, string.unquoted.plain.in.yaml, string.unquoted.block.yaml + settings + + foreground + #a7c080 + + + + name + YAML aqua + scope + punctuation.definition.anchor.yaml, punctuation.definition.block.sequence.item.yaml + settings + + foreground + #83c092 + + + + name + TOML orange + scope + keyword.key.toml + settings + + foreground + #e69875 + + + + name + TOML green + scope + string.quoted.single.basic.line.toml, string.quoted.single.literal.line.toml, punctuation.definition.keyValuePair.toml + settings + + foreground + #a7c080 + + + + name + TOML blue + scope + constant.other.boolean.toml + settings + + foreground + #7fbbb3 + + + + name + TOML purple + scope + entity.other.attribute-name.table.toml, punctuation.definition.table.toml, entity.other.attribute-name.table.array.toml, punctuation.definition.table.array.toml + settings + + foreground + #d699b6 + + + + name + Comment + scope + comment, string.comment, punctuation.definition.comment + settings + + foreground + #859289 + fontStyle + italic + + + + uuid + 3f688e48-bd62-4cd7-9981-9b491786d8c6 + colorSpaceName + sRGB + semanticClass + theme.dark.everforest-dark + author + + comment + + + 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 @@ + + + + + comment + Based on gruvbox for Vim (https://github.com/morhetz/gruvbox) + originalAuthor + Pavel Pertsev (https://github.com/morhetz) + author + Brian Reilly (https://github.com/Briles/gruvbox) + name + gruvbox (Dark) (Medium) + colorSpaceName + sRGB + settings + + + settings + + background + #222222 + caret + #a89984 + foreground + #ebdbb280 + invisibles + #ebdbb226 + lineHighlight + #3c3836 + selection + #3c3836 + inactiveSelection + #3c3836 + guide + #ebdbb226 + activeGuide + #ebdbb280 + stackGuide + #ebdbb240 + bracketContentsOptions + underline + bracketContentsForeground + #bdae93 + bracketsOptions + underline + bracketsForeground + #bdae93 + gutterForeground + #928374 + highlight + #fbf1c7 + highlightForeground + #fbf1c7 + findHighlight + #d79921 + findHighlightForeground + #222222 + tagsOptions + underline + selectionBorder + #3c3836 + popupCss + + 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; + } + + + + + name + Text and Source Base Colors + scope + 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 + settings + + foreground + #fbf1c7 + + + + name + Punctuation + scope + 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 + settings + + foreground + #fbf1c7 + + + + name + Comments + scope + comment, comment text, markup.strikethrough, punctuation.definition.comment, punctuation.whitespace.comment, string.comment, text.cancelled + settings + + fontStyle + italic + foreground + #928374 + + + + name + Keywords Inside Comments + scope + comment.keyword, comment.keyword.punctuation + settings + + foreground + #d5c4a1 + + + + name + DocBlockr & Other Keywords Inside Comments + scope + 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 + settings + + foreground + #bdae93 + + + + name + Entity + scope + constant.language.name, entity.name.type, entity.other.inherited-class + settings + + foreground + #fabd2f + + + + name + Template String Punctuation + scope + 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 + settings + + foreground + #8ec07c + + + + name + Keywords + scope + 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 + settings + + foreground + #fb4934 + + + + name + CSS At-Rule Punctuation (@) & At-Rule Vendor Prefixes + scope + keyword.control.at-rule support.type.property-vendor, punctuation.definition.keyword + settings + + foreground + #cc241d + + + + name + Operators + scope + keyword.control.new, keyword.control.operator, keyword.operator, keyword.other.arrow, keyword.other.double-colon, punctuation.operator + settings + + foreground + #8ec07c + + + + name + Constants Punctuation + scope + 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 + settings + + foreground + #b16286 + + + + name + Storage + scope + storage, storage.type.annotation, storage.type.primitive + settings + + foreground + #fb4934 + + + + scope + storage.modifier.import, storage.modifier.package, storage.type.import, variable.import, variable.package + settings + + foreground + #fbf1c7 + + + + name + Function Keyword + scope + entity.quasi.tag.name, meta.function storage.type.matlab, storage.type.function + settings + + foreground + #8ec07c + + + + name + Variables + scope + 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 + settings + + foreground + #83a598 + + + + name + Variable - Punctuation + scope + 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 + settings + + foreground + #458588 + + + + name + Function Declaration - Punctuation + scope + entity.name.function punctuation.dollar + settings + + foreground + #98971a + + + + name + Object Properties + scope + meta.property.object + settings + + foreground + #fbf1c7 + + + + name + Object Literal Properties + scope + constant.other.object.key string, meta.object-literal.key + settings + + foreground + #fbf1c7 + + + + name + Parameters + scope + meta.parameters, variable.parameter + settings + + foreground + #fbf1c7 + + + + name + SASS Import URL + scope + variable.parameter.url + settings + + foreground + #b8bb26 + + + + name + Language Constants + scope + 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 + settings + + foreground + #d3869b + + + + name + Language Constants Punctuation + scope + variable.language punctuation.definition.variable + settings + + foreground + #b16286 + + + + name + User-Defined Constants + scope + entity.name.constant, variable.other.constant + settings + + foreground + #fabd2f + + + + name + Escaped Characters + scope + constant.character.escape, constant.character.escaped, constant.character.quoted, constant.other.character-class.escape + settings + + foreground + #fb4934 + + + + name + Invalids and Illegals + scope + invalid + settings + + foreground + #fbf1c7 + background + #fb4934 + + + + name + Inner Scopes of Invalids and Illegals + scope + invalid keyword.other.custom-property.prefix, invalid support.type.custom-property.name + settings + + foreground + #fbf1c7 + + + + name + Errors + scope + message.error + settings + + foreground + #fb4934 + + + + name + Strings + scope + meta.object-literal.key string, string + settings + + foreground + #b8bb26 + + + + name + JSON Keys + scope + meta.structure.dictionary.key.json string + settings + + foreground + #83a598 + + + + name + Regular Expressions Text + scope + source.regexp, string.regexp + settings + + foreground + #b8bb26 + + + + name + Regular Expressions Start & End Punctuation + scope + string.regexp punctuation.definition.string + settings + + foreground + #bdae93 + + + + name + Regular Expressions Character Class Punctuation ([]) + scope + keyword.control.set.regexp, punctuation.definition.character-class, string.regexp.character-class.ruby + settings + + foreground + #d3869b + + + + name + Regular Expressions Capturing Group + scope + string.regexp.group + settings + + foreground + #fbf1c7 + + + + name + Regular Expressions Assertions + scope + constant.other.assertion.regexp, punctuation.definition.group.assertion.regexp, punctuation.definition.group.capture.regexp + settings + + foreground + #83a598 + + + + name + Regular Expressions Character Class + scope + constant.other.character-class.escape.backslash.regexp, keyword.control.character-class.regexp, string.regexp.character-class constant.character.escape + settings + + foreground + #fabd2f + + + + name + Regular Expressions Quantifiers & Operators + scope + string.regexp.arbitrary-repetition, string.regexp.arbitrary-repetition punctuation + settings + + foreground + #8ec07c + + + + name + Hyperlinks + scope + constant.other.reference.link, string.other.link + settings + + foreground + #8ec07c + + + + name + Hyperlink Punctuation + scope + 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 + settings + + foreground + #689d6a + + + + name + Markup Tag Punctuation + scope + punctuation.definition.tag + settings + + foreground + #83a598 + + + + name + Markdown Heading + scope + markup.heading + settings + + foreground + #b8bb26 + + + + name + Markdown Heading Punctuation + scope + punctuation.definition.heading, punctuation.definition.identity + settings + + foreground + #98971a + + + + name + Markdown Bold Text + scope + markup.bold + settings + + foreground + #fe8019 + fontStyle + bold + + + + name + Markdown Bold Text Punctuation + scope + punctuation.definition.bold + settings + + foreground + #d65d0e + fontStyle + bold + + + + name + Markdown Italic Text + scope + markup.italic + settings + + foreground + #fb4934 + fontStyle + italic + + + + name + Markdown Italic Text Punctuation + scope + punctuation.definition.italic + settings + + foreground + #cc241d + fontStyle + italic + + + + name + Markdown Inline Code + scope + markup.raw.inline + settings + + foreground + #fabd2f + + + + name + Markdown Inline Code Punctuation + scope + markup.raw.inline punctuation.definition.raw + settings + + foreground + #d79921 + + + + name + Markdown Quoted + scope + markup.quote + settings + + foreground + #d3869b + + + + name + Markdown Quoted Punctuation + scope + markup.quote punctuation.definition.blockquote + settings + + foreground + #b16286 + + + + name + Markdown List + scope + markup.list + settings + + foreground + #83a598 + + + + name + Markdown List Punctuation + scope + markup.list punctuation.definition.list_item + settings + + foreground + #458588 + + + + name + Markdown Separators + scope + meta.separator.markdown + settings + + foreground + #928374 + + + + name + Support + scope + meta.function-call.constructor variable.type, support.class, support.type, variable.other.class + settings + + foreground + #fabd2f + + + + name + Supporting Type - Dollar Punctuation + scope + support.class punctuation.dollar + settings + + foreground + #d79921 + + + + name + Function Calls + scope + 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 + settings + + foreground + #8ec07c + + + + name + Method Calls + scope + 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 + settings + + foreground + #689d6a + + + + name + Special Variables + scope + support.module + settings + + foreground + #d3869b + + + + name + Entities + scope + entity.name.accessor, entity.name.function, entity.name.label, entity.name.section + settings + + foreground + #b8bb26 + + + + name + Modules + scope + entity.name.module + settings + + foreground + #fe8019 + + + + name + HTML & CSS ID + scope + constant.id.tag, entity.name.tag.id, entity.other.attribute-name.id + settings + + foreground + #fe8019 + + + + name + HTML & CSS ID Punctuation (#) + scope + entity.other.attribute-name.id punctuation.definition.entity + settings + + foreground + #d65d0e + + + + name + HTML & CSS Class + scope + entity.name.tag.class, entity.other.attribute-name.class + settings + + foreground + #fabd2f + + + + name + HTML & CSS Class Punctuation (.) + scope + entity.other.attribute-name.class punctuation.definition.entity + settings + + foreground + #d79921 + + + + name + CSS Attribute Selector Attribute Name + scope + meta.attribute-selector entity.other.attribute-name + settings + + foreground + #d79921 + + + + name + HTML & XML Entity Punctuation + scope + constant.character.entity punctuation.definition.constant, constant.character.entity punctuation.definition.entity + settings + + foreground + #b16286 + + + + scope + entity.name.class, entity.name.type.class + settings + + foreground + #fabd2f + + + + name + Markup Tag + scope + 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 + settings + + foreground + #83a598 + + + + name + HTML Attribute Names + scope + entity.name.attribute-name, entity.other.attribute-name, meta.section.attributes.haml constant.other.symbol.ruby + settings + + foreground + #fabd2f + + + + name + CSS Pseudo Elements/Classes & Vendor Prefixes + scope + 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 + settings + + foreground + #d79921 + + + + name + CSS Animations / Keyframes + scope + 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 + settings + + foreground + #8ec07c + + + + name + Author-Defined Names + scope + entity.other.namespace-prefix + settings + + foreground + #8ec07c + + + + scope + meta.class.body, meta.tag + settings + + foreground + #fbf1c7 + + + + name + Markdown Image & Hyperlink + scope + meta.image, meta.link + settings + + foreground + #d3869b + + + + name + Markdown Image & Hyperlink Punctuation + scope + meta.image punctuation.definition.metadata, meta.link punctuation.definition.metadata + settings + + foreground + #b16286 + + + + scope + meta.require + settings + + foreground + #b8bb26 + + + + name + Function Call Braces + scope + 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 + settings + + foreground + #bdae93 + + + + name + CSS Property Names + scope + meta.property-name, support.type.property-name, support.type.shape.definition support.constant.property-value + settings + + foreground + #b8bb26 + + + + name + CSS Property Name Vendor Prefixes + scope + meta.property-name support.type.vendor-prefix, support.type.property-name.media support.type.vendor-prefix + settings + + foreground + #98971a + + + + name + CSS Property Values + scope + constant.string.sass, meta.property-value, support.constant.property-value + settings + + foreground + #fbf1c7 + + + + name + CSS Property Value Vendor Prefixes + scope + meta.property-value support.type.vendor-prefix + settings + + foreground + #bdae93 + + + + name + Diff Foreground Text + scope + source.diff + settings + + foreground + #a89984 + + + + name + Diff Header Text From + scope + meta.diff.header.from-file + settings + + foreground + #83a598 + + + + name + Diff Header Text From Punctuation + scope + punctuation.definition.from-file + settings + + foreground + #458588 + + + + name + Diff Header Text To + scope + meta.diff.header.to-file + settings + + foreground + #d3869b + + + + name + Diff Header Text To Punctuation + scope + punctuation.definition.to-file + settings + + foreground + #b16286 + + + + name + Diff Additions & Deletions Stats + scope + meta.diff.range, meta.toc-list.line-number + settings + + foreground + #fabd2f + + + + name + Diff Additions & Deletions Stats Punctuation + scope + punctuation.definition.range.diff + settings + + foreground + #d79921 + + + + name + FiF Line Number + scope + constant.numeric.line-number + settings + + foreground + #928374 + + + + name + FiF Line Number Matched + scope + constant.numeric.line-number.match + settings + + foreground + #8ec07c + + + + name + FiF Filename + scope + entity.name.filename + settings + + foreground + #b8bb26 + + + + name + GitGutter & Diff Deleted + scope + markup.deleted, punctuation.definition.deleted + settings + + foreground + #fb4934 + + + + name + GitGutter & Diff Inserted + scope + markup.inserted, punctuation.definition.inserted + settings + + foreground + #b8bb26 + + + + name + GitGutter & Diff Changed + scope + markup.changed, punctuation.definition.changed + settings + + foreground + #fabd2f + + + + name + GitGutter ignored + scope + markup.ignored + settings + + foreground + #928374 + + + + name + GitGutter untracked + scope + markup.untracked + settings + + foreground + #928374 + + + + name + Bracket Tag + scope + brackethighlighter.tag + settings + + foreground + #bdae93 + + + + name + Bracket Curly + scope + brackethighlighter.curly + settings + + foreground + #bdae93 + + + + name + Bracket Round + scope + brackethighlighter.round + settings + + foreground + #bdae93 + + + + name + Bracket Square + scope + brackethighlighter.square + settings + + foreground + #bdae93 + + + + name + Bracket Angle + scope + brackethighlighter.angle + settings + + foreground + #bdae93 + + + + name + Bracket Quote + scope + brackethighlighter.quote + settings + + foreground + #bdae93 + + + + name + Bracket Unmatched + scope + brackethighlighter.unmatched + settings + + foreground + #fb4934 + + + + name + SublimeLinter Error + scope + sublimelinter.mark.error + settings + + foreground + #fb4934 + + + + name + SublimeLinter Gutter Mark + scope + sublimelinter.gutter-mark + settings + + foreground + #928374 + + + + name + SublimeLinter Warning + scope + sublimelinter.mark.warning + settings + + foreground + #fabd2f + + + + name + HexViewer Upper Byte Nibble + scope + raw.nibble.upper + settings + + foreground + #fbf1c7 + + + + name + HexViewer Lower Byte Nibble + scope + raw.nibble.lower + settings + + foreground + #fbf1c7 + + + + name + HexViewer Highlight + scope + hexviewer.highlight + settings + + foreground + #222222 + background + #fabd2f + + + + name + HexViewer Edited Highlight + scope + hexviewer.highlight.edited + settings + + foreground + #222222 + background + #fe8019 + + + + name + Raw New Line: Carriage Return + scope + glyph.carriage-return + settings + + foreground + #ebdbb226 + + + + name + Raw New Line: New Line Glyph + scope + glyph.new-line + settings + + foreground + #ebdbb226 + + + + name + PlainTasks: Header + scope + keyword.control.header.todo + settings + + foreground + #b8bb26 + background + #3a3a3a + + + + name + PlainTasks: Notes + scope + notes.todo + settings + + foreground + #bdae93 + + + + name + PlainTasks: Punctuation + scope + text.todo punctuation.definition.bold, text.todo punctuation.definition.italic + settings + + foreground + #7c6f64 + + + + name + PlainTasks: Task Pending + scope + meta.item.todo.pending + settings + + foreground + #fbf1c7 + + + + name + PlainTasks: Task Pending Punctuation + scope + punctuation.definition.bullet.pending.todo + settings + + foreground + #928374 + + + + name + PlainTasks: Task Completed Punctuation + scope + punctuation.definition.bullet.completed.todo + settings + + foreground + #8ec07c + + + + name + PlainTasks: Task Cancelled Punctuation + scope + punctuation.definition.bullet.cancelled.todo + settings + + foreground + #fb4934 + + + + name + PlainTasks: Tag Critical + scope + string.other.tag.todo.critical + settings + + foreground + #fb4934 + fontStyle + bold + + + + name + PlainTasks: Tag High + scope + string.other.tag.todo.high + settings + + foreground + #fe8019 + fontStyle + bold + + + + name + PlainTasks: Tag Low + scope + string.other.tag.todo.low + settings + + foreground + #83a598 + fontStyle + bold + + + + name + PlainTasks: Tag Today + scope + string.other.tag.todo.today + settings + + foreground + #fabd2f + fontStyle + bold + + + + name + PlainTasks: Tag + scope + meta.tag.todo + settings + + foreground + #d3869b + + + + name + PlainTasks: URL + scope + punctuation.definition.url, todo.url + settings + + foreground + #83a598 + + + + name + PlainTasks: Separator + scope + meta.punctuation.archive.todo, meta.punctuation.separator.todo + settings + + fontStyle + italic + foreground + #928374 + + + + + 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" -- cgit v1.2.3