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

- Kanagawa Flavor for Yazi -

- -## 👀 Preview - - - -## 🎨 Installation - -```bash -ya pkg add dangooddd/kanagawa -``` - -## ⚙️ Usage - -> [!Note] -> To achieve the look like in the screenshot you also need to install -> [full-border](https://github.com/yazi-rs/plugins/tree/main/full-border.yazi) plugin! - -Add these lines to your `theme.toml` configuration file to use it: - -```toml -[flavor] -dark = "kanagawa" -``` - -## 📜 License - -The flavor is MIT-licensed, and the included tmTheme is also MIT-licensed. - -Check the [LICENSE](LICENSE) and [LICENSE-tmtheme](LICENSE-tmtheme) file for more details. diff --git a/fedora/.config/yazi/flavors/kanagawa.yazi/flavor.toml b/fedora/.config/yazi/flavors/kanagawa.yazi/flavor.toml deleted file mode 100644 index 1abed17..0000000 --- a/fedora/.config/yazi/flavors/kanagawa.yazi/flavor.toml +++ /dev/null @@ -1,140 +0,0 @@ -## Color palette -## Check https://github.com/rebelot/kanagawa.nvim for more details -# sumiInk0 "#16161d" dark bg -# sumiInk3 "#1f1f28" bg -# sumiInk4 "#2a2a37" -# sumiInk6 "#54546d" -# fujiWhite "#dcd7ba" fg -# oldWhite "#c8c093" dark fg -# fujiGray "#727169" -# peachRed "#ff5d62" -# autumnRed "#c34043" -# crystalBlue "#7e9cd8" -# waveRed "#e46876" -# carpYellow "#e6c384" -# springGreen "#98bb6c" -# autumnGreen "#76946a" -# oniViolet "#957fb8" -# waveAqua1 "#6a9589" -# surimiOrange "#ffa066" -# waveAqua2 "#7aa89f" - -[mgr] -marker_copied = { fg = "#98bb6c", bg = "#98bb6c" } -marker_cut = { fg = "#e46876", bg = "#e46876" } -marker_marked = { fg = "#957fb8", bg = "#957fb8" } -marker_selected = { fg = "#ffa066", bg = "#ffa066" } - -cwd = { fg = "#e6c384" } -hovered = { reversed = true } -preview_hovered = { reversed = true } - -find_keyword = { fg = "#ffa066", bg = "#1f1f28" } -find_position = {} - -count_copied = { fg = "#1f1f28", bg = "#98bb6c" } -count_cut = { fg = "#1f1f28", bg = "#e46876" } -count_selected = { fg = "#1f1f28", bg = "#ffa066" } - -border_symbol = "│" -border_style = { fg = "#dcd7ba" } - -[tabs] -active = { fg = "#1f1f28", bg = "#7e9cd8" } -inactive = { fg = "#7e9cd8", bg = "#2a2a37" } - -sep_inner = { open = "", close = "" } -sep_outer = { open = "", close = "" } - - -[mode] -normal_main = { fg = "#1f1f28", bg = "#7e9cd8" } -normal_alt = { fg = "#7e9cd8", bg = "#2a2a37" } -select_main = { fg = "#1f1f28", bg = "#957fb8" } -select_alt = { fg = "#957fb8", bg = "#2a2a37" } -unset_main = { fg = "#1f1f28", bg = "#e6c384" } -unset_alt = { fg = "#e6c384", bg = "#2a2a37" } - - -[status] -sep_left = { open = "", close = "" } -sep_right = { open = "", close = "" } -overall = { fg = "#c8c093", bg = "#16161d" } - -progress_label = { fg = "#7e9cd8", bold = true } -progress_normal = { fg = "#2a2a37", bg = "#1f1f28" } -progress_error = { fg = "#2a2a37", bg = "#1f1f28" } - -perm_type = { fg = "#98bb6c" } -perm_read = { fg = "#e6c384" } -perm_write = { fg = "#ff5d62" } -perm_exec = { fg = "#7aa89f" } -perm_sep = { fg = "#957fb8" } - - -[pick] -border = { fg = "#7fb4ca" } -active = { fg = "#957fb8", bold = true } -inactive = {} - -[input] -border = { fg = "#7fb4ca" } -title = {} -value = {} -selected = { reversed = true } - -[completion] -border = { fg = "#7fb4ca" } -active = { reversed = true } -inactive = {} - -[tasks] -border = { fg = "#7fb4ca" } -title = {} -hovered = { fg = "#957fb8" } - -[which] -cols = 2 -separator = " - " -separator_style = { fg = "#727169" } -mask = { bg = "#16161d" } -rest = { fg = "#727169" } -cand = { fg = "#7e9cd8" } -desc = { fg = "#54546d" } - -[help] -on = { fg = "#7aa89f" } -run = { fg = "#957fb8" } -desc = {} -hovered = { reversed = true, bold = true } -footer = { fg = "#1f1f28", bg = "#dcd7ba" } - -[notify] -title_info = { fg = "#98bb6c" } -title_warn = { fg = "#e6c384" } -title_error = { fg = "#ff5d62" } - -[filetype] -rules = [ - # images - { mime = "image/*", fg = "#e6c384" }, - - # media - { mime = "{audio,video}/*", fg = "#957fb8" }, - - # archives - { mime = "application/{zip,rar,7z*,tar,gzip,xz,zstd,bzip*,lzma,compress,archive,cpio,arj,xar,ms-cab*}", fg = "#e46876" }, - - # documents - { mime = "application/{pdf,doc,rtf,vnd.*}", fg = "#6a9589" }, - - # broken links - { name = "*", is = "orphan", fg = "#c34043" }, - - # executables - { name = "*", is = "exec", fg = "#76946a" }, - - # fallback - { name = "*", fg = "#dcd7ba" }, - { name = "*/", fg = "#7e9cd8" }, -] diff --git a/fedora/.config/yazi/flavors/kanagawa.yazi/preview.png b/fedora/.config/yazi/flavors/kanagawa.yazi/preview.png deleted file mode 100644 index 87d0767..0000000 Binary files a/fedora/.config/yazi/flavors/kanagawa.yazi/preview.png and /dev/null differ diff --git a/fedora/.config/yazi/flavors/kanagawa.yazi/tmtheme.xml b/fedora/.config/yazi/flavors/kanagawa.yazi/tmtheme.xml deleted file mode 100644 index 737e459..0000000 --- a/fedora/.config/yazi/flavors/kanagawa.yazi/tmtheme.xml +++ /dev/null @@ -1,448 +0,0 @@ - - - - - name - Kanagawa - settings - - - settings - - background - #1F1F28 - caret - #C8C093 - foreground - #DCD7BA - invisibles - #54546D - lineHighlight - #2D4F67 - selection - #2D4F67 - findHighlight - #2D4F67 - selectionBorder - #222218 - gutterForeground - #54546D - - - - name - Comment - scope - comment - settings - - foreground - #727169 - - - - name - String - scope - string - settings - - foreground - #98BB6C - - - - name - Number - scope - constant.numeric - settings - - foreground - #D27E99 - - - - name - Built-in constant - scope - constant.language - settings - - foreground - #FFA066 - - - - name - User-defined constant - scope - constant.character, constant.other - settings - - foreground - #E6C384 - - - - name - Variable - scope - variable - settings - - fontStyle - #E6C384 - - - - name - Ruby's @variable - scope - variable.other.readwrite.instance - settings - - fontStyle - - foreground - #E6C384 - - - - name - String interpolation - scope - constant.character.escaped, constant.character.escape, string source, string source.ruby - settings - - fontStyle - - foreground - #C0A36E - - - - name - Keyword - scope - keyword - settings - - foreground - #E46876 - - - - name - Storage - scope - storage - settings - - fontStyle - - foreground - #957FB8 - - - - name - Storage type - scope - storage.type - settings - - foreground - #957FB8 - - - - name - Class name - scope - entity.name.class - settings - - foreground - #7AA89F - - - - name - Inherited class - scope - entity.other.inherited-class - settings - - foreground - #7AA89F - - - - name - Function name - scope - entity.name.function - settings - - fontStyle - - foreground - #7E9CD8 - - - - name - Function argument - scope - variable.parameter - settings - - foreground - #b8b4d0 - - - - name - Tag name - scope - entity.name.tag - settings - - fontStyle - - foreground - #7FB4CA - - - - name - Tag attribute - scope - entity.other.attribute-name - settings - - fontStyle - - foreground - #E6C384 - - - - name - Library function - scope - support.function - settings - - fontStyle - - foreground - #7FB4CA - - - - name - Library constant - scope - support.constant - settings - - fontStyle - - foreground - #7FB4CA - - - - name - Library class/type - scope - support.type, support.class - settings - - foreground - #7AA89F - - - - name - Library variable - scope - support.other.variable - settings - - foreground - #FFA066 - - - - name - Invalid - scope - invalid - settings - - fontStyle - - foreground - #FF5D62 - - - - name - Invalid deprecated - scope - invalid.deprecated - settings - - foreground - #717C7C - - - - name - JSON String - scope - meta.structure.dictionary.json string.quoted.double.json - settings - - foreground - #957FB8 - - - - name - diff.header - scope - meta.diff, meta.diff.header - settings - - foreground - #7E9CD8 - - - - name - diff.deleted - scope - markup.deleted - settings - - background - #43242B - - - - name - diff.inserted - scope - markup.inserted - settings - - background - #2B3328 - - - - name - diff.changed - scope - markup.changed - settings - - background - #49443C - - - - scope - constant.numeric.line-number.find-in-files - match - settings - - foreground - #54546D - - - - scope - entity.name.filename - settings - - foreground - #C8C093 - - - - scope - message.error - settings - - foreground - #E82424 - - - - name - JSON Punctuation - scope - punctuation.definition.string.begin.json - meta.structure.dictionary.value.json, punctuation.definition.string.end.json - meta.structure.dictionary.value.json - settings - - foreground - #9CABCA - - - - name - JSON Structure - scope - meta.structure.dictionary.json string.quoted.double.json - settings - - foreground - #957FB8 - - - - name - JSON String - scope - meta.structure.dictionary.value.json string.quoted.double.json - settings - - foreground - #ffffff - - - - name - Escape Characters - scope - constant.character.escape - settings - - foreground - #FF5D62 - - - - name - Regular Expressions - scope - string.regexp - settings - - foreground - #E6C384 - - - - uuid - 592FC036-6BB7-4676-A2F5-2894D48C8E33 - colorSpaceName - sRGB - semanticClass - theme.dark.kanagawa - - -- cgit v1.2.3