diff options
Diffstat (limited to 'mac/.config/yazi/flavors.bak')
47 files changed, 0 insertions, 11118 deletions
diff --git a/mac/.config/yazi/flavors.bak/.gitignore b/mac/.config/yazi/flavors.bak/.gitignore deleted file mode 100644 index 40b878d..0000000 --- a/mac/.config/yazi/flavors.bak/.gitignore +++ /dev/null @@ -1 +0,0 @@ -node_modules/
\ No newline at end of file diff --git a/mac/.config/yazi/flavors.bak/ayu-dark.yazi b/mac/.config/yazi/flavors.bak/ayu-dark.yazi deleted file mode 160000 -Subproject 648a178cad2bc83f9c3f6340ab30f54a67f36ea diff --git a/mac/.config/yazi/flavors.bak/catppuccin-frappe.yazi/LICENSE b/mac/.config/yazi/flavors.bak/catppuccin-frappe.yazi/LICENSE deleted file mode 100644 index fb5b1d6..0000000 --- a/mac/.config/yazi/flavors.bak/catppuccin-frappe.yazi/LICENSE +++ /dev/null @@ -1,21 +0,0 @@ -MIT License - -Copyright (c) 2023 yazi-rs - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. diff --git a/mac/.config/yazi/flavors.bak/catppuccin-frappe.yazi/LICENSE-tmtheme b/mac/.config/yazi/flavors.bak/catppuccin-frappe.yazi/LICENSE-tmtheme deleted file mode 100644 index 006383b..0000000 --- a/mac/.config/yazi/flavors.bak/catppuccin-frappe.yazi/LICENSE-tmtheme +++ /dev/null @@ -1,21 +0,0 @@ -MIT License - -Copyright (c) 2021 Catppuccin - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. diff --git a/mac/.config/yazi/flavors.bak/catppuccin-frappe.yazi/README.md b/mac/.config/yazi/flavors.bak/catppuccin-frappe.yazi/README.md deleted file mode 100644 index 737a6aa..0000000 --- a/mac/.config/yazi/flavors.bak/catppuccin-frappe.yazi/README.md +++ /dev/null @@ -1,36 +0,0 @@ -<div align="center"> - <img src="https://github.com/sxyazi/yazi/blob/main/assets/logo.png?raw=true" alt="Yazi logo" width="20%"> -</div> - -<h3 align="center"> - Catppuccin Frappe Flavor for <a href="https://github.com/sxyazi/yazi">Yazi</a> -</h3> - -## ๐ Preview - -<img src="preview.png" width="600" /> - -## ๐จ Installation - -```sh -ya pkg add yazi-rs/flavors:catppuccin-frappe -``` - -## โ๏ธ Usage - -Set the content of your `theme.toml` to enable it as your _dark_ flavor: - -```toml -[flavor] -dark = "catppuccin-frappe" -``` - -Make sure your `theme.toml` doesn't contain anything other than `[flavor]`, unless you want to override certain styles of this flavor. - -See the [Yazi flavor documentation](https://yazi-rs.github.io/docs/flavors/overview) for more details. - -## ๐ License - -The flavor is MIT-licensed, and the included tmTheme is also MIT-licensed. - -Check the [LICENSE](LICENSE) and [LICENSE-tmtheme](LICENSE-tmtheme) file for more details. diff --git a/mac/.config/yazi/flavors.bak/catppuccin-frappe.yazi/flavor.toml b/mac/.config/yazi/flavors.bak/catppuccin-frappe.yazi/flavor.toml deleted file mode 100644 index bb32478..0000000 --- a/mac/.config/yazi/flavors.bak/catppuccin-frappe.yazi/flavor.toml +++ /dev/null @@ -1,189 +0,0 @@ -# vim:fileencoding=utf-8:foldmethod=marker - -# : Manager {{{ - -[mgr] -cwd = { fg = "#81c8be" } - -# Hovered -hovered = { reversed = true } -preview_hovered = { underline = true } - -# Find -find_keyword = { fg = "#e5c890", bold = true, italic = true, underline = true } -find_position = { fg = "#f4b8e4", bg = "reset", bold = true, italic = true } - -# Marker -marker_copied = { fg = "#a6d189", bg = "#a6d189" } -marker_cut = { fg = "#e78284", bg = "#e78284" } -marker_marked = { fg = "#81c8be", bg = "#81c8be" } -marker_selected = { fg = "#e5c890", bg = "#e5c890" } - -# Count -count_copied = { fg = "#303446", bg = "#a6d189" } -count_cut = { fg = "#303446", bg = "#e78284" } -count_selected = { fg = "#303446", bg = "#e5c890" } - -# Border -border_symbol = "โ" -border_style = { fg = "#838ba7" } - -# : }}} - - -# : Tabs {{{ - -[tabs] -active = { fg = "#303446", bg = "#8caaee", bold = true } -inactive = { fg = "#8caaee", bg = "#414559" } - -# : }}} - - -# : Mode {{{ - -[mode] - -normal_main = { fg = "#303446", bg = "#8caaee", bold = true } -normal_alt = { fg = "#8caaee", bg = "#414559" } - -# Select mode -select_main = { fg = "#303446", bg = "#81c8be", bold = true } -select_alt = { fg = "#81c8be", bg = "#414559" } - -# Unset mode -unset_main = { fg = "#303446", bg = "#eebebe", bold = true } -unset_alt = { fg = "#eebebe", bg = "#414559" } - -# : }}} - - -# : Status bar {{{ - -[status] -# Permissions -perm_sep = { fg = "#838ba7" } -perm_type = { fg = "#8caaee" } -perm_read = { fg = "#e5c890" } -perm_write = { fg = "#e78284" } -perm_exec = { fg = "#a6d189" } - -# Progress -progress_label = { fg = "#ffffff", bold = true } -progress_normal = { fg = "#8caaee", bg = "#51576d" } -progress_error = { fg = "#8caaee", bg = "#e78284" } - -# : }}} - - -# : Pick {{{ - -[pick] -border = { fg = "#8caaee" } -active = { fg = "#f4b8e4", bold = true } -inactive = {} - -# : }}} - - -# : Input {{{ - -[input] -border = { fg = "#8caaee" } -title = {} -value = {} -selected = { reversed = true } - -# : }}} - - -# : Completion {{{ - -[cmp] -border = { fg = "#8caaee" } - -# : }}} - - -# : Tasks {{{ - -[tasks] -border = { fg = "#8caaee" } -title = {} -hovered = { fg = "#f4b8e4", bold = true } - -# : }}} - - -# : Which {{{ - -[which] -mask = { bg = "#414559" } -cand = { fg = "#81c8be" } -rest = { fg = "#949cbb" } -desc = { fg = "#f4b8e4" } -separator = " ๎ช " -separator_style = { fg = "#626880" } - -# : }}} - - -# : Help {{{ - -[help] -on = { fg = "#81c8be" } -run = { fg = "#f4b8e4" } -hovered = { reversed = true, bold = true } -footer = { fg = "#414559", bg = "#c6d0f5" } - -# : }}} - - -# : Spotter {{{ - -[spot] -border = { fg = "#8caaee" } -title = { fg = "#8caaee" } -tbl_col = { fg = "#81c8be" } -tbl_cell = { fg = "#f4b8e4", bg = "#51576d" } - -# : }}} - - -# : Notification {{{ - -[notify] -title_info = { fg = "#a6d189" } -title_warn = { fg = "#e5c890" } -title_error = { fg = "#e78284" } - -# : }}} - - -# : File-specific styles {{{ - -[filetype] - -rules = [ - # Images - { mime = "image/*", fg = "#81c8be" }, - - # Media - { mime = "{audio,video}/*", fg = "#e5c890" }, - - # Archives - { mime = "application/{zip,rar,7z*,tar,gzip,xz,zstd,bzip*,lzma,compress,archive,cpio,arj,xar,ms-cab*}", fg = "#f4b8e4" }, - - # Documents - { mime = "application/{pdf,doc,rtf}", fg = "#a6d189" }, - - # Fallback - { url = "*", fg = "#c6d0f5" }, - { url = "*/", fg = "#8caaee" }, - - # TODO: remove - { name = "*", fg = "#c6d0f5" }, - { name = "*/", fg = "#8caaee" } -] - -# : }}} diff --git a/mac/.config/yazi/flavors.bak/catppuccin-frappe.yazi/preview.png b/mac/.config/yazi/flavors.bak/catppuccin-frappe.yazi/preview.png Binary files differdeleted file mode 100644 index 03203c9..0000000 --- a/mac/.config/yazi/flavors.bak/catppuccin-frappe.yazi/preview.png +++ /dev/null diff --git a/mac/.config/yazi/flavors.bak/catppuccin-frappe.yazi/tmtheme.xml b/mac/.config/yazi/flavors.bak/catppuccin-frappe.yazi/tmtheme.xml deleted file mode 100644 index 6d0a97f..0000000 --- a/mac/.config/yazi/flavors.bak/catppuccin-frappe.yazi/tmtheme.xml +++ /dev/null @@ -1,2112 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> -<plist version="1.0"> - <dict> - <key>name</key> - <string>Catppuccin Frappรฉ</string> - <key>semanticClass</key> - <string>theme.dark.catppuccin-frappรฉ</string> - <key>uuid</key> - <string>e0ada983-8938-490c-86f0-97a1a0ec58e4</string> - <key>author</key> - <string>Catppuccin Org</string> - <key>colorSpaceName</key> - <string>sRGB</string> - <key>settings</key> - <array> - <dict> - <key>settings</key> - <dict> - <key>background</key> - <string>#303446</string> - <key>foreground</key> - <string>#c6d0f5</string> - <key>caret</key> - <string>#f2d5cf</string> - <key>lineHighlight</key> - <string>#414559</string> - <key>misspelling</key> - <string>#e78284</string> - <key>accent</key> - <string>#ca9ee6</string> - <key>selection</key> - <string>#949cbb40</string> - <key>activeGuide</key> - <string>#51576d</string> - <key>findHighlight</key> - <string>#506373</string> - <key>gutterForeground</key> - <string>#838ba7</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Basic text & variable names (incl. leading punctuation)</string> - <key>scope</key> - <string>text, source, variable.other.readwrite, punctuation.definition.variable</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#c6d0f5</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Parentheses, Brackets, Braces</string> - <key>scope</key> - <string>punctuation</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#949cbb</string> - <key>fontStyle</key> - <string/> - </dict> - </dict> - <dict> - <key>name</key> - <string>Comments</string> - <key>scope</key> - <string>comment, punctuation.definition.comment</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#949cbb</string> - <key>fontStyle</key> - <string>italic</string> - </dict> - </dict> - <dict> - <key>scope</key> - <string>string, punctuation.definition.string</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#a6d189</string> - </dict> - </dict> - <dict> - <key>scope</key> - <string>constant.character.escape</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#f4b8e4</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Booleans, constants, numbers</string> - <key>scope</key> - <string>constant.numeric, variable.other.constant, entity.name.constant, constant.language.boolean, constant.language.false, constant.language.true, keyword.other.unit.user-defined, keyword.other.unit.suffix.floating-point</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#ef9f76</string> - </dict> - </dict> - <dict> - <key>scope</key> - <string>keyword, keyword.operator.word, keyword.operator.new, variable.language.super, support.type.primitive, storage.type, storage.modifier, punctuation.definition.keyword</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#ca9ee6</string> - <key>fontStyle</key> - <string/> - </dict> - </dict> - <dict> - <key>scope</key> - <string>entity.name.tag.documentation</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#ca9ee6</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Punctuation</string> - <key>scope</key> - <string>keyword.operator, punctuation.accessor, punctuation.definition.generic, meta.function.closure punctuation.section.parameters, punctuation.definition.tag, punctuation.separator.key-value</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#81c8be</string> - </dict> - </dict> - <dict> - <key>scope</key> - <string>entity.name.function, meta.function-call.method, support.function, support.function.misc, variable.function</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#8caaee</string> - <key>fontStyle</key> - <string>italic</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Classes</string> - <key>scope</key> - <string>entity.name.class, entity.other.inherited-class, support.class, meta.function-call.constructor, entity.name.struct</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#e5c890</string> - <key>fontStyle</key> - <string>italic</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Enum</string> - <key>scope</key> - <string>entity.name.enum</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#e5c890</string> - <key>fontStyle</key> - <string>italic</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Enum member</string> - <key>scope</key> - <string>meta.enum variable.other.readwrite, variable.other.enummember</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#81c8be</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Object properties</string> - <key>scope</key> - <string>meta.property.object</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#81c8be</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Types</string> - <key>scope</key> - <string>meta.type, meta.type-alias, support.type, entity.name.type</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#e5c890</string> - <key>fontStyle</key> - <string>italic</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Decorators</string> - <key>scope</key> - <string>meta.annotation variable.function, meta.annotation variable.annotation.function, meta.annotation punctuation.definition.annotation, meta.decorator, punctuation.decorator</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#ef9f76</string> - </dict> - </dict> - <dict> - <key>scope</key> - <string>variable.parameter, meta.function.parameters</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#ea999c</string> - <key>fontStyle</key> - <string>italic</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Built-ins</string> - <key>scope</key> - <string>constant.language, support.function.builtin</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#e78284</string> - </dict> - </dict> - <dict> - <key>scope</key> - <string>entity.other.attribute-name.documentation</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#e78284</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Preprocessor directives</string> - <key>scope</key> - <string>keyword.control.directive, punctuation.definition.directive</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#e5c890</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Type parameters</string> - <key>scope</key> - <string>punctuation.definition.typeparameters</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#99d1db</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Namespaces</string> - <key>scope</key> - <string>entity.name.namespace</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#e5c890</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Property names (left hand assignments in json/yaml/css)</string> - <key>scope</key> - <string>support.type.property-name.css</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#8caaee</string> - <key>fontStyle</key> - <string/> - </dict> - </dict> - <dict> - <key>name</key> - <string>This/Self keyword</string> - <key>scope</key> - <string>variable.language.this, variable.language.this punctuation.definition.variable</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#e78284</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Object properties</string> - <key>scope</key> - <string>variable.object.property</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#c6d0f5</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>String template interpolation</string> - <key>scope</key> - <string>string.template variable, string variable</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#c6d0f5</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>`new` as bold</string> - <key>scope</key> - <string>keyword.operator.new</string> - <key>settings</key> - <dict> - <key>fontStyle</key> - <string>bold</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>C++ extern keyword</string> - <key>scope</key> - <string>storage.modifier.specifier.extern.cpp</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#ca9ee6</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>C++ scope resolution</string> - <key>scope</key> - <string>entity.name.scope-resolution.template.call.cpp, entity.name.scope-resolution.parameter.cpp, entity.name.scope-resolution.cpp, entity.name.scope-resolution.function.definition.cpp</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#e5c890</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>C++ doc keywords</string> - <key>scope</key> - <string>storage.type.class.doxygen</string> - <key>settings</key> - <dict> - <key>fontStyle</key> - <string/> - </dict> - </dict> - <dict> - <key>name</key> - <string>C++ operators</string> - <key>scope</key> - <string>storage.modifier.reference.cpp</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#81c8be</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>C# Interpolated Strings</string> - <key>scope</key> - <string>meta.interpolation.cs</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#c6d0f5</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>C# xml-style docs</string> - <key>scope</key> - <string>comment.block.documentation.cs</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#c6d0f5</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Classes, reflecting the className color in JSX</string> - <key>scope</key> - <string>source.css entity.other.attribute-name.class.css, entity.other.attribute-name.parent-selector.css punctuation.definition.entity.css</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#e5c890</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Operators</string> - <key>scope</key> - <string>punctuation.separator.operator.css</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#81c8be</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Pseudo classes</string> - <key>scope</key> - <string>source.css entity.other.attribute-name.pseudo-class</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#81c8be</string> - </dict> - </dict> - <dict> - <key>scope</key> - <string>source.css constant.other.unicode-range</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#ef9f76</string> - </dict> - </dict> - <dict> - <key>scope</key> - <string>source.css variable.parameter.url</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#a6d189</string> - <key>fontStyle</key> - <string/> - </dict> - </dict> - <dict> - <key>name</key> - <string>CSS vendored property names</string> - <key>scope</key> - <string>support.type.vendored.property-name</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#99d1db</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Less/SCSS right-hand variables (@/$-prefixed)</string> - <key>scope</key> - <string>source.css meta.property-value variable, source.css meta.property-value variable.other.less, source.css meta.property-value variable.other.less punctuation.definition.variable.less, meta.definition.variable.scss</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#ea999c</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>CSS variables (--prefixed)</string> - <key>scope</key> - <string>source.css meta.property-list variable, meta.property-list variable.other.less, meta.property-list variable.other.less punctuation.definition.variable.less</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#8caaee</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>CSS Percentage values, styled the same as numbers</string> - <key>scope</key> - <string>keyword.other.unit.percentage.css</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#ef9f76</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>CSS Attribute selectors, styled the same as strings</string> - <key>scope</key> - <string>source.css meta.attribute-selector</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#a6d189</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>JSON/YAML keys, other left-hand assignments</string> - <key>scope</key> - <string>keyword.other.definition.ini, punctuation.support.type.property-name.json, support.type.property-name.json, punctuation.support.type.property-name.toml, support.type.property-name.toml, entity.name.tag.yaml, punctuation.support.type.property-name.yaml, support.type.property-name.yaml</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#8caaee</string> - <key>fontStyle</key> - <string/> - </dict> - </dict> - <dict> - <key>name</key> - <string>JSON/YAML constants</string> - <key>scope</key> - <string>constant.language.json, constant.language.yaml</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#ef9f76</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>YAML anchors</string> - <key>scope</key> - <string>entity.name.type.anchor.yaml, variable.other.alias.yaml</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#e5c890</string> - <key>fontStyle</key> - <string/> - </dict> - </dict> - <dict> - <key>name</key> - <string>TOML tables / ini groups</string> - <key>scope</key> - <string>support.type.property-name.table, entity.name.section.group-title.ini</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#e5c890</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>TOML dates</string> - <key>scope</key> - <string>constant.other.time.datetime.offset.toml</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#f4b8e4</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>YAML anchor puctuation</string> - <key>scope</key> - <string>punctuation.definition.anchor.yaml, punctuation.definition.alias.yaml</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#f4b8e4</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>YAML triple dashes</string> - <key>scope</key> - <string>entity.other.document.begin.yaml</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#f4b8e4</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Markup Diff</string> - <key>scope</key> - <string>markup.changed.diff</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#ef9f76</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Diff</string> - <key>scope</key> - <string>meta.diff.header.from-file, meta.diff.header.to-file, punctuation.definition.from-file.diff, punctuation.definition.to-file.diff</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#8caaee</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Diff Inserted</string> - <key>scope</key> - <string>markup.inserted.diff</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#a6d189</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Diff Deleted</string> - <key>scope</key> - <string>markup.deleted.diff</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#e78284</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>dotenv left-hand side assignments</string> - <key>scope</key> - <string>variable.other.env</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#8caaee</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>dotenv reference to existing env variable</string> - <key>scope</key> - <string>string.quoted variable.other.env</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#c6d0f5</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>GDScript functions</string> - <key>scope</key> - <string>support.function.builtin.gdscript</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#8caaee</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>GDScript constants</string> - <key>scope</key> - <string>constant.language.gdscript</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#ef9f76</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Comment keywords</string> - <key>scope</key> - <string>comment meta.annotation.go</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#ea999c</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>go:embed, go:build, etc.</string> - <key>scope</key> - <string>comment meta.annotation.parameters.go</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#ef9f76</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Go constants (nil, true, false)</string> - <key>scope</key> - <string>constant.language.go</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#ef9f76</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>GraphQL variables</string> - <key>scope</key> - <string>variable.graphql</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#c6d0f5</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>GraphQL aliases</string> - <key>scope</key> - <string>string.unquoted.alias.graphql</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#eebebe</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>GraphQL enum members</string> - <key>scope</key> - <string>constant.character.enum.graphql</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#81c8be</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>GraphQL field in types</string> - <key>scope</key> - <string>meta.objectvalues.graphql constant.object.key.graphql string.unquoted.graphql</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#eebebe</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>HTML/XML DOCTYPE as keyword</string> - <key>scope</key> - <string>keyword.other.doctype, meta.tag.sgml.doctype punctuation.definition.tag, meta.tag.metadata.doctype entity.name.tag, meta.tag.metadata.doctype punctuation.definition.tag</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#ca9ee6</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>HTML/XML-like <tags/></string> - <key>scope</key> - <string>entity.name.tag</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#8caaee</string> - <key>fontStyle</key> - <string/> - </dict> - </dict> - <dict> - <key>name</key> - <string>Special characters like &amp;</string> - <key>scope</key> - <string>text.html constant.character.entity, text.html constant.character.entity punctuation, constant.character.entity.xml, constant.character.entity.xml punctuation, constant.character.entity.js.jsx, constant.charactger.entity.js.jsx punctuation, constant.character.entity.tsx, constant.character.entity.tsx punctuation</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#e78284</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>HTML/XML tag attribute values</string> - <key>scope</key> - <string>entity.other.attribute-name</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#e5c890</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Components</string> - <key>scope</key> - <string>support.class.component, support.class.component.jsx, support.class.component.tsx, support.class.component.vue</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#f4b8e4</string> - <key>fontStyle</key> - <string/> - </dict> - </dict> - <dict> - <key>name</key> - <string>Annotations</string> - <key>scope</key> - <string>punctuation.definition.annotation, storage.type.annotation</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#ef9f76</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Java enums</string> - <key>scope</key> - <string>constant.other.enum.java</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#81c8be</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Java imports</string> - <key>scope</key> - <string>storage.modifier.import.java</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#c6d0f5</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Javadoc</string> - <key>scope</key> - <string>comment.block.javadoc.java keyword.other.documentation.javadoc.java</string> - <key>settings</key> - <dict> - <key>fontStyle</key> - <string/> - </dict> - </dict> - <dict> - <key>name</key> - <string>Exported Variable</string> - <key>scope</key> - <string>meta.export variable.other.readwrite.js</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#ea999c</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>JS/TS constants & properties</string> - <key>scope</key> - <string>variable.other.constant.js, variable.other.constant.ts, variable.other.property.js, variable.other.property.ts</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#c6d0f5</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>JSDoc; these are mainly params, so styled as such</string> - <key>scope</key> - <string>variable.other.jsdoc, comment.block.documentation variable.other</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#ea999c</string> - <key>fontStyle</key> - <string/> - </dict> - </dict> - <dict> - <key>name</key> - <string>JSDoc keywords</string> - <key>scope</key> - <string>storage.type.class.jsdoc</string> - <key>settings</key> - <dict> - <key>fontStyle</key> - <string/> - </dict> - </dict> - <dict> - <key>scope</key> - <string>support.type.object.console.js</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#c6d0f5</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Node constants as keywords (module, etc.)</string> - <key>scope</key> - <string>support.constant.node, support.type.object.module.js</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#ca9ee6</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>implements as keyword</string> - <key>scope</key> - <string>storage.modifier.implements</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#ca9ee6</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Builtin types</string> - <key>scope</key> - <string>constant.language.null.js, constant.language.null.ts, constant.language.undefined.js, constant.language.undefined.ts, support.type.builtin.ts</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#ca9ee6</string> - </dict> - </dict> - <dict> - <key>scope</key> - <string>variable.parameter.generic</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#e5c890</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Arrow functions</string> - <key>scope</key> - <string>keyword.declaration.function.arrow.js, storage.type.function.arrow.ts</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#81c8be</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Decorator punctuations (decorators inherit from blue functions, instead of styleguide peach)</string> - <key>scope</key> - <string>punctuation.decorator.ts</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#8caaee</string> - <key>fontStyle</key> - <string>italic</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Extra JS/TS keywords</string> - <key>scope</key> - <string>keyword.operator.expression.in.js, keyword.operator.expression.in.ts, keyword.operator.expression.infer.ts, keyword.operator.expression.instanceof.js, keyword.operator.expression.instanceof.ts, keyword.operator.expression.is, keyword.operator.expression.keyof.ts, keyword.operator.expression.of.js, keyword.operator.expression.of.ts, keyword.operator.expression.typeof.ts</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#ca9ee6</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Julia macros</string> - <key>scope</key> - <string>support.function.macro.julia</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#81c8be</string> - <key>fontStyle</key> - <string>italic</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Julia language constants (true, false)</string> - <key>scope</key> - <string>constant.language.julia</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#ef9f76</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Julia other constants (these seem to be arguments inside arrays)</string> - <key>scope</key> - <string>constant.other.symbol.julia</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#ea999c</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>LaTeX preamble</string> - <key>scope</key> - <string>text.tex keyword.control.preamble</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#81c8be</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>LaTeX be functions</string> - <key>scope</key> - <string>text.tex support.function.be</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#99d1db</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>LaTeX math</string> - <key>scope</key> - <string>constant.other.general.math.tex</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#eebebe</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Liquid Builtin Objects & User Defined Variables</string> - <key>scope</key> - <string>variable.language.liquid</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#f4b8e4</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Lua docstring keywords</string> - <key>scope</key> - <string>comment.line.double-dash.documentation.lua storage.type.annotation.lua</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#ca9ee6</string> - <key>fontStyle</key> - <string/> - </dict> - </dict> - <dict> - <key>name</key> - <string>Lua docstring variables</string> - <key>scope</key> - <string>comment.line.double-dash.documentation.lua entity.name.variable.lua, comment.line.double-dash.documentation.lua variable.lua</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#c6d0f5</string> - </dict> - </dict> - <dict> - <key>scope</key> - <string>heading.1.markdown punctuation.definition.heading.markdown, heading.1.markdown, heading.1.quarto punctuation.definition.heading.quarto, heading.1.quarto, markup.heading.atx.1.mdx, markup.heading.atx.1.mdx punctuation.definition.heading.mdx, markup.heading.setext.1.markdown, markup.heading.heading-0.asciidoc</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#e78284</string> - </dict> - </dict> - <dict> - <key>scope</key> - <string>heading.2.markdown punctuation.definition.heading.markdown, heading.2.markdown, heading.2.quarto punctuation.definition.heading.quarto, heading.2.quarto, markup.heading.atx.2.mdx, markup.heading.atx.2.mdx punctuation.definition.heading.mdx, markup.heading.setext.2.markdown, markup.heading.heading-1.asciidoc</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#ef9f76</string> - </dict> - </dict> - <dict> - <key>scope</key> - <string>heading.3.markdown punctuation.definition.heading.markdown, heading.3.markdown, heading.3.quarto punctuation.definition.heading.quarto, heading.3.quarto, markup.heading.atx.3.mdx, markup.heading.atx.3.mdx punctuation.definition.heading.mdx, markup.heading.heading-2.asciidoc</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#e5c890</string> - </dict> - </dict> - <dict> - <key>scope</key> - <string>heading.4.markdown punctuation.definition.heading.markdown, heading.4.markdown, heading.4.quarto punctuation.definition.heading.quarto, heading.4.quarto, markup.heading.atx.4.mdx, markup.heading.atx.4.mdx punctuation.definition.heading.mdx, markup.heading.heading-3.asciidoc</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#a6d189</string> - </dict> - </dict> - <dict> - <key>scope</key> - <string>heading.5.markdown punctuation.definition.heading.markdown, heading.5.markdown, heading.5.quarto punctuation.definition.heading.quarto, heading.5.quarto, markup.heading.atx.5.mdx, markup.heading.atx.5.mdx punctuation.definition.heading.mdx, markup.heading.heading-4.asciidoc</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#85c1dc</string> - </dict> - </dict> - <dict> - <key>scope</key> - <string>heading.6.markdown punctuation.definition.heading.markdown, heading.6.markdown, heading.6.quarto punctuation.definition.heading.quarto, heading.6.quarto, markup.heading.atx.6.mdx, markup.heading.atx.6.mdx punctuation.definition.heading.mdx, markup.heading.heading-5.asciidoc</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#babbf1</string> - </dict> - </dict> - <dict> - <key>scope</key> - <string>markup.bold</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#e78284</string> - <key>fontStyle</key> - <string>bold</string> - </dict> - </dict> - <dict> - <key>scope</key> - <string>markup.italic</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#e78284</string> - <key>fontStyle</key> - <string>italic</string> - </dict> - </dict> - <dict> - <key>scope</key> - <string>markup.strikethrough</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#a5adce</string> - <key>fontStyle</key> - <string>strikethrough</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Markdown auto links</string> - <key>scope</key> - <string>punctuation.definition.link, markup.underline.link</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#8caaee</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Markdown links</string> - <key>scope</key> - <string>text.html.markdown punctuation.definition.link.title, text.html.quarto punctuation.definition.link.title, string.other.link.title.markdown, string.other.link.title.quarto, markup.link, punctuation.definition.constant.markdown, punctuation.definition.constant.quarto, constant.other.reference.link.markdown, constant.other.reference.link.quarto, markup.substitution.attribute-reference</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#babbf1</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Markdown code spans</string> - <key>scope</key> - <string>punctuation.definition.raw.markdown, punctuation.definition.raw.quarto, markup.inline.raw.string.markdown, markup.inline.raw.string.quarto, markup.raw.block.markdown, markup.raw.block.quarto</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#a6d189</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Markdown triple backtick language identifier</string> - <key>scope</key> - <string>fenced_code.block.language</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#99d1db</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Markdown triple backticks</string> - <key>scope</key> - <string>markup.fenced_code.block punctuation.definition, markup.raw support.asciidoc</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#949cbb</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Markdown quotes</string> - <key>scope</key> - <string>markup.quote, punctuation.definition.quote.begin</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#f4b8e4</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Markdown separators</string> - <key>scope</key> - <string>meta.separator.markdown</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#81c8be</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Markdown list bullets</string> - <key>scope</key> - <string>punctuation.definition.list.begin.markdown, punctuation.definition.list.begin.quarto, markup.list.bullet</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#81c8be</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Quarto headings</string> - <key>scope</key> - <string>markup.heading.quarto</string> - <key>settings</key> - <dict> - <key>fontStyle</key> - <string>bold</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Nix attribute names</string> - <key>scope</key> - <string>entity.other.attribute-name.multipart.nix, entity.other.attribute-name.single.nix</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#8caaee</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Nix parameter names</string> - <key>scope</key> - <string>variable.parameter.name.nix</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#c6d0f5</string> - <key>fontStyle</key> - <string/> - </dict> - </dict> - <dict> - <key>name</key> - <string>Nix interpolated parameter names</string> - <key>scope</key> - <string>meta.embedded variable.parameter.name.nix</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#babbf1</string> - <key>fontStyle</key> - <string/> - </dict> - </dict> - <dict> - <key>name</key> - <string>Nix paths</string> - <key>scope</key> - <string>string.unquoted.path.nix</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#f4b8e4</string> - <key>fontStyle</key> - <string/> - </dict> - </dict> - <dict> - <key>name</key> - <string>PHP Attributes</string> - <key>scope</key> - <string>support.attribute.builtin, meta.attribute.php</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#e5c890</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>PHP Parameters (needed for the leading dollar sign)</string> - <key>scope</key> - <string>meta.function.parameters.php punctuation.definition.variable.php</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#ea999c</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>PHP Constants (null, __FILE__, etc.)</string> - <key>scope</key> - <string>constant.language.php</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#ca9ee6</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>PHP functions</string> - <key>scope</key> - <string>text.html.php support.function</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#99d1db</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>PHPdoc keywords</string> - <key>scope</key> - <string>keyword.other.phpdoc.php</string> - <key>settings</key> - <dict> - <key>fontStyle</key> - <string/> - </dict> - </dict> - <dict> - <key>name</key> - <string>Python argument functions reset to text, otherwise they inherit blue from function-call</string> - <key>scope</key> - <string>support.variable.magic.python, meta.function-call.arguments.python</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#c6d0f5</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Python double underscore functions</string> - <key>scope</key> - <string>support.function.magic.python</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#99d1db</string> - <key>fontStyle</key> - <string>italic</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Python `self` keyword</string> - <key>scope</key> - <string>variable.parameter.function.language.special.self.python, variable.language.special.self.python</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#e78284</string> - <key>fontStyle</key> - <string>italic</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>python keyword flow/logical (for ... in)</string> - <key>scope</key> - <string>keyword.control.flow.python, keyword.operator.logical.python</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#ca9ee6</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>python storage type</string> - <key>scope</key> - <string>storage.type.function.python</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#ca9ee6</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>python function support</string> - <key>scope</key> - <string>support.token.decorator.python, meta.function.decorator.identifier.python</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#99d1db</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>python function calls</string> - <key>scope</key> - <string>meta.function-call.python</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#8caaee</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>python function decorators</string> - <key>scope</key> - <string>entity.name.function.decorator.python, punctuation.definition.decorator.python</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#ef9f76</string> - <key>fontStyle</key> - <string>italic</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>python placeholder reset to normal string</string> - <key>scope</key> - <string>constant.character.format.placeholder.other.python</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#f4b8e4</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Python exception & builtins such as exit()</string> - <key>scope</key> - <string>support.type.exception.python, support.function.builtin.python</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#ef9f76</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>entity.name.type</string> - <key>scope</key> - <string>support.type.python</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#ca9ee6</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>python constants (True/False)</string> - <key>scope</key> - <string>constant.language.python</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#ef9f76</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Arguments accessed later in the function body</string> - <key>scope</key> - <string>meta.indexed-name.python, meta.item-access.python</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#ea999c</string> - <key>fontStyle</key> - <string>italic</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Python f-strings/binary/unicode storage types</string> - <key>scope</key> - <string>storage.type.string.python</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#a6d189</string> - <key>fontStyle</key> - <string>italic</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Python type hints</string> - <key>scope</key> - <string>meta.function.parameters.python</string> - <key>settings</key> - <dict> - <key>fontStyle</key> - <string/> - </dict> - </dict> - <dict> - <key>name</key> - <string>Regex string begin/end in JS/TS</string> - <key>scope</key> - <string>string.regexp punctuation.definition.string.begin, string.regexp punctuation.definition.string.end</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#f4b8e4</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Regex anchors (^, $)</string> - <key>scope</key> - <string>keyword.control.anchor.regexp</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#ca9ee6</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Regex regular string match</string> - <key>scope</key> - <string>string.regexp.ts</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#c6d0f5</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Regex group parenthesis & backreference (\1, \2, \3, ...)</string> - <key>scope</key> - <string>punctuation.definition.group.regexp, keyword.other.back-reference.regexp</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#a6d189</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Regex character class []</string> - <key>scope</key> - <string>punctuation.definition.character-class.regexp</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#e5c890</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Regex character classes (\d, \w, \s)</string> - <key>scope</key> - <string>constant.other.character-class.regexp</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#f4b8e4</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Regex range</string> - <key>scope</key> - <string>constant.other.character-class.range.regexp</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#f2d5cf</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Regex quantifier</string> - <key>scope</key> - <string>keyword.operator.quantifier.regexp</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#81c8be</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Regex constant/numeric</string> - <key>scope</key> - <string>constant.character.numeric.regexp</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#ef9f76</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Regex lookaheads, negative lookaheads, lookbehinds, negative lookbehinds</string> - <key>scope</key> - <string>punctuation.definition.group.no-capture.regexp, meta.assertion.look-ahead.regexp, meta.assertion.negative-look-ahead.regexp</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#8caaee</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Rust attribute</string> - <key>scope</key> - <string>meta.annotation.rust, meta.annotation.rust punctuation, meta.attribute.rust, punctuation.definition.attribute.rust</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#e5c890</string> - <key>fontStyle</key> - <string>italic</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Rust attribute strings</string> - <key>scope</key> - <string>meta.attribute.rust string.quoted.double.rust, meta.attribute.rust string.quoted.single.char.rust</string> - <key>settings</key> - <dict> - <key>fontStyle</key> - <string/> - </dict> - </dict> - <dict> - <key>name</key> - <string>Rust keyword</string> - <key>scope</key> - <string>entity.name.function.macro.rules.rust, storage.type.module.rust, storage.modifier.rust, storage.type.struct.rust, storage.type.enum.rust, storage.type.trait.rust, storage.type.union.rust, storage.type.impl.rust, storage.type.rust, storage.type.function.rust, storage.type.type.rust</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#ca9ee6</string> - <key>fontStyle</key> - <string/> - </dict> - </dict> - <dict> - <key>name</key> - <string>Rust u/i32, u/i64, etc.</string> - <key>scope</key> - <string>entity.name.type.numeric.rust</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#ca9ee6</string> - <key>fontStyle</key> - <string/> - </dict> - </dict> - <dict> - <key>name</key> - <string>Rust generic</string> - <key>scope</key> - <string>meta.generic.rust</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#ef9f76</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Rust impl</string> - <key>scope</key> - <string>entity.name.impl.rust</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#e5c890</string> - <key>fontStyle</key> - <string>italic</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Rust module</string> - <key>scope</key> - <string>entity.name.module.rust</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#ef9f76</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Rust trait</string> - <key>scope</key> - <string>entity.name.trait.rust</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#e5c890</string> - <key>fontStyle</key> - <string>italic</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Rust struct</string> - <key>scope</key> - <string>storage.type.source.rust</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#e5c890</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Rust union</string> - <key>scope</key> - <string>entity.name.union.rust</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#e5c890</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Rust enum member</string> - <key>scope</key> - <string>meta.enum.rust storage.type.source.rust</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#81c8be</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Rust macro</string> - <key>scope</key> - <string>support.macro.rust, meta.macro.rust support.function.rust, entity.name.function.macro.rust</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#8caaee</string> - <key>fontStyle</key> - <string>italic</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Rust lifetime</string> - <key>scope</key> - <string>storage.modifier.lifetime.rust, entity.name.type.lifetime</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#8caaee</string> - <key>fontStyle</key> - <string>italic</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Rust string formatting</string> - <key>scope</key> - <string>string.quoted.double.rust constant.other.placeholder.rust</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#f4b8e4</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Rust return type generic</string> - <key>scope</key> - <string>meta.function.return-type.rust meta.generic.rust storage.type.rust</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#c6d0f5</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Rust functions</string> - <key>scope</key> - <string>meta.function.call.rust</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#8caaee</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Rust angle brackets</string> - <key>scope</key> - <string>punctuation.brackets.angle.rust</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#99d1db</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Rust constants</string> - <key>scope</key> - <string>constant.other.caps.rust</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#ef9f76</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Rust function parameters</string> - <key>scope</key> - <string>meta.function.definition.rust variable.other.rust</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#ea999c</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Rust closure variables</string> - <key>scope</key> - <string>meta.function.call.rust variable.other.rust</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#c6d0f5</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Rust self</string> - <key>scope</key> - <string>variable.language.self.rust</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#e78284</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Rust metavariable names</string> - <key>scope</key> - <string>variable.other.metavariable.name.rust, meta.macro.metavariable.rust keyword.operator.macro.dollar.rust</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#f4b8e4</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Shell shebang</string> - <key>scope</key> - <string>comment.line.shebang, comment.line.shebang punctuation.definition.comment, comment.line.shebang, punctuation.definition.comment.shebang.shell, meta.shebang.shell</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#f4b8e4</string> - <key>fontStyle</key> - <string>italic</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Shell shebang command</string> - <key>scope</key> - <string>comment.line.shebang constant.language</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#81c8be</string> - <key>fontStyle</key> - <string>italic</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Shell interpolated command</string> - <key>scope</key> - <string>meta.function-call.arguments.shell punctuation.definition.variable.shell, meta.function-call.arguments.shell punctuation.section.interpolation, meta.function-call.arguments.shell punctuation.definition.variable.shell, meta.function-call.arguments.shell punctuation.section.interpolation</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#e78284</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Shell interpolated command variable</string> - <key>scope</key> - <string>meta.string meta.interpolation.parameter.shell variable.other.readwrite</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#ef9f76</string> - <key>fontStyle</key> - <string>italic</string> - </dict> - </dict> - <dict> - <key>scope</key> - <string>source.shell punctuation.section.interpolation, punctuation.definition.evaluation.backticks.shell</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#81c8be</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Shell EOF</string> - <key>scope</key> - <string>entity.name.tag.heredoc.shell</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#ca9ee6</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Shell quoted variable</string> - <key>scope</key> - <string>string.quoted.double.shell variable.other.normal.shell</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#c6d0f5</string> - </dict> - </dict> - <dict> - <key>scope</key> - <string>markup.heading.typst</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#e78284</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>JSON Keys</string> - <key>scope</key> - <string>source.json meta.mapping.key string</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#8caaee</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>JSON key surrounding quotes</string> - <key>scope</key> - <string>source.json meta.mapping.key punctuation.definition.string.begin, source.json meta.mapping.key punctuation.definition.string.end</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#949cbb</string> - </dict> - </dict> - <dict> - <key>scope</key> - <string>markup.heading.synopsis.man, markup.heading.title.man, markup.heading.other.man, markup.heading.env.man</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#ca9ee6</string> - </dict> - </dict> - <dict> - <key>scope</key> - <string>markup.heading.commands.man</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#8caaee</string> - </dict> - </dict> - <dict> - <key>scope</key> - <string>markup.heading.env.man</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#f4b8e4</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Man page options</string> - <key>scope</key> - <string>entity.name</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#81c8be</string> - </dict> - </dict> - <dict> - <key>scope</key> - <string>markup.heading.1.markdown</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#e78284</string> - </dict> - </dict> - <dict> - <key>scope</key> - <string>markup.heading.2.markdown</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#ef9f76</string> - </dict> - </dict> - <dict> - <key>scope</key> - <string>markup.heading.markdown</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#e5c890</string> - </dict> - </dict> - </array> - </dict> -</plist>
\ No newline at end of file diff --git a/mac/.config/yazi/flavors.bak/catppuccin-latte.yazi/LICENSE b/mac/.config/yazi/flavors.bak/catppuccin-latte.yazi/LICENSE deleted file mode 100644 index fb5b1d6..0000000 --- a/mac/.config/yazi/flavors.bak/catppuccin-latte.yazi/LICENSE +++ /dev/null @@ -1,21 +0,0 @@ -MIT License - -Copyright (c) 2023 yazi-rs - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. diff --git a/mac/.config/yazi/flavors.bak/catppuccin-latte.yazi/LICENSE-tmtheme b/mac/.config/yazi/flavors.bak/catppuccin-latte.yazi/LICENSE-tmtheme deleted file mode 100644 index 006383b..0000000 --- a/mac/.config/yazi/flavors.bak/catppuccin-latte.yazi/LICENSE-tmtheme +++ /dev/null @@ -1,21 +0,0 @@ -MIT License - -Copyright (c) 2021 Catppuccin - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. diff --git a/mac/.config/yazi/flavors.bak/catppuccin-latte.yazi/README.md b/mac/.config/yazi/flavors.bak/catppuccin-latte.yazi/README.md deleted file mode 100644 index ea1c35e..0000000 --- a/mac/.config/yazi/flavors.bak/catppuccin-latte.yazi/README.md +++ /dev/null @@ -1,36 +0,0 @@ -<div align="center"> - <img src="https://github.com/sxyazi/yazi/blob/main/assets/logo.png?raw=true" alt="Yazi logo" width="20%"> -</div> - -<h3 align="center"> - Catppuccin Latte Flavor for <a href="https://github.com/sxyazi/yazi">Yazi</a> -</h3> - -## ๐ Preview - -<img src="preview.png" width="600" /> - -## ๐จ Installation - -```sh -ya pkg add yazi-rs/flavors:catppuccin-latte -``` - -## โ๏ธ Usage - -Set the content of your `theme.toml` to enable it as your _light_ flavor: - -```toml -[flavor] -light = "catppuccin-latte" -``` - -Make sure your `theme.toml` doesn't contain anything other than `[flavor]`, unless you want to override certain styles of this flavor. - -See the [Yazi flavor documentation](https://yazi-rs.github.io/docs/flavors/overview) for more details. - -## ๐ License - -The flavor is MIT-licensed, and the included tmTheme is also MIT-licensed. - -Check the [LICENSE](LICENSE) and [LICENSE-tmtheme](LICENSE-tmtheme) file for more details. diff --git a/mac/.config/yazi/flavors.bak/catppuccin-latte.yazi/flavor.toml b/mac/.config/yazi/flavors.bak/catppuccin-latte.yazi/flavor.toml deleted file mode 100644 index ba2bb78..0000000 --- a/mac/.config/yazi/flavors.bak/catppuccin-latte.yazi/flavor.toml +++ /dev/null @@ -1,189 +0,0 @@ -# vim:fileencoding=utf-8:foldmethod=marker - -# : Manager {{{ - -[mgr] -cwd = { fg = "#179299" } - -# Hovered -hovered = { reversed = true } -preview_hovered = { underline = true } - -# Find -find_keyword = { fg = "#df8e1d", bold = true, italic = true, underline = true } -find_position = { fg = "#ea76cb", bg = "reset", bold = true, italic = true } - -# Marker -marker_copied = { fg = "#40a02b", bg = "#40a02b" } -marker_cut = { fg = "#d20f39", bg = "#d20f39" } -marker_marked = { fg = "#179299", bg = "#179299" } -marker_selected = { fg = "#df8e1d", bg = "#df8e1d" } - -# Count -count_copied = { fg = "#eff1f5", bg = "#40a02b" } -count_cut = { fg = "#eff1f5", bg = "#d20f39" } -count_selected = { fg = "#eff1f5", bg = "#df8e1d" } - -# Border -border_symbol = "โ" -border_style = { fg = "#8c8fa1" } - -# : }}} - - -# : Tabs {{{ - -[tabs] -active = { fg = "#eff1f5", bg = "#1e66f5", bold = true } -inactive = { fg = "#1e66f5", bg = "#ccd0da" } - -# : }}} - - -# : Mode {{{ - -[mode] - -normal_main = { fg = "#eff1f5", bg = "#1e66f5", bold = true } -normal_alt = { fg = "#1e66f5", bg = "#ccd0da" } - -# Select mode -select_main = { fg = "#eff1f5", bg = "#179299", bold = true } -select_alt = { fg = "#179299", bg = "#ccd0da" } - -# Unset mode -unset_main = { fg = "#eff1f5", bg = "#dd7878", bold = true } -unset_alt = { fg = "#dd7878", bg = "#ccd0da" } - -# : }}} - - -# : Status bar {{{ - -[status] -# Permissions -perm_sep = { fg = "#8c8fa1" } -perm_type = { fg = "#1e66f5" } -perm_read = { fg = "#df8e1d" } -perm_write = { fg = "#d20f39" } -perm_exec = { fg = "#40a02b" } - -# Progress -progress_label = { fg = "#ffffff", bold = true } -progress_normal = { fg = "#1e66f5", bg = "#bcc0cc" } -progress_error = { fg = "#1e66f5", bg = "#d20f39" } - -# : }}} - - -# : Pick {{{ - -[pick] -border = { fg = "#1e66f5" } -active = { fg = "#ea76cb", bold = true } -inactive = {} - -# : }}} - - -# : Input {{{ - -[input] -border = { fg = "#1e66f5" } -title = {} -value = {} -selected = { reversed = true } - -# : }}} - - -# : Completion {{{ - -[cmp] -border = { fg = "#1e66f5" } - -# : }}} - - -# : Tasks {{{ - -[tasks] -border = { fg = "#1e66f5" } -title = {} -hovered = { fg = "#ea76cb", bold = true } - -# : }}} - - -# : Which {{{ - -[which] -mask = { bg = "#ccd0da" } -cand = { fg = "#179299" } -rest = { fg = "#7c7f93" } -desc = { fg = "#ea76cb" } -separator = " ๎ช " -separator_style = { fg = "#acb0be" } - -# : }}} - - -# : Help {{{ - -[help] -on = { fg = "#179299" } -run = { fg = "#ea76cb" } -hovered = { reversed = true, bold = true } -footer = { fg = "#ccd0da", bg = "#4c4f69" } - -# : }}} - - -# : Spotter {{{ - -[spot] -border = { fg = "#1e66f5" } -title = { fg = "#1e66f5" } -tbl_col = { fg = "#179299" } -tbl_cell = { fg = "#ea76cb", bg = "#bcc0cc" } - -# : }}} - - -# : Notification {{{ - -[notify] -title_info = { fg = "#40a02b" } -title_warn = { fg = "#df8e1d" } -title_error = { fg = "#d20f39" } - -# : }}} - - -# : File-specific styles {{{ - -[filetype] - -rules = [ - # Images - { mime = "image/*", fg = "#179299" }, - - # Media - { mime = "{audio,video}/*", fg = "#df8e1d" }, - - # Archives - { mime = "application/{zip,rar,7z*,tar,gzip,xz,zstd,bzip*,lzma,compress,archive,cpio,arj,xar,ms-cab*}", fg = "#ea76cb" }, - - # Documents - { mime = "application/{pdf,doc,rtf}", fg = "#40a02b" }, - - # Fallback - { url = "*", fg = "#4c4f69" }, - { url = "*/", fg = "#1e66f5" }, - - # TODO: remove - { name = "*", fg = "#4c4f69" }, - { name = "*/", fg = "#1e66f5" } -] - -# : }}} diff --git a/mac/.config/yazi/flavors.bak/catppuccin-latte.yazi/preview.png b/mac/.config/yazi/flavors.bak/catppuccin-latte.yazi/preview.png Binary files differdeleted file mode 100644 index 7712450..0000000 --- a/mac/.config/yazi/flavors.bak/catppuccin-latte.yazi/preview.png +++ /dev/null diff --git a/mac/.config/yazi/flavors.bak/catppuccin-latte.yazi/tmtheme.xml b/mac/.config/yazi/flavors.bak/catppuccin-latte.yazi/tmtheme.xml deleted file mode 100644 index ddeb349..0000000 --- a/mac/.config/yazi/flavors.bak/catppuccin-latte.yazi/tmtheme.xml +++ /dev/null @@ -1,2112 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> -<plist version="1.0"> - <dict> - <key>name</key> - <string>Catppuccin Latte</string> - <key>semanticClass</key> - <string>theme.light.catppuccin-latte</string> - <key>uuid</key> - <string>96a262cd-4b2f-49f5-9125-8dd0077cbfe1</string> - <key>author</key> - <string>Catppuccin Org</string> - <key>colorSpaceName</key> - <string>sRGB</string> - <key>settings</key> - <array> - <dict> - <key>settings</key> - <dict> - <key>background</key> - <string>#eff1f5</string> - <key>foreground</key> - <string>#4c4f69</string> - <key>caret</key> - <string>#dc8a78</string> - <key>lineHighlight</key> - <string>#ccd0da</string> - <key>misspelling</key> - <string>#d20f39</string> - <key>accent</key> - <string>#8839ef</string> - <key>selection</key> - <string>#7c7f934d</string> - <key>activeGuide</key> - <string>#bcc0cc</string> - <key>findHighlight</key> - <string>#a9daf0</string> - <key>gutterForeground</key> - <string>#8c8fa1</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Basic text & variable names (incl. leading punctuation)</string> - <key>scope</key> - <string>text, source, variable.other.readwrite, punctuation.definition.variable</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#4c4f69</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Parentheses, Brackets, Braces</string> - <key>scope</key> - <string>punctuation</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#7c7f93</string> - <key>fontStyle</key> - <string/> - </dict> - </dict> - <dict> - <key>name</key> - <string>Comments</string> - <key>scope</key> - <string>comment, punctuation.definition.comment</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#7c7f93</string> - <key>fontStyle</key> - <string>italic</string> - </dict> - </dict> - <dict> - <key>scope</key> - <string>string, punctuation.definition.string</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#40a02b</string> - </dict> - </dict> - <dict> - <key>scope</key> - <string>constant.character.escape</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#ea76cb</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Booleans, constants, numbers</string> - <key>scope</key> - <string>constant.numeric, variable.other.constant, entity.name.constant, constant.language.boolean, constant.language.false, constant.language.true, keyword.other.unit.user-defined, keyword.other.unit.suffix.floating-point</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#fe640b</string> - </dict> - </dict> - <dict> - <key>scope</key> - <string>keyword, keyword.operator.word, keyword.operator.new, variable.language.super, support.type.primitive, storage.type, storage.modifier, punctuation.definition.keyword</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#8839ef</string> - <key>fontStyle</key> - <string/> - </dict> - </dict> - <dict> - <key>scope</key> - <string>entity.name.tag.documentation</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#8839ef</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Punctuation</string> - <key>scope</key> - <string>keyword.operator, punctuation.accessor, punctuation.definition.generic, meta.function.closure punctuation.section.parameters, punctuation.definition.tag, punctuation.separator.key-value</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#179299</string> - </dict> - </dict> - <dict> - <key>scope</key> - <string>entity.name.function, meta.function-call.method, support.function, support.function.misc, variable.function</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#1e66f5</string> - <key>fontStyle</key> - <string>italic</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Classes</string> - <key>scope</key> - <string>entity.name.class, entity.other.inherited-class, support.class, meta.function-call.constructor, entity.name.struct</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#df8e1d</string> - <key>fontStyle</key> - <string>italic</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Enum</string> - <key>scope</key> - <string>entity.name.enum</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#df8e1d</string> - <key>fontStyle</key> - <string>italic</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Enum member</string> - <key>scope</key> - <string>meta.enum variable.other.readwrite, variable.other.enummember</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#179299</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Object properties</string> - <key>scope</key> - <string>meta.property.object</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#179299</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Types</string> - <key>scope</key> - <string>meta.type, meta.type-alias, support.type, entity.name.type</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#df8e1d</string> - <key>fontStyle</key> - <string>italic</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Decorators</string> - <key>scope</key> - <string>meta.annotation variable.function, meta.annotation variable.annotation.function, meta.annotation punctuation.definition.annotation, meta.decorator, punctuation.decorator</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#fe640b</string> - </dict> - </dict> - <dict> - <key>scope</key> - <string>variable.parameter, meta.function.parameters</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#e64553</string> - <key>fontStyle</key> - <string>italic</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Built-ins</string> - <key>scope</key> - <string>constant.language, support.function.builtin</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#d20f39</string> - </dict> - </dict> - <dict> - <key>scope</key> - <string>entity.other.attribute-name.documentation</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#d20f39</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Preprocessor directives</string> - <key>scope</key> - <string>keyword.control.directive, punctuation.definition.directive</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#df8e1d</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Type parameters</string> - <key>scope</key> - <string>punctuation.definition.typeparameters</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#04a5e5</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Namespaces</string> - <key>scope</key> - <string>entity.name.namespace</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#df8e1d</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Property names (left hand assignments in json/yaml/css)</string> - <key>scope</key> - <string>support.type.property-name.css</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#1e66f5</string> - <key>fontStyle</key> - <string/> - </dict> - </dict> - <dict> - <key>name</key> - <string>This/Self keyword</string> - <key>scope</key> - <string>variable.language.this, variable.language.this punctuation.definition.variable</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#d20f39</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Object properties</string> - <key>scope</key> - <string>variable.object.property</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#4c4f69</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>String template interpolation</string> - <key>scope</key> - <string>string.template variable, string variable</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#4c4f69</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>`new` as bold</string> - <key>scope</key> - <string>keyword.operator.new</string> - <key>settings</key> - <dict> - <key>fontStyle</key> - <string>bold</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>C++ extern keyword</string> - <key>scope</key> - <string>storage.modifier.specifier.extern.cpp</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#8839ef</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>C++ scope resolution</string> - <key>scope</key> - <string>entity.name.scope-resolution.template.call.cpp, entity.name.scope-resolution.parameter.cpp, entity.name.scope-resolution.cpp, entity.name.scope-resolution.function.definition.cpp</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#df8e1d</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>C++ doc keywords</string> - <key>scope</key> - <string>storage.type.class.doxygen</string> - <key>settings</key> - <dict> - <key>fontStyle</key> - <string/> - </dict> - </dict> - <dict> - <key>name</key> - <string>C++ operators</string> - <key>scope</key> - <string>storage.modifier.reference.cpp</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#179299</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>C# Interpolated Strings</string> - <key>scope</key> - <string>meta.interpolation.cs</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#4c4f69</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>C# xml-style docs</string> - <key>scope</key> - <string>comment.block.documentation.cs</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#4c4f69</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Classes, reflecting the className color in JSX</string> - <key>scope</key> - <string>source.css entity.other.attribute-name.class.css, entity.other.attribute-name.parent-selector.css punctuation.definition.entity.css</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#df8e1d</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Operators</string> - <key>scope</key> - <string>punctuation.separator.operator.css</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#179299</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Pseudo classes</string> - <key>scope</key> - <string>source.css entity.other.attribute-name.pseudo-class</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#179299</string> - </dict> - </dict> - <dict> - <key>scope</key> - <string>source.css constant.other.unicode-range</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#fe640b</string> - </dict> - </dict> - <dict> - <key>scope</key> - <string>source.css variable.parameter.url</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#40a02b</string> - <key>fontStyle</key> - <string/> - </dict> - </dict> - <dict> - <key>name</key> - <string>CSS vendored property names</string> - <key>scope</key> - <string>support.type.vendored.property-name</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#04a5e5</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Less/SCSS right-hand variables (@/$-prefixed)</string> - <key>scope</key> - <string>source.css meta.property-value variable, source.css meta.property-value variable.other.less, source.css meta.property-value variable.other.less punctuation.definition.variable.less, meta.definition.variable.scss</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#e64553</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>CSS variables (--prefixed)</string> - <key>scope</key> - <string>source.css meta.property-list variable, meta.property-list variable.other.less, meta.property-list variable.other.less punctuation.definition.variable.less</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#1e66f5</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>CSS Percentage values, styled the same as numbers</string> - <key>scope</key> - <string>keyword.other.unit.percentage.css</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#fe640b</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>CSS Attribute selectors, styled the same as strings</string> - <key>scope</key> - <string>source.css meta.attribute-selector</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#40a02b</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>JSON/YAML keys, other left-hand assignments</string> - <key>scope</key> - <string>keyword.other.definition.ini, punctuation.support.type.property-name.json, support.type.property-name.json, punctuation.support.type.property-name.toml, support.type.property-name.toml, entity.name.tag.yaml, punctuation.support.type.property-name.yaml, support.type.property-name.yaml</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#1e66f5</string> - <key>fontStyle</key> - <string/> - </dict> - </dict> - <dict> - <key>name</key> - <string>JSON/YAML constants</string> - <key>scope</key> - <string>constant.language.json, constant.language.yaml</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#fe640b</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>YAML anchors</string> - <key>scope</key> - <string>entity.name.type.anchor.yaml, variable.other.alias.yaml</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#df8e1d</string> - <key>fontStyle</key> - <string/> - </dict> - </dict> - <dict> - <key>name</key> - <string>TOML tables / ini groups</string> - <key>scope</key> - <string>support.type.property-name.table, entity.name.section.group-title.ini</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#df8e1d</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>TOML dates</string> - <key>scope</key> - <string>constant.other.time.datetime.offset.toml</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#ea76cb</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>YAML anchor puctuation</string> - <key>scope</key> - <string>punctuation.definition.anchor.yaml, punctuation.definition.alias.yaml</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#ea76cb</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>YAML triple dashes</string> - <key>scope</key> - <string>entity.other.document.begin.yaml</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#ea76cb</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Markup Diff</string> - <key>scope</key> - <string>markup.changed.diff</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#fe640b</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Diff</string> - <key>scope</key> - <string>meta.diff.header.from-file, meta.diff.header.to-file, punctuation.definition.from-file.diff, punctuation.definition.to-file.diff</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#1e66f5</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Diff Inserted</string> - <key>scope</key> - <string>markup.inserted.diff</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#40a02b</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Diff Deleted</string> - <key>scope</key> - <string>markup.deleted.diff</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#d20f39</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>dotenv left-hand side assignments</string> - <key>scope</key> - <string>variable.other.env</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#1e66f5</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>dotenv reference to existing env variable</string> - <key>scope</key> - <string>string.quoted variable.other.env</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#4c4f69</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>GDScript functions</string> - <key>scope</key> - <string>support.function.builtin.gdscript</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#1e66f5</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>GDScript constants</string> - <key>scope</key> - <string>constant.language.gdscript</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#fe640b</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Comment keywords</string> - <key>scope</key> - <string>comment meta.annotation.go</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#e64553</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>go:embed, go:build, etc.</string> - <key>scope</key> - <string>comment meta.annotation.parameters.go</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#fe640b</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Go constants (nil, true, false)</string> - <key>scope</key> - <string>constant.language.go</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#fe640b</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>GraphQL variables</string> - <key>scope</key> - <string>variable.graphql</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#4c4f69</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>GraphQL aliases</string> - <key>scope</key> - <string>string.unquoted.alias.graphql</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#dd7878</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>GraphQL enum members</string> - <key>scope</key> - <string>constant.character.enum.graphql</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#179299</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>GraphQL field in types</string> - <key>scope</key> - <string>meta.objectvalues.graphql constant.object.key.graphql string.unquoted.graphql</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#dd7878</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>HTML/XML DOCTYPE as keyword</string> - <key>scope</key> - <string>keyword.other.doctype, meta.tag.sgml.doctype punctuation.definition.tag, meta.tag.metadata.doctype entity.name.tag, meta.tag.metadata.doctype punctuation.definition.tag</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#8839ef</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>HTML/XML-like <tags/></string> - <key>scope</key> - <string>entity.name.tag</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#1e66f5</string> - <key>fontStyle</key> - <string/> - </dict> - </dict> - <dict> - <key>name</key> - <string>Special characters like &amp;</string> - <key>scope</key> - <string>text.html constant.character.entity, text.html constant.character.entity punctuation, constant.character.entity.xml, constant.character.entity.xml punctuation, constant.character.entity.js.jsx, constant.charactger.entity.js.jsx punctuation, constant.character.entity.tsx, constant.character.entity.tsx punctuation</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#d20f39</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>HTML/XML tag attribute values</string> - <key>scope</key> - <string>entity.other.attribute-name</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#df8e1d</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Components</string> - <key>scope</key> - <string>support.class.component, support.class.component.jsx, support.class.component.tsx, support.class.component.vue</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#ea76cb</string> - <key>fontStyle</key> - <string/> - </dict> - </dict> - <dict> - <key>name</key> - <string>Annotations</string> - <key>scope</key> - <string>punctuation.definition.annotation, storage.type.annotation</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#fe640b</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Java enums</string> - <key>scope</key> - <string>constant.other.enum.java</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#179299</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Java imports</string> - <key>scope</key> - <string>storage.modifier.import.java</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#4c4f69</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Javadoc</string> - <key>scope</key> - <string>comment.block.javadoc.java keyword.other.documentation.javadoc.java</string> - <key>settings</key> - <dict> - <key>fontStyle</key> - <string/> - </dict> - </dict> - <dict> - <key>name</key> - <string>Exported Variable</string> - <key>scope</key> - <string>meta.export variable.other.readwrite.js</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#e64553</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>JS/TS constants & properties</string> - <key>scope</key> - <string>variable.other.constant.js, variable.other.constant.ts, variable.other.property.js, variable.other.property.ts</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#4c4f69</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>JSDoc; these are mainly params, so styled as such</string> - <key>scope</key> - <string>variable.other.jsdoc, comment.block.documentation variable.other</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#e64553</string> - <key>fontStyle</key> - <string/> - </dict> - </dict> - <dict> - <key>name</key> - <string>JSDoc keywords</string> - <key>scope</key> - <string>storage.type.class.jsdoc</string> - <key>settings</key> - <dict> - <key>fontStyle</key> - <string/> - </dict> - </dict> - <dict> - <key>scope</key> - <string>support.type.object.console.js</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#4c4f69</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Node constants as keywords (module, etc.)</string> - <key>scope</key> - <string>support.constant.node, support.type.object.module.js</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#8839ef</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>implements as keyword</string> - <key>scope</key> - <string>storage.modifier.implements</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#8839ef</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Builtin types</string> - <key>scope</key> - <string>constant.language.null.js, constant.language.null.ts, constant.language.undefined.js, constant.language.undefined.ts, support.type.builtin.ts</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#8839ef</string> - </dict> - </dict> - <dict> - <key>scope</key> - <string>variable.parameter.generic</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#df8e1d</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Arrow functions</string> - <key>scope</key> - <string>keyword.declaration.function.arrow.js, storage.type.function.arrow.ts</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#179299</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Decorator punctuations (decorators inherit from blue functions, instead of styleguide peach)</string> - <key>scope</key> - <string>punctuation.decorator.ts</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#1e66f5</string> - <key>fontStyle</key> - <string>italic</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Extra JS/TS keywords</string> - <key>scope</key> - <string>keyword.operator.expression.in.js, keyword.operator.expression.in.ts, keyword.operator.expression.infer.ts, keyword.operator.expression.instanceof.js, keyword.operator.expression.instanceof.ts, keyword.operator.expression.is, keyword.operator.expression.keyof.ts, keyword.operator.expression.of.js, keyword.operator.expression.of.ts, keyword.operator.expression.typeof.ts</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#8839ef</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Julia macros</string> - <key>scope</key> - <string>support.function.macro.julia</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#179299</string> - <key>fontStyle</key> - <string>italic</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Julia language constants (true, false)</string> - <key>scope</key> - <string>constant.language.julia</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#fe640b</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Julia other constants (these seem to be arguments inside arrays)</string> - <key>scope</key> - <string>constant.other.symbol.julia</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#e64553</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>LaTeX preamble</string> - <key>scope</key> - <string>text.tex keyword.control.preamble</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#179299</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>LaTeX be functions</string> - <key>scope</key> - <string>text.tex support.function.be</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#04a5e5</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>LaTeX math</string> - <key>scope</key> - <string>constant.other.general.math.tex</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#dd7878</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Liquid Builtin Objects & User Defined Variables</string> - <key>scope</key> - <string>variable.language.liquid</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#ea76cb</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Lua docstring keywords</string> - <key>scope</key> - <string>comment.line.double-dash.documentation.lua storage.type.annotation.lua</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#8839ef</string> - <key>fontStyle</key> - <string/> - </dict> - </dict> - <dict> - <key>name</key> - <string>Lua docstring variables</string> - <key>scope</key> - <string>comment.line.double-dash.documentation.lua entity.name.variable.lua, comment.line.double-dash.documentation.lua variable.lua</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#4c4f69</string> - </dict> - </dict> - <dict> - <key>scope</key> - <string>heading.1.markdown punctuation.definition.heading.markdown, heading.1.markdown, heading.1.quarto punctuation.definition.heading.quarto, heading.1.quarto, markup.heading.atx.1.mdx, markup.heading.atx.1.mdx punctuation.definition.heading.mdx, markup.heading.setext.1.markdown, markup.heading.heading-0.asciidoc</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#d20f39</string> - </dict> - </dict> - <dict> - <key>scope</key> - <string>heading.2.markdown punctuation.definition.heading.markdown, heading.2.markdown, heading.2.quarto punctuation.definition.heading.quarto, heading.2.quarto, markup.heading.atx.2.mdx, markup.heading.atx.2.mdx punctuation.definition.heading.mdx, markup.heading.setext.2.markdown, markup.heading.heading-1.asciidoc</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#fe640b</string> - </dict> - </dict> - <dict> - <key>scope</key> - <string>heading.3.markdown punctuation.definition.heading.markdown, heading.3.markdown, heading.3.quarto punctuation.definition.heading.quarto, heading.3.quarto, markup.heading.atx.3.mdx, markup.heading.atx.3.mdx punctuation.definition.heading.mdx, markup.heading.heading-2.asciidoc</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#df8e1d</string> - </dict> - </dict> - <dict> - <key>scope</key> - <string>heading.4.markdown punctuation.definition.heading.markdown, heading.4.markdown, heading.4.quarto punctuation.definition.heading.quarto, heading.4.quarto, markup.heading.atx.4.mdx, markup.heading.atx.4.mdx punctuation.definition.heading.mdx, markup.heading.heading-3.asciidoc</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#40a02b</string> - </dict> - </dict> - <dict> - <key>scope</key> - <string>heading.5.markdown punctuation.definition.heading.markdown, heading.5.markdown, heading.5.quarto punctuation.definition.heading.quarto, heading.5.quarto, markup.heading.atx.5.mdx, markup.heading.atx.5.mdx punctuation.definition.heading.mdx, markup.heading.heading-4.asciidoc</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#209fb5</string> - </dict> - </dict> - <dict> - <key>scope</key> - <string>heading.6.markdown punctuation.definition.heading.markdown, heading.6.markdown, heading.6.quarto punctuation.definition.heading.quarto, heading.6.quarto, markup.heading.atx.6.mdx, markup.heading.atx.6.mdx punctuation.definition.heading.mdx, markup.heading.heading-5.asciidoc</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#7287fd</string> - </dict> - </dict> - <dict> - <key>scope</key> - <string>markup.bold</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#d20f39</string> - <key>fontStyle</key> - <string>bold</string> - </dict> - </dict> - <dict> - <key>scope</key> - <string>markup.italic</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#d20f39</string> - <key>fontStyle</key> - <string>italic</string> - </dict> - </dict> - <dict> - <key>scope</key> - <string>markup.strikethrough</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#6c6f85</string> - <key>fontStyle</key> - <string>strikethrough</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Markdown auto links</string> - <key>scope</key> - <string>punctuation.definition.link, markup.underline.link</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#1e66f5</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Markdown links</string> - <key>scope</key> - <string>text.html.markdown punctuation.definition.link.title, text.html.quarto punctuation.definition.link.title, string.other.link.title.markdown, string.other.link.title.quarto, markup.link, punctuation.definition.constant.markdown, punctuation.definition.constant.quarto, constant.other.reference.link.markdown, constant.other.reference.link.quarto, markup.substitution.attribute-reference</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#7287fd</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Markdown code spans</string> - <key>scope</key> - <string>punctuation.definition.raw.markdown, punctuation.definition.raw.quarto, markup.inline.raw.string.markdown, markup.inline.raw.string.quarto, markup.raw.block.markdown, markup.raw.block.quarto</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#40a02b</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Markdown triple backtick language identifier</string> - <key>scope</key> - <string>fenced_code.block.language</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#04a5e5</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Markdown triple backticks</string> - <key>scope</key> - <string>markup.fenced_code.block punctuation.definition, markup.raw support.asciidoc</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#7c7f93</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Markdown quotes</string> - <key>scope</key> - <string>markup.quote, punctuation.definition.quote.begin</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#ea76cb</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Markdown separators</string> - <key>scope</key> - <string>meta.separator.markdown</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#179299</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Markdown list bullets</string> - <key>scope</key> - <string>punctuation.definition.list.begin.markdown, punctuation.definition.list.begin.quarto, markup.list.bullet</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#179299</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Quarto headings</string> - <key>scope</key> - <string>markup.heading.quarto</string> - <key>settings</key> - <dict> - <key>fontStyle</key> - <string>bold</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Nix attribute names</string> - <key>scope</key> - <string>entity.other.attribute-name.multipart.nix, entity.other.attribute-name.single.nix</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#1e66f5</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Nix parameter names</string> - <key>scope</key> - <string>variable.parameter.name.nix</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#4c4f69</string> - <key>fontStyle</key> - <string/> - </dict> - </dict> - <dict> - <key>name</key> - <string>Nix interpolated parameter names</string> - <key>scope</key> - <string>meta.embedded variable.parameter.name.nix</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#7287fd</string> - <key>fontStyle</key> - <string/> - </dict> - </dict> - <dict> - <key>name</key> - <string>Nix paths</string> - <key>scope</key> - <string>string.unquoted.path.nix</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#ea76cb</string> - <key>fontStyle</key> - <string/> - </dict> - </dict> - <dict> - <key>name</key> - <string>PHP Attributes</string> - <key>scope</key> - <string>support.attribute.builtin, meta.attribute.php</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#df8e1d</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>PHP Parameters (needed for the leading dollar sign)</string> - <key>scope</key> - <string>meta.function.parameters.php punctuation.definition.variable.php</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#e64553</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>PHP Constants (null, __FILE__, etc.)</string> - <key>scope</key> - <string>constant.language.php</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#8839ef</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>PHP functions</string> - <key>scope</key> - <string>text.html.php support.function</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#04a5e5</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>PHPdoc keywords</string> - <key>scope</key> - <string>keyword.other.phpdoc.php</string> - <key>settings</key> - <dict> - <key>fontStyle</key> - <string/> - </dict> - </dict> - <dict> - <key>name</key> - <string>Python argument functions reset to text, otherwise they inherit blue from function-call</string> - <key>scope</key> - <string>support.variable.magic.python, meta.function-call.arguments.python</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#4c4f69</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Python double underscore functions</string> - <key>scope</key> - <string>support.function.magic.python</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#04a5e5</string> - <key>fontStyle</key> - <string>italic</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Python `self` keyword</string> - <key>scope</key> - <string>variable.parameter.function.language.special.self.python, variable.language.special.self.python</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#d20f39</string> - <key>fontStyle</key> - <string>italic</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>python keyword flow/logical (for ... in)</string> - <key>scope</key> - <string>keyword.control.flow.python, keyword.operator.logical.python</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#8839ef</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>python storage type</string> - <key>scope</key> - <string>storage.type.function.python</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#8839ef</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>python function support</string> - <key>scope</key> - <string>support.token.decorator.python, meta.function.decorator.identifier.python</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#04a5e5</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>python function calls</string> - <key>scope</key> - <string>meta.function-call.python</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#1e66f5</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>python function decorators</string> - <key>scope</key> - <string>entity.name.function.decorator.python, punctuation.definition.decorator.python</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#fe640b</string> - <key>fontStyle</key> - <string>italic</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>python placeholder reset to normal string</string> - <key>scope</key> - <string>constant.character.format.placeholder.other.python</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#ea76cb</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Python exception & builtins such as exit()</string> - <key>scope</key> - <string>support.type.exception.python, support.function.builtin.python</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#fe640b</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>entity.name.type</string> - <key>scope</key> - <string>support.type.python</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#8839ef</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>python constants (True/False)</string> - <key>scope</key> - <string>constant.language.python</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#fe640b</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Arguments accessed later in the function body</string> - <key>scope</key> - <string>meta.indexed-name.python, meta.item-access.python</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#e64553</string> - <key>fontStyle</key> - <string>italic</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Python f-strings/binary/unicode storage types</string> - <key>scope</key> - <string>storage.type.string.python</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#40a02b</string> - <key>fontStyle</key> - <string>italic</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Python type hints</string> - <key>scope</key> - <string>meta.function.parameters.python</string> - <key>settings</key> - <dict> - <key>fontStyle</key> - <string/> - </dict> - </dict> - <dict> - <key>name</key> - <string>Regex string begin/end in JS/TS</string> - <key>scope</key> - <string>string.regexp punctuation.definition.string.begin, string.regexp punctuation.definition.string.end</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#ea76cb</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Regex anchors (^, $)</string> - <key>scope</key> - <string>keyword.control.anchor.regexp</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#8839ef</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Regex regular string match</string> - <key>scope</key> - <string>string.regexp.ts</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#4c4f69</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Regex group parenthesis & backreference (\1, \2, \3, ...)</string> - <key>scope</key> - <string>punctuation.definition.group.regexp, keyword.other.back-reference.regexp</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#40a02b</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Regex character class []</string> - <key>scope</key> - <string>punctuation.definition.character-class.regexp</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#df8e1d</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Regex character classes (\d, \w, \s)</string> - <key>scope</key> - <string>constant.other.character-class.regexp</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#ea76cb</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Regex range</string> - <key>scope</key> - <string>constant.other.character-class.range.regexp</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#dc8a78</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Regex quantifier</string> - <key>scope</key> - <string>keyword.operator.quantifier.regexp</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#179299</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Regex constant/numeric</string> - <key>scope</key> - <string>constant.character.numeric.regexp</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#fe640b</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Regex lookaheads, negative lookaheads, lookbehinds, negative lookbehinds</string> - <key>scope</key> - <string>punctuation.definition.group.no-capture.regexp, meta.assertion.look-ahead.regexp, meta.assertion.negative-look-ahead.regexp</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#1e66f5</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Rust attribute</string> - <key>scope</key> - <string>meta.annotation.rust, meta.annotation.rust punctuation, meta.attribute.rust, punctuation.definition.attribute.rust</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#df8e1d</string> - <key>fontStyle</key> - <string>italic</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Rust attribute strings</string> - <key>scope</key> - <string>meta.attribute.rust string.quoted.double.rust, meta.attribute.rust string.quoted.single.char.rust</string> - <key>settings</key> - <dict> - <key>fontStyle</key> - <string/> - </dict> - </dict> - <dict> - <key>name</key> - <string>Rust keyword</string> - <key>scope</key> - <string>entity.name.function.macro.rules.rust, storage.type.module.rust, storage.modifier.rust, storage.type.struct.rust, storage.type.enum.rust, storage.type.trait.rust, storage.type.union.rust, storage.type.impl.rust, storage.type.rust, storage.type.function.rust, storage.type.type.rust</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#8839ef</string> - <key>fontStyle</key> - <string/> - </dict> - </dict> - <dict> - <key>name</key> - <string>Rust u/i32, u/i64, etc.</string> - <key>scope</key> - <string>entity.name.type.numeric.rust</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#8839ef</string> - <key>fontStyle</key> - <string/> - </dict> - </dict> - <dict> - <key>name</key> - <string>Rust generic</string> - <key>scope</key> - <string>meta.generic.rust</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#fe640b</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Rust impl</string> - <key>scope</key> - <string>entity.name.impl.rust</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#df8e1d</string> - <key>fontStyle</key> - <string>italic</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Rust module</string> - <key>scope</key> - <string>entity.name.module.rust</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#fe640b</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Rust trait</string> - <key>scope</key> - <string>entity.name.trait.rust</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#df8e1d</string> - <key>fontStyle</key> - <string>italic</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Rust struct</string> - <key>scope</key> - <string>storage.type.source.rust</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#df8e1d</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Rust union</string> - <key>scope</key> - <string>entity.name.union.rust</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#df8e1d</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Rust enum member</string> - <key>scope</key> - <string>meta.enum.rust storage.type.source.rust</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#179299</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Rust macro</string> - <key>scope</key> - <string>support.macro.rust, meta.macro.rust support.function.rust, entity.name.function.macro.rust</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#1e66f5</string> - <key>fontStyle</key> - <string>italic</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Rust lifetime</string> - <key>scope</key> - <string>storage.modifier.lifetime.rust, entity.name.type.lifetime</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#1e66f5</string> - <key>fontStyle</key> - <string>italic</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Rust string formatting</string> - <key>scope</key> - <string>string.quoted.double.rust constant.other.placeholder.rust</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#ea76cb</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Rust return type generic</string> - <key>scope</key> - <string>meta.function.return-type.rust meta.generic.rust storage.type.rust</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#4c4f69</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Rust functions</string> - <key>scope</key> - <string>meta.function.call.rust</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#1e66f5</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Rust angle brackets</string> - <key>scope</key> - <string>punctuation.brackets.angle.rust</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#04a5e5</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Rust constants</string> - <key>scope</key> - <string>constant.other.caps.rust</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#fe640b</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Rust function parameters</string> - <key>scope</key> - <string>meta.function.definition.rust variable.other.rust</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#e64553</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Rust closure variables</string> - <key>scope</key> - <string>meta.function.call.rust variable.other.rust</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#4c4f69</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Rust self</string> - <key>scope</key> - <string>variable.language.self.rust</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#d20f39</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Rust metavariable names</string> - <key>scope</key> - <string>variable.other.metavariable.name.rust, meta.macro.metavariable.rust keyword.operator.macro.dollar.rust</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#ea76cb</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Shell shebang</string> - <key>scope</key> - <string>comment.line.shebang, comment.line.shebang punctuation.definition.comment, comment.line.shebang, punctuation.definition.comment.shebang.shell, meta.shebang.shell</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#ea76cb</string> - <key>fontStyle</key> - <string>italic</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Shell shebang command</string> - <key>scope</key> - <string>comment.line.shebang constant.language</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#179299</string> - <key>fontStyle</key> - <string>italic</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Shell interpolated command</string> - <key>scope</key> - <string>meta.function-call.arguments.shell punctuation.definition.variable.shell, meta.function-call.arguments.shell punctuation.section.interpolation, meta.function-call.arguments.shell punctuation.definition.variable.shell, meta.function-call.arguments.shell punctuation.section.interpolation</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#d20f39</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Shell interpolated command variable</string> - <key>scope</key> - <string>meta.string meta.interpolation.parameter.shell variable.other.readwrite</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#fe640b</string> - <key>fontStyle</key> - <string>italic</string> - </dict> - </dict> - <dict> - <key>scope</key> - <string>source.shell punctuation.section.interpolation, punctuation.definition.evaluation.backticks.shell</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#179299</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Shell EOF</string> - <key>scope</key> - <string>entity.name.tag.heredoc.shell</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#8839ef</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Shell quoted variable</string> - <key>scope</key> - <string>string.quoted.double.shell variable.other.normal.shell</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#4c4f69</string> - </dict> - </dict> - <dict> - <key>scope</key> - <string>markup.heading.typst</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#d20f39</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>JSON Keys</string> - <key>scope</key> - <string>source.json meta.mapping.key string</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#1e66f5</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>JSON key surrounding quotes</string> - <key>scope</key> - <string>source.json meta.mapping.key punctuation.definition.string.begin, source.json meta.mapping.key punctuation.definition.string.end</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#7c7f93</string> - </dict> - </dict> - <dict> - <key>scope</key> - <string>markup.heading.synopsis.man, markup.heading.title.man, markup.heading.other.man, markup.heading.env.man</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#8839ef</string> - </dict> - </dict> - <dict> - <key>scope</key> - <string>markup.heading.commands.man</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#1e66f5</string> - </dict> - </dict> - <dict> - <key>scope</key> - <string>markup.heading.env.man</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#ea76cb</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Man page options</string> - <key>scope</key> - <string>entity.name</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#179299</string> - </dict> - </dict> - <dict> - <key>scope</key> - <string>markup.heading.1.markdown</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#d20f39</string> - </dict> - </dict> - <dict> - <key>scope</key> - <string>markup.heading.2.markdown</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#fe640b</string> - </dict> - </dict> - <dict> - <key>scope</key> - <string>markup.heading.markdown</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#df8e1d</string> - </dict> - </dict> - </array> - </dict> -</plist>
\ No newline at end of file diff --git a/mac/.config/yazi/flavors.bak/catppuccin-macchiato.yazi/LICENSE b/mac/.config/yazi/flavors.bak/catppuccin-macchiato.yazi/LICENSE deleted file mode 100644 index fb5b1d6..0000000 --- a/mac/.config/yazi/flavors.bak/catppuccin-macchiato.yazi/LICENSE +++ /dev/null @@ -1,21 +0,0 @@ -MIT License - -Copyright (c) 2023 yazi-rs - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. diff --git a/mac/.config/yazi/flavors.bak/catppuccin-macchiato.yazi/LICENSE-tmtheme b/mac/.config/yazi/flavors.bak/catppuccin-macchiato.yazi/LICENSE-tmtheme deleted file mode 100644 index 006383b..0000000 --- a/mac/.config/yazi/flavors.bak/catppuccin-macchiato.yazi/LICENSE-tmtheme +++ /dev/null @@ -1,21 +0,0 @@ -MIT License - -Copyright (c) 2021 Catppuccin - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. diff --git a/mac/.config/yazi/flavors.bak/catppuccin-macchiato.yazi/README.md b/mac/.config/yazi/flavors.bak/catppuccin-macchiato.yazi/README.md deleted file mode 100644 index 752908c..0000000 --- a/mac/.config/yazi/flavors.bak/catppuccin-macchiato.yazi/README.md +++ /dev/null @@ -1,36 +0,0 @@ -<div align="center"> - <img src="https://github.com/sxyazi/yazi/blob/main/assets/logo.png?raw=true" alt="Yazi logo" width="20%"> -</div> - -<h3 align="center"> - Catppuccin Macchiato Flavor for <a href="https://github.com/sxyazi/yazi">Yazi</a> -</h3> - -## ๐ Preview - -<img src="preview.png" width="600" /> - -## ๐จ Installation - -```sh -ya pkg add yazi-rs/flavors:catppuccin-macchiato -``` - -## โ๏ธ Usage - -Set the content of your `theme.toml` to enable it as your _dark_ flavor: - -```toml -[flavor] -dark = "catppuccin-macchiato" -``` - -Make sure your `theme.toml` doesn't contain anything other than `[flavor]`, unless you want to override certain styles of this flavor. - -See the [Yazi flavor documentation](https://yazi-rs.github.io/docs/flavors/overview) for more details. - -## ๐ License - -The flavor is MIT-licensed, and the included tmTheme is also MIT-licensed. - -Check the [LICENSE](LICENSE) and [LICENSE-tmtheme](LICENSE-tmtheme) file for more details. diff --git a/mac/.config/yazi/flavors.bak/catppuccin-macchiato.yazi/flavor.toml b/mac/.config/yazi/flavors.bak/catppuccin-macchiato.yazi/flavor.toml deleted file mode 100644 index 9d3042f..0000000 --- a/mac/.config/yazi/flavors.bak/catppuccin-macchiato.yazi/flavor.toml +++ /dev/null @@ -1,189 +0,0 @@ -# vim:fileencoding=utf-8:foldmethod=marker - -# : Manager {{{ - -[mgr] -cwd = { fg = "#8bd5ca" } - -# Hovered -hovered = { reversed = true } -preview_hovered = { underline = true } - -# Find -find_keyword = { fg = "#eed49f", bold = true, italic = true, underline = true } -find_position = { fg = "#f5bde6", bg = "reset", bold = true, italic = true } - -# Marker -marker_copied = { fg = "#a6da95", bg = "#a6da95" } -marker_cut = { fg = "#ed8796", bg = "#ed8796" } -marker_marked = { fg = "#8bd5ca", bg = "#8bd5ca" } -marker_selected = { fg = "#eed49f", bg = "#eed49f" } - -# Count -count_copied = { fg = "#24273a", bg = "#a6da95" } -count_cut = { fg = "#24273a", bg = "#ed8796" } -count_selected = { fg = "#24273a", bg = "#eed49f" } - -# Border -border_symbol = "โ" -border_style = { fg = "#8087a2" } - -# : }}} - - -# : Tabs {{{ - -[tabs] -active = { fg = "#24273a", bg = "#8aadf4", bold = true } -inactive = { fg = "#8aadf4", bg = "#363a4f" } - -# : }}} - - -# : Mode {{{ - -[mode] - -normal_main = { fg = "#24273a", bg = "#8aadf4", bold = true } -normal_alt = { fg = "#8aadf4", bg = "#363a4f" } - -# Select mode -select_main = { fg = "#24273a", bg = "#8bd5ca", bold = true } -select_alt = { fg = "#8bd5ca", bg = "#363a4f" } - -# Unset mode -unset_main = { fg = "#24273a", bg = "#f0c6c6", bold = true } -unset_alt = { fg = "#f0c6c6", bg = "#363a4f" } - -# : }}} - - -# : Status bar {{{ - -[status] -# Permissions -perm_sep = { fg = "#8087a2" } -perm_type = { fg = "#8aadf4" } -perm_read = { fg = "#eed49f" } -perm_write = { fg = "#ed8796" } -perm_exec = { fg = "#a6da95" } - -# Progress -progress_label = { fg = "#ffffff", bold = true } -progress_normal = { fg = "#8aadf4", bg = "#494d64" } -progress_error = { fg = "#8aadf4", bg = "#ed8796" } - -# : }}} - - -# : Pick {{{ - -[pick] -border = { fg = "#8aadf4" } -active = { fg = "#f5bde6", bold = true } -inactive = {} - -# : }}} - - -# : Input {{{ - -[input] -border = { fg = "#8aadf4" } -title = {} -value = {} -selected = { reversed = true } - -# : }}} - - -# : Completion {{{ - -[cmp] -border = { fg = "#8aadf4" } - -# : }}} - - -# : Tasks {{{ - -[tasks] -border = { fg = "#8aadf4" } -title = {} -hovered = { fg = "#f5bde6", bold = true } - -# : }}} - - -# : Which {{{ - -[which] -mask = { bg = "#363a4f" } -cand = { fg = "#8bd5ca" } -rest = { fg = "#939ab7" } -desc = { fg = "#f5bde6" } -separator = " ๎ช " -separator_style = { fg = "#5b6078" } - -# : }}} - - -# : Help {{{ - -[help] -on = { fg = "#8bd5ca" } -run = { fg = "#f5bde6" } -hovered = { reversed = true, bold = true } -footer = { fg = "#363a4f", bg = "#cad3f5" } - -# : }}} - - -# : Spotter {{{ - -[spot] -border = { fg = "#8aadf4" } -title = { fg = "#8aadf4" } -tbl_col = { fg = "#8bd5ca" } -tbl_cell = { fg = "#f5bde6", bg = "#494d64" } - -# : }}} - - -# : Notification {{{ - -[notify] -title_info = { fg = "#a6da95" } -title_warn = { fg = "#eed49f" } -title_error = { fg = "#ed8796" } - -# : }}} - - -# : File-specific styles {{{ - -[filetype] - -rules = [ - # Images - { mime = "image/*", fg = "#8bd5ca" }, - - # Media - { mime = "{audio,video}/*", fg = "#eed49f" }, - - # Archives - { mime = "application/{zip,rar,7z*,tar,gzip,xz,zstd,bzip*,lzma,compress,archive,cpio,arj,xar,ms-cab*}", fg = "#f5bde6" }, - - # Documents - { mime = "application/{pdf,doc,rtf}", fg = "#a6da95" }, - - # Fallback - { url = "*", fg = "#cad3f5" }, - { url = "*/", fg = "#8aadf4" }, - - # TODO: remove - { name = "*", fg = "#cad3f5" }, - { name = "*/", fg = "#8aadf4" } -] - -# : }}} diff --git a/mac/.config/yazi/flavors.bak/catppuccin-macchiato.yazi/preview.png b/mac/.config/yazi/flavors.bak/catppuccin-macchiato.yazi/preview.png Binary files differdeleted file mode 100644 index a200463..0000000 --- a/mac/.config/yazi/flavors.bak/catppuccin-macchiato.yazi/preview.png +++ /dev/null diff --git a/mac/.config/yazi/flavors.bak/catppuccin-macchiato.yazi/tmtheme.xml b/mac/.config/yazi/flavors.bak/catppuccin-macchiato.yazi/tmtheme.xml deleted file mode 100644 index 8f21312..0000000 --- a/mac/.config/yazi/flavors.bak/catppuccin-macchiato.yazi/tmtheme.xml +++ /dev/null @@ -1,2112 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> -<plist version="1.0"> - <dict> - <key>name</key> - <string>Catppuccin Macchiato</string> - <key>semanticClass</key> - <string>theme.dark.catppuccin-macchiato</string> - <key>uuid</key> - <string>02b2bdf3-9eb7-4396-bf04-f17f1468f99f</string> - <key>author</key> - <string>Catppuccin Org</string> - <key>colorSpaceName</key> - <string>sRGB</string> - <key>settings</key> - <array> - <dict> - <key>settings</key> - <dict> - <key>background</key> - <string>#24273a</string> - <key>foreground</key> - <string>#cad3f5</string> - <key>caret</key> - <string>#f4dbd6</string> - <key>lineHighlight</key> - <string>#363a4f</string> - <key>misspelling</key> - <string>#ed8796</string> - <key>accent</key> - <string>#c6a0f6</string> - <key>selection</key> - <string>#939ab740</string> - <key>activeGuide</key> - <string>#494d64</string> - <key>findHighlight</key> - <string>#455c6d</string> - <key>gutterForeground</key> - <string>#8087a2</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Basic text & variable names (incl. leading punctuation)</string> - <key>scope</key> - <string>text, source, variable.other.readwrite, punctuation.definition.variable</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#cad3f5</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Parentheses, Brackets, Braces</string> - <key>scope</key> - <string>punctuation</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#939ab7</string> - <key>fontStyle</key> - <string/> - </dict> - </dict> - <dict> - <key>name</key> - <string>Comments</string> - <key>scope</key> - <string>comment, punctuation.definition.comment</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#939ab7</string> - <key>fontStyle</key> - <string>italic</string> - </dict> - </dict> - <dict> - <key>scope</key> - <string>string, punctuation.definition.string</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#a6da95</string> - </dict> - </dict> - <dict> - <key>scope</key> - <string>constant.character.escape</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#f5bde6</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Booleans, constants, numbers</string> - <key>scope</key> - <string>constant.numeric, variable.other.constant, entity.name.constant, constant.language.boolean, constant.language.false, constant.language.true, keyword.other.unit.user-defined, keyword.other.unit.suffix.floating-point</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#f5a97f</string> - </dict> - </dict> - <dict> - <key>scope</key> - <string>keyword, keyword.operator.word, keyword.operator.new, variable.language.super, support.type.primitive, storage.type, storage.modifier, punctuation.definition.keyword</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#c6a0f6</string> - <key>fontStyle</key> - <string/> - </dict> - </dict> - <dict> - <key>scope</key> - <string>entity.name.tag.documentation</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#c6a0f6</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Punctuation</string> - <key>scope</key> - <string>keyword.operator, punctuation.accessor, punctuation.definition.generic, meta.function.closure punctuation.section.parameters, punctuation.definition.tag, punctuation.separator.key-value</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#8bd5ca</string> - </dict> - </dict> - <dict> - <key>scope</key> - <string>entity.name.function, meta.function-call.method, support.function, support.function.misc, variable.function</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#8aadf4</string> - <key>fontStyle</key> - <string>italic</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Classes</string> - <key>scope</key> - <string>entity.name.class, entity.other.inherited-class, support.class, meta.function-call.constructor, entity.name.struct</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#eed49f</string> - <key>fontStyle</key> - <string>italic</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Enum</string> - <key>scope</key> - <string>entity.name.enum</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#eed49f</string> - <key>fontStyle</key> - <string>italic</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Enum member</string> - <key>scope</key> - <string>meta.enum variable.other.readwrite, variable.other.enummember</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#8bd5ca</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Object properties</string> - <key>scope</key> - <string>meta.property.object</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#8bd5ca</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Types</string> - <key>scope</key> - <string>meta.type, meta.type-alias, support.type, entity.name.type</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#eed49f</string> - <key>fontStyle</key> - <string>italic</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Decorators</string> - <key>scope</key> - <string>meta.annotation variable.function, meta.annotation variable.annotation.function, meta.annotation punctuation.definition.annotation, meta.decorator, punctuation.decorator</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#f5a97f</string> - </dict> - </dict> - <dict> - <key>scope</key> - <string>variable.parameter, meta.function.parameters</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#ee99a0</string> - <key>fontStyle</key> - <string>italic</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Built-ins</string> - <key>scope</key> - <string>constant.language, support.function.builtin</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#ed8796</string> - </dict> - </dict> - <dict> - <key>scope</key> - <string>entity.other.attribute-name.documentation</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#ed8796</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Preprocessor directives</string> - <key>scope</key> - <string>keyword.control.directive, punctuation.definition.directive</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#eed49f</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Type parameters</string> - <key>scope</key> - <string>punctuation.definition.typeparameters</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#91d7e3</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Namespaces</string> - <key>scope</key> - <string>entity.name.namespace</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#eed49f</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Property names (left hand assignments in json/yaml/css)</string> - <key>scope</key> - <string>support.type.property-name.css</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#8aadf4</string> - <key>fontStyle</key> - <string/> - </dict> - </dict> - <dict> - <key>name</key> - <string>This/Self keyword</string> - <key>scope</key> - <string>variable.language.this, variable.language.this punctuation.definition.variable</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#ed8796</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Object properties</string> - <key>scope</key> - <string>variable.object.property</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#cad3f5</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>String template interpolation</string> - <key>scope</key> - <string>string.template variable, string variable</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#cad3f5</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>`new` as bold</string> - <key>scope</key> - <string>keyword.operator.new</string> - <key>settings</key> - <dict> - <key>fontStyle</key> - <string>bold</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>C++ extern keyword</string> - <key>scope</key> - <string>storage.modifier.specifier.extern.cpp</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#c6a0f6</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>C++ scope resolution</string> - <key>scope</key> - <string>entity.name.scope-resolution.template.call.cpp, entity.name.scope-resolution.parameter.cpp, entity.name.scope-resolution.cpp, entity.name.scope-resolution.function.definition.cpp</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#eed49f</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>C++ doc keywords</string> - <key>scope</key> - <string>storage.type.class.doxygen</string> - <key>settings</key> - <dict> - <key>fontStyle</key> - <string/> - </dict> - </dict> - <dict> - <key>name</key> - <string>C++ operators</string> - <key>scope</key> - <string>storage.modifier.reference.cpp</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#8bd5ca</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>C# Interpolated Strings</string> - <key>scope</key> - <string>meta.interpolation.cs</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#cad3f5</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>C# xml-style docs</string> - <key>scope</key> - <string>comment.block.documentation.cs</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#cad3f5</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Classes, reflecting the className color in JSX</string> - <key>scope</key> - <string>source.css entity.other.attribute-name.class.css, entity.other.attribute-name.parent-selector.css punctuation.definition.entity.css</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#eed49f</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Operators</string> - <key>scope</key> - <string>punctuation.separator.operator.css</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#8bd5ca</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Pseudo classes</string> - <key>scope</key> - <string>source.css entity.other.attribute-name.pseudo-class</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#8bd5ca</string> - </dict> - </dict> - <dict> - <key>scope</key> - <string>source.css constant.other.unicode-range</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#f5a97f</string> - </dict> - </dict> - <dict> - <key>scope</key> - <string>source.css variable.parameter.url</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#a6da95</string> - <key>fontStyle</key> - <string/> - </dict> - </dict> - <dict> - <key>name</key> - <string>CSS vendored property names</string> - <key>scope</key> - <string>support.type.vendored.property-name</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#91d7e3</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Less/SCSS right-hand variables (@/$-prefixed)</string> - <key>scope</key> - <string>source.css meta.property-value variable, source.css meta.property-value variable.other.less, source.css meta.property-value variable.other.less punctuation.definition.variable.less, meta.definition.variable.scss</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#ee99a0</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>CSS variables (--prefixed)</string> - <key>scope</key> - <string>source.css meta.property-list variable, meta.property-list variable.other.less, meta.property-list variable.other.less punctuation.definition.variable.less</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#8aadf4</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>CSS Percentage values, styled the same as numbers</string> - <key>scope</key> - <string>keyword.other.unit.percentage.css</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#f5a97f</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>CSS Attribute selectors, styled the same as strings</string> - <key>scope</key> - <string>source.css meta.attribute-selector</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#a6da95</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>JSON/YAML keys, other left-hand assignments</string> - <key>scope</key> - <string>keyword.other.definition.ini, punctuation.support.type.property-name.json, support.type.property-name.json, punctuation.support.type.property-name.toml, support.type.property-name.toml, entity.name.tag.yaml, punctuation.support.type.property-name.yaml, support.type.property-name.yaml</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#8aadf4</string> - <key>fontStyle</key> - <string/> - </dict> - </dict> - <dict> - <key>name</key> - <string>JSON/YAML constants</string> - <key>scope</key> - <string>constant.language.json, constant.language.yaml</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#f5a97f</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>YAML anchors</string> - <key>scope</key> - <string>entity.name.type.anchor.yaml, variable.other.alias.yaml</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#eed49f</string> - <key>fontStyle</key> - <string/> - </dict> - </dict> - <dict> - <key>name</key> - <string>TOML tables / ini groups</string> - <key>scope</key> - <string>support.type.property-name.table, entity.name.section.group-title.ini</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#eed49f</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>TOML dates</string> - <key>scope</key> - <string>constant.other.time.datetime.offset.toml</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#f5bde6</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>YAML anchor puctuation</string> - <key>scope</key> - <string>punctuation.definition.anchor.yaml, punctuation.definition.alias.yaml</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#f5bde6</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>YAML triple dashes</string> - <key>scope</key> - <string>entity.other.document.begin.yaml</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#f5bde6</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Markup Diff</string> - <key>scope</key> - <string>markup.changed.diff</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#f5a97f</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Diff</string> - <key>scope</key> - <string>meta.diff.header.from-file, meta.diff.header.to-file, punctuation.definition.from-file.diff, punctuation.definition.to-file.diff</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#8aadf4</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Diff Inserted</string> - <key>scope</key> - <string>markup.inserted.diff</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#a6da95</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Diff Deleted</string> - <key>scope</key> - <string>markup.deleted.diff</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#ed8796</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>dotenv left-hand side assignments</string> - <key>scope</key> - <string>variable.other.env</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#8aadf4</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>dotenv reference to existing env variable</string> - <key>scope</key> - <string>string.quoted variable.other.env</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#cad3f5</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>GDScript functions</string> - <key>scope</key> - <string>support.function.builtin.gdscript</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#8aadf4</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>GDScript constants</string> - <key>scope</key> - <string>constant.language.gdscript</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#f5a97f</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Comment keywords</string> - <key>scope</key> - <string>comment meta.annotation.go</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#ee99a0</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>go:embed, go:build, etc.</string> - <key>scope</key> - <string>comment meta.annotation.parameters.go</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#f5a97f</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Go constants (nil, true, false)</string> - <key>scope</key> - <string>constant.language.go</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#f5a97f</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>GraphQL variables</string> - <key>scope</key> - <string>variable.graphql</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#cad3f5</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>GraphQL aliases</string> - <key>scope</key> - <string>string.unquoted.alias.graphql</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#f0c6c6</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>GraphQL enum members</string> - <key>scope</key> - <string>constant.character.enum.graphql</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#8bd5ca</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>GraphQL field in types</string> - <key>scope</key> - <string>meta.objectvalues.graphql constant.object.key.graphql string.unquoted.graphql</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#f0c6c6</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>HTML/XML DOCTYPE as keyword</string> - <key>scope</key> - <string>keyword.other.doctype, meta.tag.sgml.doctype punctuation.definition.tag, meta.tag.metadata.doctype entity.name.tag, meta.tag.metadata.doctype punctuation.definition.tag</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#c6a0f6</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>HTML/XML-like <tags/></string> - <key>scope</key> - <string>entity.name.tag</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#8aadf4</string> - <key>fontStyle</key> - <string/> - </dict> - </dict> - <dict> - <key>name</key> - <string>Special characters like &amp;</string> - <key>scope</key> - <string>text.html constant.character.entity, text.html constant.character.entity punctuation, constant.character.entity.xml, constant.character.entity.xml punctuation, constant.character.entity.js.jsx, constant.charactger.entity.js.jsx punctuation, constant.character.entity.tsx, constant.character.entity.tsx punctuation</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#ed8796</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>HTML/XML tag attribute values</string> - <key>scope</key> - <string>entity.other.attribute-name</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#eed49f</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Components</string> - <key>scope</key> - <string>support.class.component, support.class.component.jsx, support.class.component.tsx, support.class.component.vue</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#f5bde6</string> - <key>fontStyle</key> - <string/> - </dict> - </dict> - <dict> - <key>name</key> - <string>Annotations</string> - <key>scope</key> - <string>punctuation.definition.annotation, storage.type.annotation</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#f5a97f</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Java enums</string> - <key>scope</key> - <string>constant.other.enum.java</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#8bd5ca</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Java imports</string> - <key>scope</key> - <string>storage.modifier.import.java</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#cad3f5</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Javadoc</string> - <key>scope</key> - <string>comment.block.javadoc.java keyword.other.documentation.javadoc.java</string> - <key>settings</key> - <dict> - <key>fontStyle</key> - <string/> - </dict> - </dict> - <dict> - <key>name</key> - <string>Exported Variable</string> - <key>scope</key> - <string>meta.export variable.other.readwrite.js</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#ee99a0</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>JS/TS constants & properties</string> - <key>scope</key> - <string>variable.other.constant.js, variable.other.constant.ts, variable.other.property.js, variable.other.property.ts</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#cad3f5</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>JSDoc; these are mainly params, so styled as such</string> - <key>scope</key> - <string>variable.other.jsdoc, comment.block.documentation variable.other</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#ee99a0</string> - <key>fontStyle</key> - <string/> - </dict> - </dict> - <dict> - <key>name</key> - <string>JSDoc keywords</string> - <key>scope</key> - <string>storage.type.class.jsdoc</string> - <key>settings</key> - <dict> - <key>fontStyle</key> - <string/> - </dict> - </dict> - <dict> - <key>scope</key> - <string>support.type.object.console.js</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#cad3f5</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Node constants as keywords (module, etc.)</string> - <key>scope</key> - <string>support.constant.node, support.type.object.module.js</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#c6a0f6</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>implements as keyword</string> - <key>scope</key> - <string>storage.modifier.implements</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#c6a0f6</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Builtin types</string> - <key>scope</key> - <string>constant.language.null.js, constant.language.null.ts, constant.language.undefined.js, constant.language.undefined.ts, support.type.builtin.ts</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#c6a0f6</string> - </dict> - </dict> - <dict> - <key>scope</key> - <string>variable.parameter.generic</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#eed49f</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Arrow functions</string> - <key>scope</key> - <string>keyword.declaration.function.arrow.js, storage.type.function.arrow.ts</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#8bd5ca</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Decorator punctuations (decorators inherit from blue functions, instead of styleguide peach)</string> - <key>scope</key> - <string>punctuation.decorator.ts</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#8aadf4</string> - <key>fontStyle</key> - <string>italic</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Extra JS/TS keywords</string> - <key>scope</key> - <string>keyword.operator.expression.in.js, keyword.operator.expression.in.ts, keyword.operator.expression.infer.ts, keyword.operator.expression.instanceof.js, keyword.operator.expression.instanceof.ts, keyword.operator.expression.is, keyword.operator.expression.keyof.ts, keyword.operator.expression.of.js, keyword.operator.expression.of.ts, keyword.operator.expression.typeof.ts</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#c6a0f6</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Julia macros</string> - <key>scope</key> - <string>support.function.macro.julia</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#8bd5ca</string> - <key>fontStyle</key> - <string>italic</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Julia language constants (true, false)</string> - <key>scope</key> - <string>constant.language.julia</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#f5a97f</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Julia other constants (these seem to be arguments inside arrays)</string> - <key>scope</key> - <string>constant.other.symbol.julia</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#ee99a0</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>LaTeX preamble</string> - <key>scope</key> - <string>text.tex keyword.control.preamble</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#8bd5ca</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>LaTeX be functions</string> - <key>scope</key> - <string>text.tex support.function.be</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#91d7e3</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>LaTeX math</string> - <key>scope</key> - <string>constant.other.general.math.tex</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#f0c6c6</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Liquid Builtin Objects & User Defined Variables</string> - <key>scope</key> - <string>variable.language.liquid</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#f5bde6</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Lua docstring keywords</string> - <key>scope</key> - <string>comment.line.double-dash.documentation.lua storage.type.annotation.lua</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#c6a0f6</string> - <key>fontStyle</key> - <string/> - </dict> - </dict> - <dict> - <key>name</key> - <string>Lua docstring variables</string> - <key>scope</key> - <string>comment.line.double-dash.documentation.lua entity.name.variable.lua, comment.line.double-dash.documentation.lua variable.lua</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#cad3f5</string> - </dict> - </dict> - <dict> - <key>scope</key> - <string>heading.1.markdown punctuation.definition.heading.markdown, heading.1.markdown, heading.1.quarto punctuation.definition.heading.quarto, heading.1.quarto, markup.heading.atx.1.mdx, markup.heading.atx.1.mdx punctuation.definition.heading.mdx, markup.heading.setext.1.markdown, markup.heading.heading-0.asciidoc</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#ed8796</string> - </dict> - </dict> - <dict> - <key>scope</key> - <string>heading.2.markdown punctuation.definition.heading.markdown, heading.2.markdown, heading.2.quarto punctuation.definition.heading.quarto, heading.2.quarto, markup.heading.atx.2.mdx, markup.heading.atx.2.mdx punctuation.definition.heading.mdx, markup.heading.setext.2.markdown, markup.heading.heading-1.asciidoc</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#f5a97f</string> - </dict> - </dict> - <dict> - <key>scope</key> - <string>heading.3.markdown punctuation.definition.heading.markdown, heading.3.markdown, heading.3.quarto punctuation.definition.heading.quarto, heading.3.quarto, markup.heading.atx.3.mdx, markup.heading.atx.3.mdx punctuation.definition.heading.mdx, markup.heading.heading-2.asciidoc</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#eed49f</string> - </dict> - </dict> - <dict> - <key>scope</key> - <string>heading.4.markdown punctuation.definition.heading.markdown, heading.4.markdown, heading.4.quarto punctuation.definition.heading.quarto, heading.4.quarto, markup.heading.atx.4.mdx, markup.heading.atx.4.mdx punctuation.definition.heading.mdx, markup.heading.heading-3.asciidoc</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#a6da95</string> - </dict> - </dict> - <dict> - <key>scope</key> - <string>heading.5.markdown punctuation.definition.heading.markdown, heading.5.markdown, heading.5.quarto punctuation.definition.heading.quarto, heading.5.quarto, markup.heading.atx.5.mdx, markup.heading.atx.5.mdx punctuation.definition.heading.mdx, markup.heading.heading-4.asciidoc</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#7dc4e4</string> - </dict> - </dict> - <dict> - <key>scope</key> - <string>heading.6.markdown punctuation.definition.heading.markdown, heading.6.markdown, heading.6.quarto punctuation.definition.heading.quarto, heading.6.quarto, markup.heading.atx.6.mdx, markup.heading.atx.6.mdx punctuation.definition.heading.mdx, markup.heading.heading-5.asciidoc</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#b7bdf8</string> - </dict> - </dict> - <dict> - <key>scope</key> - <string>markup.bold</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#ed8796</string> - <key>fontStyle</key> - <string>bold</string> - </dict> - </dict> - <dict> - <key>scope</key> - <string>markup.italic</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#ed8796</string> - <key>fontStyle</key> - <string>italic</string> - </dict> - </dict> - <dict> - <key>scope</key> - <string>markup.strikethrough</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#a5adcb</string> - <key>fontStyle</key> - <string>strikethrough</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Markdown auto links</string> - <key>scope</key> - <string>punctuation.definition.link, markup.underline.link</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#8aadf4</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Markdown links</string> - <key>scope</key> - <string>text.html.markdown punctuation.definition.link.title, text.html.quarto punctuation.definition.link.title, string.other.link.title.markdown, string.other.link.title.quarto, markup.link, punctuation.definition.constant.markdown, punctuation.definition.constant.quarto, constant.other.reference.link.markdown, constant.other.reference.link.quarto, markup.substitution.attribute-reference</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#b7bdf8</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Markdown code spans</string> - <key>scope</key> - <string>punctuation.definition.raw.markdown, punctuation.definition.raw.quarto, markup.inline.raw.string.markdown, markup.inline.raw.string.quarto, markup.raw.block.markdown, markup.raw.block.quarto</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#a6da95</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Markdown triple backtick language identifier</string> - <key>scope</key> - <string>fenced_code.block.language</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#91d7e3</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Markdown triple backticks</string> - <key>scope</key> - <string>markup.fenced_code.block punctuation.definition, markup.raw support.asciidoc</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#939ab7</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Markdown quotes</string> - <key>scope</key> - <string>markup.quote, punctuation.definition.quote.begin</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#f5bde6</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Markdown separators</string> - <key>scope</key> - <string>meta.separator.markdown</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#8bd5ca</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Markdown list bullets</string> - <key>scope</key> - <string>punctuation.definition.list.begin.markdown, punctuation.definition.list.begin.quarto, markup.list.bullet</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#8bd5ca</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Quarto headings</string> - <key>scope</key> - <string>markup.heading.quarto</string> - <key>settings</key> - <dict> - <key>fontStyle</key> - <string>bold</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Nix attribute names</string> - <key>scope</key> - <string>entity.other.attribute-name.multipart.nix, entity.other.attribute-name.single.nix</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#8aadf4</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Nix parameter names</string> - <key>scope</key> - <string>variable.parameter.name.nix</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#cad3f5</string> - <key>fontStyle</key> - <string/> - </dict> - </dict> - <dict> - <key>name</key> - <string>Nix interpolated parameter names</string> - <key>scope</key> - <string>meta.embedded variable.parameter.name.nix</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#b7bdf8</string> - <key>fontStyle</key> - <string/> - </dict> - </dict> - <dict> - <key>name</key> - <string>Nix paths</string> - <key>scope</key> - <string>string.unquoted.path.nix</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#f5bde6</string> - <key>fontStyle</key> - <string/> - </dict> - </dict> - <dict> - <key>name</key> - <string>PHP Attributes</string> - <key>scope</key> - <string>support.attribute.builtin, meta.attribute.php</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#eed49f</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>PHP Parameters (needed for the leading dollar sign)</string> - <key>scope</key> - <string>meta.function.parameters.php punctuation.definition.variable.php</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#ee99a0</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>PHP Constants (null, __FILE__, etc.)</string> - <key>scope</key> - <string>constant.language.php</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#c6a0f6</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>PHP functions</string> - <key>scope</key> - <string>text.html.php support.function</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#91d7e3</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>PHPdoc keywords</string> - <key>scope</key> - <string>keyword.other.phpdoc.php</string> - <key>settings</key> - <dict> - <key>fontStyle</key> - <string/> - </dict> - </dict> - <dict> - <key>name</key> - <string>Python argument functions reset to text, otherwise they inherit blue from function-call</string> - <key>scope</key> - <string>support.variable.magic.python, meta.function-call.arguments.python</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#cad3f5</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Python double underscore functions</string> - <key>scope</key> - <string>support.function.magic.python</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#91d7e3</string> - <key>fontStyle</key> - <string>italic</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Python `self` keyword</string> - <key>scope</key> - <string>variable.parameter.function.language.special.self.python, variable.language.special.self.python</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#ed8796</string> - <key>fontStyle</key> - <string>italic</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>python keyword flow/logical (for ... in)</string> - <key>scope</key> - <string>keyword.control.flow.python, keyword.operator.logical.python</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#c6a0f6</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>python storage type</string> - <key>scope</key> - <string>storage.type.function.python</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#c6a0f6</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>python function support</string> - <key>scope</key> - <string>support.token.decorator.python, meta.function.decorator.identifier.python</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#91d7e3</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>python function calls</string> - <key>scope</key> - <string>meta.function-call.python</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#8aadf4</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>python function decorators</string> - <key>scope</key> - <string>entity.name.function.decorator.python, punctuation.definition.decorator.python</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#f5a97f</string> - <key>fontStyle</key> - <string>italic</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>python placeholder reset to normal string</string> - <key>scope</key> - <string>constant.character.format.placeholder.other.python</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#f5bde6</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Python exception & builtins such as exit()</string> - <key>scope</key> - <string>support.type.exception.python, support.function.builtin.python</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#f5a97f</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>entity.name.type</string> - <key>scope</key> - <string>support.type.python</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#c6a0f6</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>python constants (True/False)</string> - <key>scope</key> - <string>constant.language.python</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#f5a97f</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Arguments accessed later in the function body</string> - <key>scope</key> - <string>meta.indexed-name.python, meta.item-access.python</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#ee99a0</string> - <key>fontStyle</key> - <string>italic</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Python f-strings/binary/unicode storage types</string> - <key>scope</key> - <string>storage.type.string.python</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#a6da95</string> - <key>fontStyle</key> - <string>italic</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Python type hints</string> - <key>scope</key> - <string>meta.function.parameters.python</string> - <key>settings</key> - <dict> - <key>fontStyle</key> - <string/> - </dict> - </dict> - <dict> - <key>name</key> - <string>Regex string begin/end in JS/TS</string> - <key>scope</key> - <string>string.regexp punctuation.definition.string.begin, string.regexp punctuation.definition.string.end</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#f5bde6</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Regex anchors (^, $)</string> - <key>scope</key> - <string>keyword.control.anchor.regexp</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#c6a0f6</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Regex regular string match</string> - <key>scope</key> - <string>string.regexp.ts</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#cad3f5</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Regex group parenthesis & backreference (\1, \2, \3, ...)</string> - <key>scope</key> - <string>punctuation.definition.group.regexp, keyword.other.back-reference.regexp</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#a6da95</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Regex character class []</string> - <key>scope</key> - <string>punctuation.definition.character-class.regexp</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#eed49f</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Regex character classes (\d, \w, \s)</string> - <key>scope</key> - <string>constant.other.character-class.regexp</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#f5bde6</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Regex range</string> - <key>scope</key> - <string>constant.other.character-class.range.regexp</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#f4dbd6</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Regex quantifier</string> - <key>scope</key> - <string>keyword.operator.quantifier.regexp</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#8bd5ca</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Regex constant/numeric</string> - <key>scope</key> - <string>constant.character.numeric.regexp</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#f5a97f</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Regex lookaheads, negative lookaheads, lookbehinds, negative lookbehinds</string> - <key>scope</key> - <string>punctuation.definition.group.no-capture.regexp, meta.assertion.look-ahead.regexp, meta.assertion.negative-look-ahead.regexp</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#8aadf4</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Rust attribute</string> - <key>scope</key> - <string>meta.annotation.rust, meta.annotation.rust punctuation, meta.attribute.rust, punctuation.definition.attribute.rust</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#eed49f</string> - <key>fontStyle</key> - <string>italic</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Rust attribute strings</string> - <key>scope</key> - <string>meta.attribute.rust string.quoted.double.rust, meta.attribute.rust string.quoted.single.char.rust</string> - <key>settings</key> - <dict> - <key>fontStyle</key> - <string/> - </dict> - </dict> - <dict> - <key>name</key> - <string>Rust keyword</string> - <key>scope</key> - <string>entity.name.function.macro.rules.rust, storage.type.module.rust, storage.modifier.rust, storage.type.struct.rust, storage.type.enum.rust, storage.type.trait.rust, storage.type.union.rust, storage.type.impl.rust, storage.type.rust, storage.type.function.rust, storage.type.type.rust</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#c6a0f6</string> - <key>fontStyle</key> - <string/> - </dict> - </dict> - <dict> - <key>name</key> - <string>Rust u/i32, u/i64, etc.</string> - <key>scope</key> - <string>entity.name.type.numeric.rust</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#c6a0f6</string> - <key>fontStyle</key> - <string/> - </dict> - </dict> - <dict> - <key>name</key> - <string>Rust generic</string> - <key>scope</key> - <string>meta.generic.rust</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#f5a97f</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Rust impl</string> - <key>scope</key> - <string>entity.name.impl.rust</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#eed49f</string> - <key>fontStyle</key> - <string>italic</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Rust module</string> - <key>scope</key> - <string>entity.name.module.rust</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#f5a97f</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Rust trait</string> - <key>scope</key> - <string>entity.name.trait.rust</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#eed49f</string> - <key>fontStyle</key> - <string>italic</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Rust struct</string> - <key>scope</key> - <string>storage.type.source.rust</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#eed49f</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Rust union</string> - <key>scope</key> - <string>entity.name.union.rust</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#eed49f</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Rust enum member</string> - <key>scope</key> - <string>meta.enum.rust storage.type.source.rust</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#8bd5ca</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Rust macro</string> - <key>scope</key> - <string>support.macro.rust, meta.macro.rust support.function.rust, entity.name.function.macro.rust</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#8aadf4</string> - <key>fontStyle</key> - <string>italic</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Rust lifetime</string> - <key>scope</key> - <string>storage.modifier.lifetime.rust, entity.name.type.lifetime</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#8aadf4</string> - <key>fontStyle</key> - <string>italic</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Rust string formatting</string> - <key>scope</key> - <string>string.quoted.double.rust constant.other.placeholder.rust</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#f5bde6</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Rust return type generic</string> - <key>scope</key> - <string>meta.function.return-type.rust meta.generic.rust storage.type.rust</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#cad3f5</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Rust functions</string> - <key>scope</key> - <string>meta.function.call.rust</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#8aadf4</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Rust angle brackets</string> - <key>scope</key> - <string>punctuation.brackets.angle.rust</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#91d7e3</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Rust constants</string> - <key>scope</key> - <string>constant.other.caps.rust</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#f5a97f</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Rust function parameters</string> - <key>scope</key> - <string>meta.function.definition.rust variable.other.rust</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#ee99a0</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Rust closure variables</string> - <key>scope</key> - <string>meta.function.call.rust variable.other.rust</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#cad3f5</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Rust self</string> - <key>scope</key> - <string>variable.language.self.rust</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#ed8796</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Rust metavariable names</string> - <key>scope</key> - <string>variable.other.metavariable.name.rust, meta.macro.metavariable.rust keyword.operator.macro.dollar.rust</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#f5bde6</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Shell shebang</string> - <key>scope</key> - <string>comment.line.shebang, comment.line.shebang punctuation.definition.comment, comment.line.shebang, punctuation.definition.comment.shebang.shell, meta.shebang.shell</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#f5bde6</string> - <key>fontStyle</key> - <string>italic</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Shell shebang command</string> - <key>scope</key> - <string>comment.line.shebang constant.language</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#8bd5ca</string> - <key>fontStyle</key> - <string>italic</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Shell interpolated command</string> - <key>scope</key> - <string>meta.function-call.arguments.shell punctuation.definition.variable.shell, meta.function-call.arguments.shell punctuation.section.interpolation, meta.function-call.arguments.shell punctuation.definition.variable.shell, meta.function-call.arguments.shell punctuation.section.interpolation</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#ed8796</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Shell interpolated command variable</string> - <key>scope</key> - <string>meta.string meta.interpolation.parameter.shell variable.other.readwrite</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#f5a97f</string> - <key>fontStyle</key> - <string>italic</string> - </dict> - </dict> - <dict> - <key>scope</key> - <string>source.shell punctuation.section.interpolation, punctuation.definition.evaluation.backticks.shell</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#8bd5ca</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Shell EOF</string> - <key>scope</key> - <string>entity.name.tag.heredoc.shell</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#c6a0f6</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Shell quoted variable</string> - <key>scope</key> - <string>string.quoted.double.shell variable.other.normal.shell</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#cad3f5</string> - </dict> - </dict> - <dict> - <key>scope</key> - <string>markup.heading.typst</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#ed8796</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>JSON Keys</string> - <key>scope</key> - <string>source.json meta.mapping.key string</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#8aadf4</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>JSON key surrounding quotes</string> - <key>scope</key> - <string>source.json meta.mapping.key punctuation.definition.string.begin, source.json meta.mapping.key punctuation.definition.string.end</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#939ab7</string> - </dict> - </dict> - <dict> - <key>scope</key> - <string>markup.heading.synopsis.man, markup.heading.title.man, markup.heading.other.man, markup.heading.env.man</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#c6a0f6</string> - </dict> - </dict> - <dict> - <key>scope</key> - <string>markup.heading.commands.man</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#8aadf4</string> - </dict> - </dict> - <dict> - <key>scope</key> - <string>markup.heading.env.man</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#f5bde6</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Man page options</string> - <key>scope</key> - <string>entity.name</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#8bd5ca</string> - </dict> - </dict> - <dict> - <key>scope</key> - <string>markup.heading.1.markdown</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#ed8796</string> - </dict> - </dict> - <dict> - <key>scope</key> - <string>markup.heading.2.markdown</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#f5a97f</string> - </dict> - </dict> - <dict> - <key>scope</key> - <string>markup.heading.markdown</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#eed49f</string> - </dict> - </dict> - </array> - </dict> -</plist>
\ No newline at end of file diff --git a/mac/.config/yazi/flavors.bak/catppuccin-mocha.yazi/LICENSE b/mac/.config/yazi/flavors.bak/catppuccin-mocha.yazi/LICENSE deleted file mode 100644 index fb5b1d6..0000000 --- a/mac/.config/yazi/flavors.bak/catppuccin-mocha.yazi/LICENSE +++ /dev/null @@ -1,21 +0,0 @@ -MIT License - -Copyright (c) 2023 yazi-rs - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. diff --git a/mac/.config/yazi/flavors.bak/catppuccin-mocha.yazi/LICENSE-tmtheme b/mac/.config/yazi/flavors.bak/catppuccin-mocha.yazi/LICENSE-tmtheme deleted file mode 100644 index 006383b..0000000 --- a/mac/.config/yazi/flavors.bak/catppuccin-mocha.yazi/LICENSE-tmtheme +++ /dev/null @@ -1,21 +0,0 @@ -MIT License - -Copyright (c) 2021 Catppuccin - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. diff --git a/mac/.config/yazi/flavors.bak/catppuccin-mocha.yazi/README.md b/mac/.config/yazi/flavors.bak/catppuccin-mocha.yazi/README.md deleted file mode 100644 index 20840dc..0000000 --- a/mac/.config/yazi/flavors.bak/catppuccin-mocha.yazi/README.md +++ /dev/null @@ -1,36 +0,0 @@ -<div align="center"> - <img src="https://github.com/sxyazi/yazi/blob/main/assets/logo.png?raw=true" alt="Yazi logo" width="20%"> -</div> - -<h3 align="center"> - Catppuccin Mocha Flavor for <a href="https://github.com/sxyazi/yazi">Yazi</a> -</h3> - -## ๐ Preview - -<img src="preview.png" width="600" /> - -## ๐จ Installation - -```sh -ya pkg add yazi-rs/flavors:catppuccin-mocha -``` - -## โ๏ธ Usage - -Set the content of your `theme.toml` to enable it as your _dark_ flavor: - -```toml -[flavor] -dark = "catppuccin-mocha" -``` - -Make sure your `theme.toml` doesn't contain anything other than `[flavor]`, unless you want to override certain styles of this flavor. - -See the [Yazi flavor documentation](https://yazi-rs.github.io/docs/flavors/overview) for more details. - -## ๐ License - -The flavor is MIT-licensed, and the included tmTheme is also MIT-licensed. - -Check the [LICENSE](LICENSE) and [LICENSE-tmtheme](LICENSE-tmtheme) file for more details. diff --git a/mac/.config/yazi/flavors.bak/catppuccin-mocha.yazi/flavor.toml b/mac/.config/yazi/flavors.bak/catppuccin-mocha.yazi/flavor.toml deleted file mode 100644 index 39a3ef5..0000000 --- a/mac/.config/yazi/flavors.bak/catppuccin-mocha.yazi/flavor.toml +++ /dev/null @@ -1,189 +0,0 @@ -# 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 = [ - # Images - { mime = "image/*", fg = "#94e2d5" }, - - # Media - { mime = "{audio,video}/*", fg = "#f9e2af" }, - - # Archives - { mime = "application/{zip,rar,7z*,tar,gzip,xz,zstd,bzip*,lzma,compress,archive,cpio,arj,xar,ms-cab*}", fg = "#f5c2e7" }, - - # Documents - { mime = "application/{pdf,doc,rtf}", fg = "#a6e3a1" }, - - # Fallback - { url = "*", fg = "#cdd6f4" }, - { url = "*/", fg = "#89b4fa" }, - - # TODO: remove - { name = "*", fg = "#cdd6f4" }, - { name = "*/", fg = "#89b4fa" } -] - -# : }}} diff --git a/mac/.config/yazi/flavors.bak/catppuccin-mocha.yazi/preview.png b/mac/.config/yazi/flavors.bak/catppuccin-mocha.yazi/preview.png Binary files differdeleted file mode 100644 index a684ec8..0000000 --- a/mac/.config/yazi/flavors.bak/catppuccin-mocha.yazi/preview.png +++ /dev/null diff --git a/mac/.config/yazi/flavors.bak/catppuccin-mocha.yazi/tmtheme.xml b/mac/.config/yazi/flavors.bak/catppuccin-mocha.yazi/tmtheme.xml deleted file mode 100644 index c7781ce..0000000 --- a/mac/.config/yazi/flavors.bak/catppuccin-mocha.yazi/tmtheme.xml +++ /dev/null @@ -1,2112 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> -<plist version="1.0"> - <dict> - <key>name</key> - <string>Catppuccin Mocha</string> - <key>semanticClass</key> - <string>theme.dark.catppuccin-mocha</string> - <key>uuid</key> - <string>627ce890-fabb-4d39-9819-7be71f4bdca7</string> - <key>author</key> - <string>Catppuccin Org</string> - <key>colorSpaceName</key> - <string>sRGB</string> - <key>settings</key> - <array> - <dict> - <key>settings</key> - <dict> - <key>background</key> - <string>#1e1e2e</string> - <key>foreground</key> - <string>#cdd6f4</string> - <key>caret</key> - <string>#f5e0dc</string> - <key>lineHighlight</key> - <string>#313244</string> - <key>misspelling</key> - <string>#f38ba8</string> - <key>accent</key> - <string>#cba6f7</string> - <key>selection</key> - <string>#9399b240</string> - <key>activeGuide</key> - <string>#45475a</string> - <key>findHighlight</key> - <string>#3e5767</string> - <key>gutterForeground</key> - <string>#7f849c</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Basic text & variable names (incl. leading punctuation)</string> - <key>scope</key> - <string>text, source, variable.other.readwrite, punctuation.definition.variable</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#cdd6f4</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Parentheses, Brackets, Braces</string> - <key>scope</key> - <string>punctuation</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#9399b2</string> - <key>fontStyle</key> - <string/> - </dict> - </dict> - <dict> - <key>name</key> - <string>Comments</string> - <key>scope</key> - <string>comment, punctuation.definition.comment</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#9399b2</string> - <key>fontStyle</key> - <string>italic</string> - </dict> - </dict> - <dict> - <key>scope</key> - <string>string, punctuation.definition.string</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#a6e3a1</string> - </dict> - </dict> - <dict> - <key>scope</key> - <string>constant.character.escape</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#f5c2e7</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Booleans, constants, numbers</string> - <key>scope</key> - <string>constant.numeric, variable.other.constant, entity.name.constant, constant.language.boolean, constant.language.false, constant.language.true, keyword.other.unit.user-defined, keyword.other.unit.suffix.floating-point</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#fab387</string> - </dict> - </dict> - <dict> - <key>scope</key> - <string>keyword, keyword.operator.word, keyword.operator.new, variable.language.super, support.type.primitive, storage.type, storage.modifier, punctuation.definition.keyword</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#cba6f7</string> - <key>fontStyle</key> - <string/> - </dict> - </dict> - <dict> - <key>scope</key> - <string>entity.name.tag.documentation</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#cba6f7</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Punctuation</string> - <key>scope</key> - <string>keyword.operator, punctuation.accessor, punctuation.definition.generic, meta.function.closure punctuation.section.parameters, punctuation.definition.tag, punctuation.separator.key-value</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#94e2d5</string> - </dict> - </dict> - <dict> - <key>scope</key> - <string>entity.name.function, meta.function-call.method, support.function, support.function.misc, variable.function</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#89b4fa</string> - <key>fontStyle</key> - <string>italic</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Classes</string> - <key>scope</key> - <string>entity.name.class, entity.other.inherited-class, support.class, meta.function-call.constructor, entity.name.struct</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#f9e2af</string> - <key>fontStyle</key> - <string>italic</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Enum</string> - <key>scope</key> - <string>entity.name.enum</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#f9e2af</string> - <key>fontStyle</key> - <string>italic</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Enum member</string> - <key>scope</key> - <string>meta.enum variable.other.readwrite, variable.other.enummember</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#94e2d5</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Object properties</string> - <key>scope</key> - <string>meta.property.object</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#94e2d5</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Types</string> - <key>scope</key> - <string>meta.type, meta.type-alias, support.type, entity.name.type</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#f9e2af</string> - <key>fontStyle</key> - <string>italic</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Decorators</string> - <key>scope</key> - <string>meta.annotation variable.function, meta.annotation variable.annotation.function, meta.annotation punctuation.definition.annotation, meta.decorator, punctuation.decorator</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#fab387</string> - </dict> - </dict> - <dict> - <key>scope</key> - <string>variable.parameter, meta.function.parameters</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#eba0ac</string> - <key>fontStyle</key> - <string>italic</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Built-ins</string> - <key>scope</key> - <string>constant.language, support.function.builtin</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#f38ba8</string> - </dict> - </dict> - <dict> - <key>scope</key> - <string>entity.other.attribute-name.documentation</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#f38ba8</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Preprocessor directives</string> - <key>scope</key> - <string>keyword.control.directive, punctuation.definition.directive</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#f9e2af</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Type parameters</string> - <key>scope</key> - <string>punctuation.definition.typeparameters</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#89dceb</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Namespaces</string> - <key>scope</key> - <string>entity.name.namespace</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#f9e2af</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Property names (left hand assignments in json/yaml/css)</string> - <key>scope</key> - <string>support.type.property-name.css</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#89b4fa</string> - <key>fontStyle</key> - <string/> - </dict> - </dict> - <dict> - <key>name</key> - <string>This/Self keyword</string> - <key>scope</key> - <string>variable.language.this, variable.language.this punctuation.definition.variable</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#f38ba8</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Object properties</string> - <key>scope</key> - <string>variable.object.property</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#cdd6f4</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>String template interpolation</string> - <key>scope</key> - <string>string.template variable, string variable</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#cdd6f4</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>`new` as bold</string> - <key>scope</key> - <string>keyword.operator.new</string> - <key>settings</key> - <dict> - <key>fontStyle</key> - <string>bold</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>C++ extern keyword</string> - <key>scope</key> - <string>storage.modifier.specifier.extern.cpp</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#cba6f7</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>C++ scope resolution</string> - <key>scope</key> - <string>entity.name.scope-resolution.template.call.cpp, entity.name.scope-resolution.parameter.cpp, entity.name.scope-resolution.cpp, entity.name.scope-resolution.function.definition.cpp</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#f9e2af</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>C++ doc keywords</string> - <key>scope</key> - <string>storage.type.class.doxygen</string> - <key>settings</key> - <dict> - <key>fontStyle</key> - <string/> - </dict> - </dict> - <dict> - <key>name</key> - <string>C++ operators</string> - <key>scope</key> - <string>storage.modifier.reference.cpp</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#94e2d5</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>C# Interpolated Strings</string> - <key>scope</key> - <string>meta.interpolation.cs</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#cdd6f4</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>C# xml-style docs</string> - <key>scope</key> - <string>comment.block.documentation.cs</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#cdd6f4</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Classes, reflecting the className color in JSX</string> - <key>scope</key> - <string>source.css entity.other.attribute-name.class.css, entity.other.attribute-name.parent-selector.css punctuation.definition.entity.css</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#f9e2af</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Operators</string> - <key>scope</key> - <string>punctuation.separator.operator.css</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#94e2d5</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Pseudo classes</string> - <key>scope</key> - <string>source.css entity.other.attribute-name.pseudo-class</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#94e2d5</string> - </dict> - </dict> - <dict> - <key>scope</key> - <string>source.css constant.other.unicode-range</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#fab387</string> - </dict> - </dict> - <dict> - <key>scope</key> - <string>source.css variable.parameter.url</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#a6e3a1</string> - <key>fontStyle</key> - <string/> - </dict> - </dict> - <dict> - <key>name</key> - <string>CSS vendored property names</string> - <key>scope</key> - <string>support.type.vendored.property-name</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#89dceb</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Less/SCSS right-hand variables (@/$-prefixed)</string> - <key>scope</key> - <string>source.css meta.property-value variable, source.css meta.property-value variable.other.less, source.css meta.property-value variable.other.less punctuation.definition.variable.less, meta.definition.variable.scss</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#eba0ac</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>CSS variables (--prefixed)</string> - <key>scope</key> - <string>source.css meta.property-list variable, meta.property-list variable.other.less, meta.property-list variable.other.less punctuation.definition.variable.less</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#89b4fa</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>CSS Percentage values, styled the same as numbers</string> - <key>scope</key> - <string>keyword.other.unit.percentage.css</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#fab387</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>CSS Attribute selectors, styled the same as strings</string> - <key>scope</key> - <string>source.css meta.attribute-selector</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#a6e3a1</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>JSON/YAML keys, other left-hand assignments</string> - <key>scope</key> - <string>keyword.other.definition.ini, punctuation.support.type.property-name.json, support.type.property-name.json, punctuation.support.type.property-name.toml, support.type.property-name.toml, entity.name.tag.yaml, punctuation.support.type.property-name.yaml, support.type.property-name.yaml</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#89b4fa</string> - <key>fontStyle</key> - <string/> - </dict> - </dict> - <dict> - <key>name</key> - <string>JSON/YAML constants</string> - <key>scope</key> - <string>constant.language.json, constant.language.yaml</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#fab387</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>YAML anchors</string> - <key>scope</key> - <string>entity.name.type.anchor.yaml, variable.other.alias.yaml</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#f9e2af</string> - <key>fontStyle</key> - <string/> - </dict> - </dict> - <dict> - <key>name</key> - <string>TOML tables / ini groups</string> - <key>scope</key> - <string>support.type.property-name.table, entity.name.section.group-title.ini</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#f9e2af</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>TOML dates</string> - <key>scope</key> - <string>constant.other.time.datetime.offset.toml</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#f5c2e7</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>YAML anchor puctuation</string> - <key>scope</key> - <string>punctuation.definition.anchor.yaml, punctuation.definition.alias.yaml</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#f5c2e7</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>YAML triple dashes</string> - <key>scope</key> - <string>entity.other.document.begin.yaml</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#f5c2e7</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Markup Diff</string> - <key>scope</key> - <string>markup.changed.diff</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#fab387</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Diff</string> - <key>scope</key> - <string>meta.diff.header.from-file, meta.diff.header.to-file, punctuation.definition.from-file.diff, punctuation.definition.to-file.diff</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#89b4fa</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Diff Inserted</string> - <key>scope</key> - <string>markup.inserted.diff</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#a6e3a1</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Diff Deleted</string> - <key>scope</key> - <string>markup.deleted.diff</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#f38ba8</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>dotenv left-hand side assignments</string> - <key>scope</key> - <string>variable.other.env</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#89b4fa</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>dotenv reference to existing env variable</string> - <key>scope</key> - <string>string.quoted variable.other.env</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#cdd6f4</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>GDScript functions</string> - <key>scope</key> - <string>support.function.builtin.gdscript</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#89b4fa</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>GDScript constants</string> - <key>scope</key> - <string>constant.language.gdscript</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#fab387</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Comment keywords</string> - <key>scope</key> - <string>comment meta.annotation.go</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#eba0ac</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>go:embed, go:build, etc.</string> - <key>scope</key> - <string>comment meta.annotation.parameters.go</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#fab387</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Go constants (nil, true, false)</string> - <key>scope</key> - <string>constant.language.go</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#fab387</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>GraphQL variables</string> - <key>scope</key> - <string>variable.graphql</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#cdd6f4</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>GraphQL aliases</string> - <key>scope</key> - <string>string.unquoted.alias.graphql</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#f2cdcd</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>GraphQL enum members</string> - <key>scope</key> - <string>constant.character.enum.graphql</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#94e2d5</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>GraphQL field in types</string> - <key>scope</key> - <string>meta.objectvalues.graphql constant.object.key.graphql string.unquoted.graphql</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#f2cdcd</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>HTML/XML DOCTYPE as keyword</string> - <key>scope</key> - <string>keyword.other.doctype, meta.tag.sgml.doctype punctuation.definition.tag, meta.tag.metadata.doctype entity.name.tag, meta.tag.metadata.doctype punctuation.definition.tag</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#cba6f7</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>HTML/XML-like <tags/></string> - <key>scope</key> - <string>entity.name.tag</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#89b4fa</string> - <key>fontStyle</key> - <string/> - </dict> - </dict> - <dict> - <key>name</key> - <string>Special characters like &amp;</string> - <key>scope</key> - <string>text.html constant.character.entity, text.html constant.character.entity punctuation, constant.character.entity.xml, constant.character.entity.xml punctuation, constant.character.entity.js.jsx, constant.charactger.entity.js.jsx punctuation, constant.character.entity.tsx, constant.character.entity.tsx punctuation</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#f38ba8</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>HTML/XML tag attribute values</string> - <key>scope</key> - <string>entity.other.attribute-name</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#f9e2af</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Components</string> - <key>scope</key> - <string>support.class.component, support.class.component.jsx, support.class.component.tsx, support.class.component.vue</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#f5c2e7</string> - <key>fontStyle</key> - <string/> - </dict> - </dict> - <dict> - <key>name</key> - <string>Annotations</string> - <key>scope</key> - <string>punctuation.definition.annotation, storage.type.annotation</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#fab387</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Java enums</string> - <key>scope</key> - <string>constant.other.enum.java</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#94e2d5</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Java imports</string> - <key>scope</key> - <string>storage.modifier.import.java</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#cdd6f4</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Javadoc</string> - <key>scope</key> - <string>comment.block.javadoc.java keyword.other.documentation.javadoc.java</string> - <key>settings</key> - <dict> - <key>fontStyle</key> - <string/> - </dict> - </dict> - <dict> - <key>name</key> - <string>Exported Variable</string> - <key>scope</key> - <string>meta.export variable.other.readwrite.js</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#eba0ac</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>JS/TS constants & properties</string> - <key>scope</key> - <string>variable.other.constant.js, variable.other.constant.ts, variable.other.property.js, variable.other.property.ts</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#cdd6f4</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>JSDoc; these are mainly params, so styled as such</string> - <key>scope</key> - <string>variable.other.jsdoc, comment.block.documentation variable.other</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#eba0ac</string> - <key>fontStyle</key> - <string/> - </dict> - </dict> - <dict> - <key>name</key> - <string>JSDoc keywords</string> - <key>scope</key> - <string>storage.type.class.jsdoc</string> - <key>settings</key> - <dict> - <key>fontStyle</key> - <string/> - </dict> - </dict> - <dict> - <key>scope</key> - <string>support.type.object.console.js</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#cdd6f4</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Node constants as keywords (module, etc.)</string> - <key>scope</key> - <string>support.constant.node, support.type.object.module.js</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#cba6f7</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>implements as keyword</string> - <key>scope</key> - <string>storage.modifier.implements</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#cba6f7</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Builtin types</string> - <key>scope</key> - <string>constant.language.null.js, constant.language.null.ts, constant.language.undefined.js, constant.language.undefined.ts, support.type.builtin.ts</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#cba6f7</string> - </dict> - </dict> - <dict> - <key>scope</key> - <string>variable.parameter.generic</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#f9e2af</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Arrow functions</string> - <key>scope</key> - <string>keyword.declaration.function.arrow.js, storage.type.function.arrow.ts</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#94e2d5</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Decorator punctuations (decorators inherit from blue functions, instead of styleguide peach)</string> - <key>scope</key> - <string>punctuation.decorator.ts</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#89b4fa</string> - <key>fontStyle</key> - <string>italic</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Extra JS/TS keywords</string> - <key>scope</key> - <string>keyword.operator.expression.in.js, keyword.operator.expression.in.ts, keyword.operator.expression.infer.ts, keyword.operator.expression.instanceof.js, keyword.operator.expression.instanceof.ts, keyword.operator.expression.is, keyword.operator.expression.keyof.ts, keyword.operator.expression.of.js, keyword.operator.expression.of.ts, keyword.operator.expression.typeof.ts</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#cba6f7</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Julia macros</string> - <key>scope</key> - <string>support.function.macro.julia</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#94e2d5</string> - <key>fontStyle</key> - <string>italic</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Julia language constants (true, false)</string> - <key>scope</key> - <string>constant.language.julia</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#fab387</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Julia other constants (these seem to be arguments inside arrays)</string> - <key>scope</key> - <string>constant.other.symbol.julia</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#eba0ac</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>LaTeX preamble</string> - <key>scope</key> - <string>text.tex keyword.control.preamble</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#94e2d5</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>LaTeX be functions</string> - <key>scope</key> - <string>text.tex support.function.be</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#89dceb</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>LaTeX math</string> - <key>scope</key> - <string>constant.other.general.math.tex</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#f2cdcd</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Liquid Builtin Objects & User Defined Variables</string> - <key>scope</key> - <string>variable.language.liquid</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#f5c2e7</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Lua docstring keywords</string> - <key>scope</key> - <string>comment.line.double-dash.documentation.lua storage.type.annotation.lua</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#cba6f7</string> - <key>fontStyle</key> - <string/> - </dict> - </dict> - <dict> - <key>name</key> - <string>Lua docstring variables</string> - <key>scope</key> - <string>comment.line.double-dash.documentation.lua entity.name.variable.lua, comment.line.double-dash.documentation.lua variable.lua</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#cdd6f4</string> - </dict> - </dict> - <dict> - <key>scope</key> - <string>heading.1.markdown punctuation.definition.heading.markdown, heading.1.markdown, heading.1.quarto punctuation.definition.heading.quarto, heading.1.quarto, markup.heading.atx.1.mdx, markup.heading.atx.1.mdx punctuation.definition.heading.mdx, markup.heading.setext.1.markdown, markup.heading.heading-0.asciidoc</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#f38ba8</string> - </dict> - </dict> - <dict> - <key>scope</key> - <string>heading.2.markdown punctuation.definition.heading.markdown, heading.2.markdown, heading.2.quarto punctuation.definition.heading.quarto, heading.2.quarto, markup.heading.atx.2.mdx, markup.heading.atx.2.mdx punctuation.definition.heading.mdx, markup.heading.setext.2.markdown, markup.heading.heading-1.asciidoc</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#fab387</string> - </dict> - </dict> - <dict> - <key>scope</key> - <string>heading.3.markdown punctuation.definition.heading.markdown, heading.3.markdown, heading.3.quarto punctuation.definition.heading.quarto, heading.3.quarto, markup.heading.atx.3.mdx, markup.heading.atx.3.mdx punctuation.definition.heading.mdx, markup.heading.heading-2.asciidoc</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#f9e2af</string> - </dict> - </dict> - <dict> - <key>scope</key> - <string>heading.4.markdown punctuation.definition.heading.markdown, heading.4.markdown, heading.4.quarto punctuation.definition.heading.quarto, heading.4.quarto, markup.heading.atx.4.mdx, markup.heading.atx.4.mdx punctuation.definition.heading.mdx, markup.heading.heading-3.asciidoc</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#a6e3a1</string> - </dict> - </dict> - <dict> - <key>scope</key> - <string>heading.5.markdown punctuation.definition.heading.markdown, heading.5.markdown, heading.5.quarto punctuation.definition.heading.quarto, heading.5.quarto, markup.heading.atx.5.mdx, markup.heading.atx.5.mdx punctuation.definition.heading.mdx, markup.heading.heading-4.asciidoc</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#74c7ec</string> - </dict> - </dict> - <dict> - <key>scope</key> - <string>heading.6.markdown punctuation.definition.heading.markdown, heading.6.markdown, heading.6.quarto punctuation.definition.heading.quarto, heading.6.quarto, markup.heading.atx.6.mdx, markup.heading.atx.6.mdx punctuation.definition.heading.mdx, markup.heading.heading-5.asciidoc</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#b4befe</string> - </dict> - </dict> - <dict> - <key>scope</key> - <string>markup.bold</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#f38ba8</string> - <key>fontStyle</key> - <string>bold</string> - </dict> - </dict> - <dict> - <key>scope</key> - <string>markup.italic</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#f38ba8</string> - <key>fontStyle</key> - <string>italic</string> - </dict> - </dict> - <dict> - <key>scope</key> - <string>markup.strikethrough</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#a6adc8</string> - <key>fontStyle</key> - <string>strikethrough</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Markdown auto links</string> - <key>scope</key> - <string>punctuation.definition.link, markup.underline.link</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#89b4fa</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Markdown links</string> - <key>scope</key> - <string>text.html.markdown punctuation.definition.link.title, text.html.quarto punctuation.definition.link.title, string.other.link.title.markdown, string.other.link.title.quarto, markup.link, punctuation.definition.constant.markdown, punctuation.definition.constant.quarto, constant.other.reference.link.markdown, constant.other.reference.link.quarto, markup.substitution.attribute-reference</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#b4befe</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Markdown code spans</string> - <key>scope</key> - <string>punctuation.definition.raw.markdown, punctuation.definition.raw.quarto, markup.inline.raw.string.markdown, markup.inline.raw.string.quarto, markup.raw.block.markdown, markup.raw.block.quarto</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#a6e3a1</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Markdown triple backtick language identifier</string> - <key>scope</key> - <string>fenced_code.block.language</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#89dceb</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Markdown triple backticks</string> - <key>scope</key> - <string>markup.fenced_code.block punctuation.definition, markup.raw support.asciidoc</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#9399b2</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Markdown quotes</string> - <key>scope</key> - <string>markup.quote, punctuation.definition.quote.begin</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#f5c2e7</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Markdown separators</string> - <key>scope</key> - <string>meta.separator.markdown</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#94e2d5</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Markdown list bullets</string> - <key>scope</key> - <string>punctuation.definition.list.begin.markdown, punctuation.definition.list.begin.quarto, markup.list.bullet</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#94e2d5</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Quarto headings</string> - <key>scope</key> - <string>markup.heading.quarto</string> - <key>settings</key> - <dict> - <key>fontStyle</key> - <string>bold</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Nix attribute names</string> - <key>scope</key> - <string>entity.other.attribute-name.multipart.nix, entity.other.attribute-name.single.nix</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#89b4fa</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Nix parameter names</string> - <key>scope</key> - <string>variable.parameter.name.nix</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#cdd6f4</string> - <key>fontStyle</key> - <string/> - </dict> - </dict> - <dict> - <key>name</key> - <string>Nix interpolated parameter names</string> - <key>scope</key> - <string>meta.embedded variable.parameter.name.nix</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#b4befe</string> - <key>fontStyle</key> - <string/> - </dict> - </dict> - <dict> - <key>name</key> - <string>Nix paths</string> - <key>scope</key> - <string>string.unquoted.path.nix</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#f5c2e7</string> - <key>fontStyle</key> - <string/> - </dict> - </dict> - <dict> - <key>name</key> - <string>PHP Attributes</string> - <key>scope</key> - <string>support.attribute.builtin, meta.attribute.php</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#f9e2af</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>PHP Parameters (needed for the leading dollar sign)</string> - <key>scope</key> - <string>meta.function.parameters.php punctuation.definition.variable.php</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#eba0ac</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>PHP Constants (null, __FILE__, etc.)</string> - <key>scope</key> - <string>constant.language.php</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#cba6f7</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>PHP functions</string> - <key>scope</key> - <string>text.html.php support.function</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#89dceb</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>PHPdoc keywords</string> - <key>scope</key> - <string>keyword.other.phpdoc.php</string> - <key>settings</key> - <dict> - <key>fontStyle</key> - <string/> - </dict> - </dict> - <dict> - <key>name</key> - <string>Python argument functions reset to text, otherwise they inherit blue from function-call</string> - <key>scope</key> - <string>support.variable.magic.python, meta.function-call.arguments.python</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#cdd6f4</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Python double underscore functions</string> - <key>scope</key> - <string>support.function.magic.python</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#89dceb</string> - <key>fontStyle</key> - <string>italic</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Python `self` keyword</string> - <key>scope</key> - <string>variable.parameter.function.language.special.self.python, variable.language.special.self.python</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#f38ba8</string> - <key>fontStyle</key> - <string>italic</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>python keyword flow/logical (for ... in)</string> - <key>scope</key> - <string>keyword.control.flow.python, keyword.operator.logical.python</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#cba6f7</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>python storage type</string> - <key>scope</key> - <string>storage.type.function.python</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#cba6f7</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>python function support</string> - <key>scope</key> - <string>support.token.decorator.python, meta.function.decorator.identifier.python</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#89dceb</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>python function calls</string> - <key>scope</key> - <string>meta.function-call.python</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#89b4fa</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>python function decorators</string> - <key>scope</key> - <string>entity.name.function.decorator.python, punctuation.definition.decorator.python</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#fab387</string> - <key>fontStyle</key> - <string>italic</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>python placeholder reset to normal string</string> - <key>scope</key> - <string>constant.character.format.placeholder.other.python</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#f5c2e7</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Python exception & builtins such as exit()</string> - <key>scope</key> - <string>support.type.exception.python, support.function.builtin.python</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#fab387</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>entity.name.type</string> - <key>scope</key> - <string>support.type.python</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#cba6f7</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>python constants (True/False)</string> - <key>scope</key> - <string>constant.language.python</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#fab387</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Arguments accessed later in the function body</string> - <key>scope</key> - <string>meta.indexed-name.python, meta.item-access.python</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#eba0ac</string> - <key>fontStyle</key> - <string>italic</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Python f-strings/binary/unicode storage types</string> - <key>scope</key> - <string>storage.type.string.python</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#a6e3a1</string> - <key>fontStyle</key> - <string>italic</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Python type hints</string> - <key>scope</key> - <string>meta.function.parameters.python</string> - <key>settings</key> - <dict> - <key>fontStyle</key> - <string/> - </dict> - </dict> - <dict> - <key>name</key> - <string>Regex string begin/end in JS/TS</string> - <key>scope</key> - <string>string.regexp punctuation.definition.string.begin, string.regexp punctuation.definition.string.end</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#f5c2e7</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Regex anchors (^, $)</string> - <key>scope</key> - <string>keyword.control.anchor.regexp</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#cba6f7</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Regex regular string match</string> - <key>scope</key> - <string>string.regexp.ts</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#cdd6f4</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Regex group parenthesis & backreference (\1, \2, \3, ...)</string> - <key>scope</key> - <string>punctuation.definition.group.regexp, keyword.other.back-reference.regexp</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#a6e3a1</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Regex character class []</string> - <key>scope</key> - <string>punctuation.definition.character-class.regexp</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#f9e2af</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Regex character classes (\d, \w, \s)</string> - <key>scope</key> - <string>constant.other.character-class.regexp</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#f5c2e7</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Regex range</string> - <key>scope</key> - <string>constant.other.character-class.range.regexp</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#f5e0dc</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Regex quantifier</string> - <key>scope</key> - <string>keyword.operator.quantifier.regexp</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#94e2d5</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Regex constant/numeric</string> - <key>scope</key> - <string>constant.character.numeric.regexp</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#fab387</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Regex lookaheads, negative lookaheads, lookbehinds, negative lookbehinds</string> - <key>scope</key> - <string>punctuation.definition.group.no-capture.regexp, meta.assertion.look-ahead.regexp, meta.assertion.negative-look-ahead.regexp</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#89b4fa</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Rust attribute</string> - <key>scope</key> - <string>meta.annotation.rust, meta.annotation.rust punctuation, meta.attribute.rust, punctuation.definition.attribute.rust</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#f9e2af</string> - <key>fontStyle</key> - <string>italic</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Rust attribute strings</string> - <key>scope</key> - <string>meta.attribute.rust string.quoted.double.rust, meta.attribute.rust string.quoted.single.char.rust</string> - <key>settings</key> - <dict> - <key>fontStyle</key> - <string/> - </dict> - </dict> - <dict> - <key>name</key> - <string>Rust keyword</string> - <key>scope</key> - <string>entity.name.function.macro.rules.rust, storage.type.module.rust, storage.modifier.rust, storage.type.struct.rust, storage.type.enum.rust, storage.type.trait.rust, storage.type.union.rust, storage.type.impl.rust, storage.type.rust, storage.type.function.rust, storage.type.type.rust</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#cba6f7</string> - <key>fontStyle</key> - <string/> - </dict> - </dict> - <dict> - <key>name</key> - <string>Rust u/i32, u/i64, etc.</string> - <key>scope</key> - <string>entity.name.type.numeric.rust</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#cba6f7</string> - <key>fontStyle</key> - <string/> - </dict> - </dict> - <dict> - <key>name</key> - <string>Rust generic</string> - <key>scope</key> - <string>meta.generic.rust</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#fab387</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Rust impl</string> - <key>scope</key> - <string>entity.name.impl.rust</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#f9e2af</string> - <key>fontStyle</key> - <string>italic</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Rust module</string> - <key>scope</key> - <string>entity.name.module.rust</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#fab387</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Rust trait</string> - <key>scope</key> - <string>entity.name.trait.rust</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#f9e2af</string> - <key>fontStyle</key> - <string>italic</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Rust struct</string> - <key>scope</key> - <string>storage.type.source.rust</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#f9e2af</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Rust union</string> - <key>scope</key> - <string>entity.name.union.rust</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#f9e2af</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Rust enum member</string> - <key>scope</key> - <string>meta.enum.rust storage.type.source.rust</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#94e2d5</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Rust macro</string> - <key>scope</key> - <string>support.macro.rust, meta.macro.rust support.function.rust, entity.name.function.macro.rust</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#89b4fa</string> - <key>fontStyle</key> - <string>italic</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Rust lifetime</string> - <key>scope</key> - <string>storage.modifier.lifetime.rust, entity.name.type.lifetime</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#89b4fa</string> - <key>fontStyle</key> - <string>italic</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Rust string formatting</string> - <key>scope</key> - <string>string.quoted.double.rust constant.other.placeholder.rust</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#f5c2e7</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Rust return type generic</string> - <key>scope</key> - <string>meta.function.return-type.rust meta.generic.rust storage.type.rust</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#cdd6f4</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Rust functions</string> - <key>scope</key> - <string>meta.function.call.rust</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#89b4fa</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Rust angle brackets</string> - <key>scope</key> - <string>punctuation.brackets.angle.rust</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#89dceb</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Rust constants</string> - <key>scope</key> - <string>constant.other.caps.rust</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#fab387</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Rust function parameters</string> - <key>scope</key> - <string>meta.function.definition.rust variable.other.rust</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#eba0ac</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Rust closure variables</string> - <key>scope</key> - <string>meta.function.call.rust variable.other.rust</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#cdd6f4</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Rust self</string> - <key>scope</key> - <string>variable.language.self.rust</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#f38ba8</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Rust metavariable names</string> - <key>scope</key> - <string>variable.other.metavariable.name.rust, meta.macro.metavariable.rust keyword.operator.macro.dollar.rust</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#f5c2e7</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Shell shebang</string> - <key>scope</key> - <string>comment.line.shebang, comment.line.shebang punctuation.definition.comment, comment.line.shebang, punctuation.definition.comment.shebang.shell, meta.shebang.shell</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#f5c2e7</string> - <key>fontStyle</key> - <string>italic</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Shell shebang command</string> - <key>scope</key> - <string>comment.line.shebang constant.language</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#94e2d5</string> - <key>fontStyle</key> - <string>italic</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Shell interpolated command</string> - <key>scope</key> - <string>meta.function-call.arguments.shell punctuation.definition.variable.shell, meta.function-call.arguments.shell punctuation.section.interpolation, meta.function-call.arguments.shell punctuation.definition.variable.shell, meta.function-call.arguments.shell punctuation.section.interpolation</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#f38ba8</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Shell interpolated command variable</string> - <key>scope</key> - <string>meta.string meta.interpolation.parameter.shell variable.other.readwrite</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#fab387</string> - <key>fontStyle</key> - <string>italic</string> - </dict> - </dict> - <dict> - <key>scope</key> - <string>source.shell punctuation.section.interpolation, punctuation.definition.evaluation.backticks.shell</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#94e2d5</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Shell EOF</string> - <key>scope</key> - <string>entity.name.tag.heredoc.shell</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#cba6f7</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Shell quoted variable</string> - <key>scope</key> - <string>string.quoted.double.shell variable.other.normal.shell</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#cdd6f4</string> - </dict> - </dict> - <dict> - <key>scope</key> - <string>markup.heading.typst</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#f38ba8</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>JSON Keys</string> - <key>scope</key> - <string>source.json meta.mapping.key string</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#89b4fa</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>JSON key surrounding quotes</string> - <key>scope</key> - <string>source.json meta.mapping.key punctuation.definition.string.begin, source.json meta.mapping.key punctuation.definition.string.end</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#9399b2</string> - </dict> - </dict> - <dict> - <key>scope</key> - <string>markup.heading.synopsis.man, markup.heading.title.man, markup.heading.other.man, markup.heading.env.man</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#cba6f7</string> - </dict> - </dict> - <dict> - <key>scope</key> - <string>markup.heading.commands.man</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#89b4fa</string> - </dict> - </dict> - <dict> - <key>scope</key> - <string>markup.heading.env.man</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#f5c2e7</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Man page options</string> - <key>scope</key> - <string>entity.name</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#94e2d5</string> - </dict> - </dict> - <dict> - <key>scope</key> - <string>markup.heading.1.markdown</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#f38ba8</string> - </dict> - </dict> - <dict> - <key>scope</key> - <string>markup.heading.2.markdown</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#fab387</string> - </dict> - </dict> - <dict> - <key>scope</key> - <string>markup.heading.markdown</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#f9e2af</string> - </dict> - </dict> - </array> - </dict> -</plist>
\ No newline at end of file diff --git a/mac/.config/yazi/flavors.bak/dracula.yazi/LICENSE b/mac/.config/yazi/flavors.bak/dracula.yazi/LICENSE deleted file mode 100644 index fb5b1d6..0000000 --- a/mac/.config/yazi/flavors.bak/dracula.yazi/LICENSE +++ /dev/null @@ -1,21 +0,0 @@ -MIT License - -Copyright (c) 2023 yazi-rs - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. diff --git a/mac/.config/yazi/flavors.bak/dracula.yazi/LICENSE-tmtheme b/mac/.config/yazi/flavors.bak/dracula.yazi/LICENSE-tmtheme deleted file mode 100644 index f9105d5..0000000 --- a/mac/.config/yazi/flavors.bak/dracula.yazi/LICENSE-tmtheme +++ /dev/null @@ -1,21 +0,0 @@ -The MIT License (MIT) - -Copyright (c) 2013-present Dracula Theme - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. diff --git a/mac/.config/yazi/flavors.bak/dracula.yazi/README.md b/mac/.config/yazi/flavors.bak/dracula.yazi/README.md deleted file mode 100644 index 8429ef6..0000000 --- a/mac/.config/yazi/flavors.bak/dracula.yazi/README.md +++ /dev/null @@ -1,36 +0,0 @@ -<div align="center"> - <img src="https://github.com/sxyazi/yazi/blob/main/assets/logo.png?raw=true" alt="Yazi logo" width="20%"> -</div> - -<h3 align="center"> - Dracula Flavor for <a href="https://github.com/sxyazi/yazi">Yazi</a> -</h3> - -## ๐ Preview - -<img src="preview.png" width="600" /> - -## ๐จ Installation - -```sh -ya pkg add yazi-rs/flavors:dracula -``` - -## โ๏ธ Usage - -Set the content of your `theme.toml` to enable it as your _dark_ flavor: - -```toml -[flavor] -dark = "dracula" -``` - -Make sure your `theme.toml` doesn't contain anything other than `[flavor]`, unless you want to override certain styles of this flavor. - -See the [Yazi flavor documentation](https://yazi-rs.github.io/docs/flavors/overview) for more details. - -## ๐ License - -The flavor is MIT-licensed, and the included tmTheme is also MIT-licensed. - -Check the [LICENSE](LICENSE) and [LICENSE-tmtheme](LICENSE-tmtheme) file for more details. diff --git a/mac/.config/yazi/flavors.bak/dracula.yazi/flavor.toml b/mac/.config/yazi/flavors.bak/dracula.yazi/flavor.toml deleted file mode 100644 index 3434eb9..0000000 --- a/mac/.config/yazi/flavors.bak/dracula.yazi/flavor.toml +++ /dev/null @@ -1,189 +0,0 @@ -# vim:fileencoding=utf-8:foldmethod=marker - -# : Manager {{{ - -[mgr] -cwd = { fg = "#8be9fd" } - -# Hovered -hovered = { reversed = true } -preview_hovered = { underline = true } - -# Find -find_keyword = { fg = "#f1fa8c", bold = true, italic = true, underline = true } -find_position = { fg = "#ff79c6", bg = "reset", bold = true, italic = true } - -# Marker -marker_copied = { fg = "#50fa7b", bg = "#50fa7b" } -marker_cut = { fg = "#ff5555", bg = "#ff5555" } -marker_marked = { fg = "#8be9fd", bg = "#8be9fd" } -marker_selected = { fg = "#f1fa8c", bg = "#f1fa8c" } - -# Count -count_copied = { fg = "#282a36", bg = "#50fa7b" } -count_cut = { fg = "#282a36", bg = "#ff5555" } -count_selected = { fg = "#282a36", bg = "#f1fa8c" } - -# Border -border_symbol = "โ" -border_style = { fg = "#7282b5" } - -# : }}} - - -# : Tabs {{{ - -[tabs] -active = { fg = "#282a36", bg = "#bd93f9", bold = true } -inactive = { fg = "#bd93f9", bg = "#44475a" } - -# : }}} - - -# : Mode {{{ - -[mode] - -normal_main = { fg = "#282a36", bg = "#bd93f9", bold = true } -normal_alt = { fg = "#bd93f9", bg = "#44475a" } - -# Select mode -select_main = { fg = "#282a36", bg = "#8be9fd", bold = true } -select_alt = { fg = "#8be9fd", bg = "#44475a" } - -# Unset mode -unset_main = { fg = "#282a36", bg = "#ffb86c", bold = true } -unset_alt = { fg = "#ffb86c", bg = "#44475a" } - -# : }}} - - -# : Status bar {{{ - -[status] -# Permissions -perm_sep = { fg = "#7282b5" } -perm_type = { fg = "#bd93f9" } -perm_read = { fg = "#f1fa8c" } -perm_write = { fg = "#ff5555" } -perm_exec = { fg = "#50fa7b" } - -# Progress -progress_label = { fg = "#ffffff", bold = true } -progress_normal = { fg = "#bd93f9", bg = "#63667d" } -progress_error = { fg = "#bd93f9", bg = "#ff5555" } - -# : }}} - - -# : Pick {{{ - -[pick] -border = { fg = "#bd93f9" } -active = { fg = "#ff79c6", bold = true } -inactive = {} - -# : }}} - - -# : Input {{{ - -[input] -border = { fg = "#bd93f9" } -title = {} -value = {} -selected = { reversed = true } - -# : }}} - - -# : Completion {{{ - -[cmp] -border = { fg = "#bd93f9" } - -# : }}} - - -# : Tasks {{{ - -[tasks] -border = { fg = "#bd93f9" } -title = {} -hovered = { fg = "#ff79c6", bold = true } - -# : }}} - - -# : Which {{{ - -[which] -mask = { bg = "#44475a" } -cand = { fg = "#8be9fd" } -rest = { fg = "#8998c9" } -desc = { fg = "#ff79c6" } -separator = " ๎ช " -separator_style = { fg = "#83869c" } - -# : }}} - - -# : Help {{{ - -[help] -on = { fg = "#8be9fd" } -run = { fg = "#ff79c6" } -hovered = { reversed = true, bold = true } -footer = { fg = "#44475a", bg = "#f8f8f2" } - -# : }}} - - -# : Spotter {{{ - -[spot] -border = { fg = "#bd93f9" } -title = { fg = "#bd93f9" } -tbl_col = { fg = "#8be9fd" } -tbl_cell = { fg = "#ff79c6", bg = "#63667d" } - -# : }}} - - -# : Notification {{{ - -[notify] -title_info = { fg = "#50fa7b" } -title_warn = { fg = "#f1fa8c" } -title_error = { fg = "#ff5555" } - -# : }}} - - -# : File-specific styles {{{ - -[filetype] - -rules = [ - # Images - { mime = "image/*", fg = "#8be9fd" }, - - # Media - { mime = "{audio,video}/*", fg = "#f1fa8c" }, - - # Archives - { mime = "application/{zip,rar,7z*,tar,gzip,xz,zstd,bzip*,lzma,compress,archive,cpio,arj,xar,ms-cab*}", fg = "#ff79c6" }, - - # Documents - { mime = "application/{pdf,doc,rtf}", fg = "#50fa7b" }, - - # Fallback - { url = "*", fg = "#f8f8f2" }, - { url = "*/", fg = "#bd93f9" }, - - # TODO: remove - { name = "*", fg = "#f8f8f2" }, - { name = "*/", fg = "#bd93f9" } -] - -# : }}} diff --git a/mac/.config/yazi/flavors.bak/dracula.yazi/preview.png b/mac/.config/yazi/flavors.bak/dracula.yazi/preview.png Binary files differdeleted file mode 100644 index 7d8adf3..0000000 --- a/mac/.config/yazi/flavors.bak/dracula.yazi/preview.png +++ /dev/null diff --git a/mac/.config/yazi/flavors.bak/dracula.yazi/tmtheme.xml b/mac/.config/yazi/flavors.bak/dracula.yazi/tmtheme.xml deleted file mode 100644 index c3434ec..0000000 --- a/mac/.config/yazi/flavors.bak/dracula.yazi/tmtheme.xml +++ /dev/null @@ -1,940 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> - -<!-- Dracula Theme v1.4.3 -# -# https://github.com/dracula/sublime -# -# Copyright 2013-present, All rights reserved -# -# Code licensed under the MIT license -# -# @author Zeno Rocha <hi@zenorocha.com> ---> - -<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> -<plist version="1.0"> -<dict> - <key>name</key> - <string>Dracula</string> - <key>settings</key> - <array> - <dict> - <key>settings</key> - <dict> - <key>background</key> - <string>#282a36</string> - <key>caret</key> - <string>#f8f8f0</string> - <key>block_caret</key> - <string>#999a9e</string> - <key>foreground</key> - <string>#f8f8f2</string> - <key>invisibles</key> - <string>#3B3A32</string> - <key>lineHighlight</key> - <string>#44475a</string> - <key>selection</key> - <string>#44475a</string> - <key>findHighlight</key> - <string>#effb7b</string> - <key>findHighlightForeground</key> - <string>#000000</string> - <key>selectionBorder</key> - <string>#222218</string> - <key>activeGuide</key> - <string>#9D550FB0</string> - <key>bracketsForeground</key> - <string>#F8F8F2A5</string> - <key>bracketsOptions</key> - <string>underline</string> - <key>bracketContentsForeground</key> - <string>#F8F8F2A5</string> - <key>bracketContentsOptions</key> - <string>underline</string> - <key>tagsOptions</key> - <string>stippled_underline</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Comment</string> - <key>scope</key> - <string>comment</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#6272a4</string> - <key>fontStyle</key> - <string></string> - </dict> - </dict> - <dict> - <key>name</key> - <string>String</string> - <key>scope</key> - <string>string</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#f1fa8c</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Number</string> - <key>scope</key> - <string>constant.numeric</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#bd93f9</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Built-in constant</string> - <key>scope</key> - <string>constant.language</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#bd93f9</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>User-defined constant</string> - <key>scope</key> - <string>constant.character, constant.other</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#bd93f9</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Variable</string> - <key>scope</key> - <string>variable</string> - <key>settings</key> - <dict> - <key>fontStyle</key> - <string></string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Ruby's @variable</string> - <key>scope</key> - <string>variable.other.readwrite.instance</string> - <key>settings</key> - <dict> - <key>fontStyle</key> - <string></string> - <key>foreground</key> - <string>#ffb86c</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>String interpolation</string> - <key>scope</key> - <string>constant.character.escaped, constant.character.escape, string source, string source.ruby</string> - <key>settings</key> - <dict> - <key>fontStyle</key> - <string></string> - <key>foreground</key> - <string>#ff79c6</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Ruby Regexp</string> - <key>scope</key> - <string>source.ruby string.regexp.classic.ruby,source.ruby string.regexp.mod-r.ruby</string> - <key>settings</key> - <dict> - <key>fontStyle</key> - <string></string> - <key>foreground</key> - <string>#ff5555</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Keyword</string> - <key>scope</key> - <string>keyword</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#ff79c6</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Storage</string> - <key>scope</key> - <string>storage</string> - <key>settings</key> - <dict> - <key>fontStyle</key> - <string></string> - <key>foreground</key> - <string>#ff79c6</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Storage type</string> - <key>scope</key> - <string>storage.type</string> - <key>settings</key> - <dict> - <key>fontStyle</key> - <string>italic</string> - <key>foreground</key> - <string>#8be9fd</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Storage Type Namespace</string> - <key>scope</key> - <string>storage.type.namespace</string> - <key>settings</key> - <dict> - <key>fontStyle</key> - <string>italic</string> - <key>foreground</key> - <string>#8be9fd</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Storage Type Class</string> - <key>scope</key> - <string>storage.type.class</string> - <key>settings</key> - <dict> - <key>fontStyle</key> - <string>italic</string> - <key>foreground</key> - <string>#ff79c6</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Class name</string> - <key>scope</key> - <string>entity.name.class</string> - <key>settings</key> - <dict> - <key>fontStyle</key> - <string>underline</string> - <key>foreground</key> - <string>#8be9fd</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Meta Path</string> - <key>scope</key> - <string>meta.path</string> - <key>settings</key> - <dict> - <key>fontStyle</key> - <string>underline</string> - <key>foreground</key> - <string>#66d9ef</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Inherited class</string> - <key>scope</key> - <string>entity.other.inherited-class</string> - <key>settings</key> - <dict> - <key>fontStyle</key> - <string>italic underline</string> - <key>foreground</key> - <string>#8be9fd</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Function name</string> - <key>scope</key> - <string>entity.name.function</string> - <key>settings</key> - <dict> - <key>fontStyle</key> - <string></string> - <key>foreground</key> - <string>#50fa7b</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Function argument</string> - <key>scope</key> - <string>variable.parameter</string> - <key>settings</key> - <dict> - <key>fontStyle</key> - <string>italic</string> - <key>foreground</key> - <string>#ffb86c</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Tag name</string> - <key>scope</key> - <string>entity.name.tag</string> - <key>settings</key> - <dict> - <key>fontStyle</key> - <string></string> - <key>foreground</key> - <string>#ff79c6</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Tag attribute</string> - <key>scope</key> - <string>entity.other.attribute-name</string> - <key>settings</key> - <dict> - <key>fontStyle</key> - <string></string> - <key>foreground</key> - <string>#50fa7b</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Library function</string> - <key>scope</key> - <string>support.function</string> - <key>settings</key> - <dict> - <key>fontStyle</key> - <string></string> - <key>foreground</key> - <string>#8be9fd</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Library constant</string> - <key>scope</key> - <string>support.constant</string> - <key>settings</key> - <dict> - <key>fontStyle</key> - <string></string> - <key>foreground</key> - <string>#6be5fd</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Library class/type</string> - <key>scope</key> - <string>support.type, support.class</string> - <key>settings</key> - <dict> - <key>fontStyle</key> - <string>italic</string> - <key>foreground</key> - <string>#66d9ef</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Library variable</string> - <key>scope</key> - <string>support.other.variable</string> - <key>settings</key> - <dict> - <key>fontStyle</key> - <string></string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Support Other Namespace</string> - <key>scope</key> - <string>support.other.namespace</string> - <key>settings</key> - <dict> - <key>fontStyle</key> - <string>italic</string> - <key>foreground</key> - <string>#66d9ef</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Invalid</string> - <key>scope</key> - <string>invalid</string> - <key>settings</key> - <dict> - <key>background</key> - <string>#ff79c6</string> - <key>fontStyle</key> - <string></string> - <key>foreground</key> - <string>#F8F8F0</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Invalid deprecated</string> - <key>scope</key> - <string>invalid.deprecated</string> - <key>settings</key> - <dict> - <key>background</key> - <string>#bd93f9</string> - <key>foreground</key> - <string>#F8F8F0</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>JSON String</string> - <key>scope</key> - <string>meta.structure.dictionary.json string.quoted.double.json</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#CFCFC2</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>diff.header</string> - <key>scope</key> - <string>meta.diff, meta.diff.header</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#6272a4</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>diff.deleted</string> - <key>scope</key> - <string>markup.deleted</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#ff79c6</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>diff.inserted</string> - <key>scope</key> - <string>markup.inserted</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#50fa7b</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>diff.changed</string> - <key>scope</key> - <string>markup.changed</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#E6DB74</string> - </dict> - </dict> - <dict> - <key>scope</key> - <string>constant.numeric.line-number.find-in-files - match</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#bd93f9</string> - </dict> - </dict> - <dict> - <key>scope</key> - <string>entity.name.filename</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#E6DB74</string> - </dict> - </dict> - <dict> - <key>scope</key> - <string>message.error</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#F83333</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>JSON Punctuation</string> - <key>scope</key> - <string>punctuation.definition.string.begin.json - meta.structure.dictionary.value.json, punctuation.definition.string.end.json - meta.structure.dictionary.value.json</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#EEEEEE</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>JSON Structure</string> - <key>scope</key> - <string>meta.structure.dictionary.json string.quoted.double.json</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#8be9fd</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>JSON String</string> - <key>scope</key> - <string>meta.structure.dictionary.value.json string.quoted.double.json</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#f1fa8c</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>JSON: 6 deep</string> - <key>scope</key> - <string>meta meta meta meta meta meta meta.structure.dictionary.value string</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#50fa7b</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>JSON: 5 deep</string> - <key>scope</key> - <string>meta meta meta meta meta meta.structure.dictionary.value string</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#ffb86c</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>JSON: 4 deep</string> - <key>scope</key> - <string>meta meta meta meta meta.structure.dictionary.value string</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#ff79c6</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>JSON: 3 deep</string> - <key>scope</key> - <string>meta meta meta meta.structure.dictionary.value string</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#bd93f9</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>JSON: 2 deep</string> - <key>scope</key> - <string>meta meta meta.structure.dictionary.value string</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#50fa7b</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>JSON: 1 deep</string> - <key>scope</key> - <string>meta meta.structure.dictionary.value string</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#ffb86c</string> - </dict> - </dict> - - <!-- Markdown Tweaks --> - <dict> - <key>name</key> - <string>Markup: strike</string> - <key>scope</key> - <string>markup.strike</string> - <key>settings</key> - <dict> - <key>fontStyle</key> - <string>italic</string> - <key>foreground</key> - <string>#FFB86C</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Markup: bold</string> - <key>scope</key> - <string>markup.bold</string> - <key>settings</key> - <dict> - <key>fontStyle</key> - <string>bold</string> - <key>foreground</key> - <string>#FFB86C</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Markup: italic</string> - <key>scope</key> - <string>markup.italic</string> - <key>settings</key> - <dict> - <key>fontStyle</key> - <string>italic</string> - <key>foreground</key> - <string>#FFB86C</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Markdown: heading</string> - <key>scope</key> - <string>markup.heading</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#8BE9FD</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Markdown: List Items Punctuation</string> - <key>scope</key> - <string>punctuation.definition.list_item.markdown</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#FF79C6</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Markdown: Blockquote</string> - <key>scope</key> - <string>markup.quote</string> - <key>settings</key> - <dict> - <key>fontStyle</key> - <string>italic</string> - <key>foreground</key> - <string>#6272A4</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Markdown: Blockquote Punctuation</string> - <key>scope</key> - <string>punctuation.definition.blockquote.markdown</string> - <key>settings</key> - <dict> - <key>fontStyle</key> - <string>italic</string> - <key>background</key> - <string>#6272A4</string> - <key>foreground</key> - <string>#6272A4</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Markdown: Separator</string> - <key>scope</key> - <string>meta.separator</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#6272A4</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Markup: raw inline</string> - <key>scope</key> - <string>text.html.markdown markup.raw.inline</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#50FA7B</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Markup: underline</string> - <key>scope</key> - <string>markup.underline</string> - <key>settings</key> - <dict> - <key>fontStyle</key> - <string>underline</string> - <key>foreground</key> - <string>#BD93F9</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Markup: Raw block</string> - <key>scope</key> - <string>markup.raw.block</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#CFCFC2</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Markdown: Raw Block fenced source</string> - <key>scope</key> - <string>markup.raw.block.fenced.markdown source</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#F8F8F2</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Markdown: Fenced Bode Block</string> - <key>scope</key> - <string>punctuation.definition.fenced.markdown, variable.language.fenced.markdown</string> - <key>settings</key> - <dict> - <key>fontStyle</key> - <string>italic</string> - <key>foreground</key> - <string>#6272A4</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Markdown: Fenced Language</string> - <key>scope</key> - <string>variable.language.fenced.markdown</string> - <key>settings</key> - <dict> - <key>fontStyle</key> - <string>italic</string> - <key>foreground</key> - <string>#6272A4</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Punctuation Accessor</string> - <key>scope</key> - <string>punctuation.accessor</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#FF79C6</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Meta Function Return Type</string> - <key>scope</key> - <string>meta.function.return-type</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#FF79C6</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Punctuation Section Block Begin</string> - <key>scope</key> - <string>punctuation.section.block.begin</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#ffffff</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Punctuation Section Block End</string> - <key>scope</key> - <string>punctuation.section.block.end</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#ffffff</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Punctuation Section Embedded Begin</string> - <key>scope</key> - <string>punctuation.section.embedded.begin</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#ff79c6</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Punctuation Section Embedded End</string> - <key>scope</key> - <string>punctuation.section.embedded.end</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#ff79c6</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Punctuation Separator Namespace</string> - <key>scope</key> - <string>punctuation.separator.namespace</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#ff79c6</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Variable Function</string> - <key>scope</key> - <string>variable.function</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#50fa7b</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Variable Other</string> - <key>scope</key> - <string>variable.other</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#ffffff</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Variable Language</string> - <key>scope</key> - <string>variable.language</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#bd93f9</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Entity Name Module Ruby</string> - <key>scope</key> - <string>entity.name.module.ruby</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#8be9fd</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Entity Name Constant Ruby</string> - <key>scope</key> - <string>entity.name.constant.ruby</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#bd93f9</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Support Function Builtin Ruby</string> - <key>scope</key> - <string>support.function.builtin.ruby</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#ffffff</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Storage Type Namespace CS</string> - <key>scope</key> - <string>storage.type.namespace.cs</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#ff79c6</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Entity Name Namespace CS</string> - <key>scope</key> - <string>entity.name.namespace.cs</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#8be9fd</string> - </dict> - </dict> - </array> - <key>uuid</key> - <string>83091B89-765E-4F0D-9275-0EC6CB084126</string> - <key>colorSpaceName</key> - <string>sRGB</string> - <key>semanticClass</key> - <string>theme.dracula</string> - <key>author</key> - <string>Zeno Rocha</string> -</dict> -</plist> diff --git a/mac/.config/yazi/flavors.bak/everforest-medium.yazi b/mac/.config/yazi/flavors.bak/everforest-medium.yazi deleted file mode 160000 -Subproject 0158f0f6ce19c9bbc37550a7bed77d67b3fa4e7 diff --git a/mac/.config/yazi/flavors.bak/gruvbox-dark.yazi b/mac/.config/yazi/flavors.bak/gruvbox-dark.yazi deleted file mode 160000 -Subproject e5e1aefbfb5641b487cb4a11ccbc57346ec8e13 diff --git a/mac/.config/yazi/flavors.bak/kanagawa-dragon.yazi b/mac/.config/yazi/flavors.bak/kanagawa-dragon.yazi deleted file mode 160000 -Subproject 49055274ff53772a13a8c092188e4f6d148d169 diff --git a/mac/.config/yazi/flavors.bak/kanagawa-lotus.yazi b/mac/.config/yazi/flavors.bak/kanagawa-lotus.yazi deleted file mode 160000 -Subproject 4275a1a96243c8e7d12057488bce1360a3c7475 diff --git a/mac/.config/yazi/flavors.bak/kanagawa.yazi b/mac/.config/yazi/flavors.bak/kanagawa.yazi deleted file mode 160000 -Subproject a0b1d9dec31387b5f8a82c96044e6419b6c4653 diff --git a/mac/.config/yazi/flavors.bak/rose-pine-moon.yazi b/mac/.config/yazi/flavors.bak/rose-pine-moon.yazi deleted file mode 160000 -Subproject aa2d937daf2ede05442bd3818691882a7ad0e70 diff --git a/mac/.config/yazi/flavors.bak/rose-pine.yazi b/mac/.config/yazi/flavors.bak/rose-pine.yazi deleted file mode 160000 -Subproject 834334048d0bc8c7c344a5a8abce0b0cb35612d diff --git a/mac/.config/yazi/flavors.bak/scripts/README.md b/mac/.config/yazi/flavors.bak/scripts/README.md deleted file mode 100644 index 17a1ffe..0000000 --- a/mac/.config/yazi/flavors.bak/scripts/README.md +++ /dev/null @@ -1,36 +0,0 @@ -<div align="center"> - <img src="https://github.com/sxyazi/yazi/blob/main/assets/logo.png?raw=true" alt="Yazi logo" width="20%"> -</div> - -<h3 align="center"> - ${variant_cap} Flavor for <a href="https://github.com/sxyazi/yazi">Yazi</a> -</h3> - -## ๐ Preview - -<img src="preview.png" width="600" /> - -## ๐จ Installation - -```sh -ya pkg add yazi-rs/flavors:${variant} -``` - -## โ๏ธ Usage - -Set the content of your `theme.toml` to enable it as your _${mode}_ flavor: - -```toml -[flavor] -${mode} = "${variant}" -``` - -Make sure your `theme.toml` doesn't contain anything other than `[flavor]`, unless you want to override certain styles of this flavor. - -See the [Yazi flavor documentation](https://yazi-rs.github.io/docs/flavors/overview) for more details. - -## ๐ License - -The flavor is MIT-licensed, and the included tmTheme is also MIT-licensed. - -Check the [LICENSE](LICENSE) and [LICENSE-tmtheme](LICENSE-tmtheme) file for more details. diff --git a/mac/.config/yazi/flavors.bak/scripts/generate.js b/mac/.config/yazi/flavors.bak/scripts/generate.js deleted file mode 100644 index 194de0f..0000000 --- a/mac/.config/yazi/flavors.bak/scripts/generate.js +++ /dev/null @@ -1,169 +0,0 @@ -import fs, { access, mkdir, readFile, writeFile } from "node:fs/promises" -import { join } from "node:path" -import { fileURLToPath } from "node:url" - -const __dirname = fileURLToPath(new URL(".", import.meta.url)) - -const VARIANTS = { - "Dracula": { - text: "#f8f8f2", - background: "#282a36", - - primary: "#bd93f9", - secondary: "#8be9fd", - tertiary: "#ffb86c", - accent: "#ff79c6", - - surface: "#44475a", - surface1: "#63667d", - surface2: "#83869c", - - onSurface: "#6272a4", - onSurface1: "#7282b5", - onSurface2: "#8998c9", - - red: "#ff5555", - green: "#50fa7b", - blue: "#bd93f9", - yellow: "#f1fa8c", - - _tmtheme: "https://raw.githubusercontent.com/dracula/sublime/refs/heads/master/Dracula.tmTheme", - _tmthemeLicense: "https://raw.githubusercontent.com/dracula/sublime/refs/heads/master/LICENSE", - }, - "Catppuccin Macchiato": { - text: "#cad3f5", - background: "#24273a", - - primary: "#8aadf4", - secondary: "#8bd5ca", - tertiary: "#f0c6c6", - accent: "#f5bde6", - - surface: "#363a4f", - surface1: "#494d64", - surface2: "#5b6078", - - onSurface: "#6e738d", - onSurface1: "#8087a2", - onSurface2: "#939ab7", - - red: "#ed8796", - green: "#a6da95", - blue: "#8aadf4", - yellow: "#eed49f", - - _tmtheme: "https://raw.githubusercontent.com/catppuccin/bat/refs/heads/main/themes/Catppuccin%20Macchiato.tmTheme", - _tmthemeLicense: "https://raw.githubusercontent.com/catppuccin/bat/refs/heads/main/LICENSE", - }, - "Catppuccin Mocha": { - text: "#cdd6f4", - background: "#1e1e2e", - - primary: "#89b4fa", - secondary: "#94e2d5", - tertiary: "#f2cdcd", - accent: "#f5c2e7", - - surface: "#313244", - surface1: "#45475a", - surface2: "#585b70", - - onSurface: "#6c7086", - onSurface1: "#7f849c", - onSurface2: "#9399b2", - - red: "#f38ba8", - green: "#a6e3a1", - blue: "#89b4fa", - yellow: "#f9e2af", - - _tmtheme: "https://raw.githubusercontent.com/catppuccin/bat/refs/heads/main/themes/Catppuccin%20Mocha.tmTheme", - _tmthemeLicense: "https://raw.githubusercontent.com/catppuccin/bat/refs/heads/main/LICENSE", - }, - "Catppuccin Latte": { - text: "#4c4f69", - background: "#eff1f5", - - primary: "#1e66f5", - secondary: "#179299", - tertiary: "#dd7878", - accent: "#ea76cb", - - surface: "#ccd0da", - surface1: "#bcc0cc", - surface2: "#acb0be", - - onSurface: "#9ca0b0", - onSurface1: "#8c8fa1", - onSurface2: "#7c7f93", - - red: "#d20f39", - green: "#40a02b", - blue: "#1e66f5", - yellow: "#df8e1d", - - _light: true, - _tmtheme: "https://raw.githubusercontent.com/catppuccin/bat/refs/heads/main/themes/Catppuccin%20Latte.tmTheme", - _tmthemeLicense: "https://raw.githubusercontent.com/catppuccin/bat/refs/heads/main/LICENSE", - }, - "Catppuccin Frappe": { - text: "#c6d0f5", - background: "#303446", - - primary: "#8caaee", - secondary: "#81c8be", - tertiary: "#eebebe", - accent: "#f4b8e4", - - surface: "#414559", - surface1: "#51576d", - surface2: "#626880", - - onSurface: "#737994", - onSurface1: "#838ba7", - onSurface2: "#949cbb", - - red: "#e78284", - green: "#a6d189", - blue: "#8caaee", - yellow: "#e5c890", - - _tmtheme: "https://raw.githubusercontent.com/catppuccin/bat/refs/heads/main/themes/Catppuccin%20Frappe.tmTheme", - _tmthemeLicense: "https://raw.githubusercontent.com/catppuccin/bat/refs/heads/main/LICENSE", - }, -} - -const template = await readFile(join(__dirname, "./template.toml"), "utf8") -const readme = await readFile(join(__dirname, "./README.md"), "utf8") - -for (const [name, colors] of Object.entries(VARIANTS)) { - const lowerName = name.toLowerCase().replace(" ", "-") - const wd = join(__dirname, `../${lowerName}.yazi`) - try { - await access(wd) - } catch { - await mkdir(wd) - } - - // flavor.toml - let s = template - for (const [name, color] of Object.entries(colors)) { - s = s.replaceAll(`\${${name}}`, color) - } - await writeFile(join(wd, "flavor.toml"), s.replaceAll("${variant}", lowerName)) - - // README.md - await writeFile( - join(wd, "README.md"), - readme - .replaceAll("${mode}", colors._light ? "light" : "dark") - .replaceAll("${variant}", lowerName) - .replaceAll("${variant_cap}", name), - ) - - // tmtheme.xml - await writeFile(join(wd, "tmtheme.xml"), await fetch(colors._tmtheme).then(r => r.text())) - - // LICENSE-tmtheme - await writeFile(join(wd, "LICENSE-tmtheme"), await fetch(colors._tmthemeLicense).then(r => r.text())) -} diff --git a/mac/.config/yazi/flavors.bak/scripts/template.toml b/mac/.config/yazi/flavors.bak/scripts/template.toml deleted file mode 100644 index 2eb31d2..0000000 --- a/mac/.config/yazi/flavors.bak/scripts/template.toml +++ /dev/null @@ -1,189 +0,0 @@ -# vim:fileencoding=utf-8:foldmethod=marker - -# : Manager {{{ - -[mgr] -cwd = { fg = "${secondary}" } - -# Hovered -hovered = { reversed = true } -preview_hovered = { underline = true } - -# Find -find_keyword = { fg = "${yellow}", bold = true, italic = true, underline = true } -find_position = { fg = "${accent}", bg = "reset", bold = true, italic = true } - -# Marker -marker_copied = { fg = "${green}", bg = "${green}" } -marker_cut = { fg = "${red}", bg = "${red}" } -marker_marked = { fg = "${secondary}", bg = "${secondary}" } -marker_selected = { fg = "${yellow}", bg = "${yellow}" } - -# Count -count_copied = { fg = "${background}", bg = "${green}" } -count_cut = { fg = "${background}", bg = "${red}" } -count_selected = { fg = "${background}", bg = "${yellow}" } - -# Border -border_symbol = "โ" -border_style = { fg = "${onSurface1}" } - -# : }}} - - -# : Tabs {{{ - -[tabs] -active = { fg = "${background}", bg = "${primary}", bold = true } -inactive = { fg = "${primary}", bg = "${surface}" } - -# : }}} - - -# : Mode {{{ - -[mode] - -normal_main = { fg = "${background}", bg = "${primary}", bold = true } -normal_alt = { fg = "${primary}", bg = "${surface}" } - -# Select mode -select_main = { fg = "${background}", bg = "${secondary}", bold = true } -select_alt = { fg = "${secondary}", bg = "${surface}" } - -# Unset mode -unset_main = { fg = "${background}", bg = "${tertiary}", bold = true } -unset_alt = { fg = "${tertiary}", bg = "${surface}" } - -# : }}} - - -# : Status bar {{{ - -[status] -# Permissions -perm_sep = { fg = "${onSurface1}" } -perm_type = { fg = "${blue}" } -perm_read = { fg = "${yellow}" } -perm_write = { fg = "${red}" } -perm_exec = { fg = "${green}" } - -# Progress -progress_label = { fg = "#ffffff", bold = true } -progress_normal = { fg = "${primary}", bg = "${surface1}" } -progress_error = { fg = "${primary}", bg = "${red}" } - -# : }}} - - -# : Pick {{{ - -[pick] -border = { fg = "${primary}" } -active = { fg = "${accent}", bold = true } -inactive = {} - -# : }}} - - -# : Input {{{ - -[input] -border = { fg = "${primary}" } -title = {} -value = {} -selected = { reversed = true } - -# : }}} - - -# : Completion {{{ - -[cmp] -border = { fg = "${primary}" } - -# : }}} - - -# : Tasks {{{ - -[tasks] -border = { fg = "${primary}" } -title = {} -hovered = { fg = "${accent}", bold = true } - -# : }}} - - -# : Which {{{ - -[which] -mask = { bg = "${surface}" } -cand = { fg = "${secondary}" } -rest = { fg = "${onSurface2}" } -desc = { fg = "${accent}" } -separator = " ๎ช " -separator_style = { fg = "${surface2}" } - -# : }}} - - -# : Help {{{ - -[help] -on = { fg = "${secondary}" } -run = { fg = "${accent}" } -hovered = { reversed = true, bold = true } -footer = { fg = "${surface}", bg = "${text}" } - -# : }}} - - -# : Spotter {{{ - -[spot] -border = { fg = "${primary}" } -title = { fg = "${primary}" } -tbl_col = { fg = "${secondary}" } -tbl_cell = { fg = "${accent}", bg = "${surface1}" } - -# : }}} - - -# : Notification {{{ - -[notify] -title_info = { fg = "${green}" } -title_warn = { fg = "${yellow}" } -title_error = { fg = "${red}" } - -# : }}} - - -# : File-specific styles {{{ - -[filetype] - -rules = [ - # Images - { mime = "image/*", fg = "${secondary}" }, - - # Media - { mime = "{audio,video}/*", fg = "${yellow}" }, - - # Archives - { mime = "application/{zip,rar,7z*,tar,gzip,xz,zstd,bzip*,lzma,compress,archive,cpio,arj,xar,ms-cab*}", fg = "${accent}" }, - - # Documents - { mime = "application/{pdf,doc,rtf}", fg = "${green}" }, - - # Fallback - { url = "*", fg = "${text}" }, - { url = "*/", fg = "${primary}" }, - - # TODO: remove - { name = "*", fg = "${text}" }, - { name = "*/", fg = "${primary}" } -] - -# : }}} diff --git a/mac/.config/yazi/flavors.bak/tokyo-night.yazi b/mac/.config/yazi/flavors.bak/tokyo-night.yazi deleted file mode 160000 -Subproject 5f5636427f9bb16cc3f7c5e5693c60914c73f03 diff --git a/mac/.config/yazi/flavors.bak/vscode-dark-modern.yazi b/mac/.config/yazi/flavors.bak/vscode-dark-modern.yazi deleted file mode 160000 -Subproject cd605412a6326ba6e99c3386ed47455854707b6 diff --git a/mac/.config/yazi/flavors.bak/vscode-dark-plus.yazi b/mac/.config/yazi/flavors.bak/vscode-dark-plus.yazi deleted file mode 160000 -Subproject 113cc480e45d56851fa04e3a38e767a60445bf7 diff --git a/mac/.config/yazi/flavors.bak/vscode-light-modern.yazi b/mac/.config/yazi/flavors.bak/vscode-light-modern.yazi deleted file mode 160000 -Subproject c054b127da55e32bce5928fc2287ee3fb30f873 diff --git a/mac/.config/yazi/flavors.bak/vscode-light-plus.yazi b/mac/.config/yazi/flavors.bak/vscode-light-plus.yazi deleted file mode 160000 -Subproject 83c8be6e0d0240c5fec6be5b8b6d907a097a0e0 |
