From 28e8bdf7f8286bd431b7f3b709e79f3827b31469 Mon Sep 17 00:00:00 2001 From: TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> Date: Wed, 24 Dec 2025 13:54:03 +0900 Subject: updates --- .../yazi/flavors/kanagawa-lotus.yazi/LICENSE | 21 + .../flavors/kanagawa-lotus.yazi/LICENSE-tmtheme | 21 + .../yazi/flavors/kanagawa-lotus.yazi/README.md | 41 ++ .../yazi/flavors/kanagawa-lotus.yazi/flavor.toml | 130 ++++++ .../yazi/flavors/kanagawa-lotus.yazi/preview.png | Bin 0 -> 264566 bytes .../yazi/flavors/kanagawa-lotus.yazi/tmtheme.xml | 448 +++++++++++++++++++++ 6 files changed, 661 insertions(+) create mode 100644 debian/.config/yazi/flavors/kanagawa-lotus.yazi/LICENSE create mode 100644 debian/.config/yazi/flavors/kanagawa-lotus.yazi/LICENSE-tmtheme create mode 100644 debian/.config/yazi/flavors/kanagawa-lotus.yazi/README.md create mode 100644 debian/.config/yazi/flavors/kanagawa-lotus.yazi/flavor.toml create mode 100644 debian/.config/yazi/flavors/kanagawa-lotus.yazi/preview.png create mode 100644 debian/.config/yazi/flavors/kanagawa-lotus.yazi/tmtheme.xml (limited to 'debian/.config/yazi/flavors/kanagawa-lotus.yazi') diff --git a/debian/.config/yazi/flavors/kanagawa-lotus.yazi/LICENSE b/debian/.config/yazi/flavors/kanagawa-lotus.yazi/LICENSE new file mode 100644 index 0000000..26e253b --- /dev/null +++ b/debian/.config/yazi/flavors/kanagawa-lotus.yazi/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2025 Alexander Muratov + +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/debian/.config/yazi/flavors/kanagawa-lotus.yazi/LICENSE-tmtheme b/debian/.config/yazi/flavors/kanagawa-lotus.yazi/LICENSE-tmtheme new file mode 100644 index 0000000..26e253b --- /dev/null +++ b/debian/.config/yazi/flavors/kanagawa-lotus.yazi/LICENSE-tmtheme @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2025 Alexander Muratov + +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/debian/.config/yazi/flavors/kanagawa-lotus.yazi/README.md b/debian/.config/yazi/flavors/kanagawa-lotus.yazi/README.md new file mode 100644 index 0000000..e92033a --- /dev/null +++ b/debian/.config/yazi/flavors/kanagawa-lotus.yazi/README.md @@ -0,0 +1,41 @@ +
+ Yazi logo +
+ +

+ Kanagawa Lotus Flavor for Yazi +

+ +## 👀 Preview + + + +## 🎨 Installation + +```bash +ya pack -a muratoffalex/kanagawa-lotus +``` + +## ⚙️ Usage + +To set it as your light flavor, change the content of your theme.toml to: + +```toml +[flavor] +light = "kanagawa-lotus" +``` + +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 for more details. + +## 🔗 Related Flavors + +- [🌊 Kanagawa Wave](https://github.com/dangooddd/kanagawa.yazi) +- [🐉 Kanagawa Dragon](https://github.com/marcosvnmelo/kanagawa-dragon.yazi) + +## 📜 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/debian/.config/yazi/flavors/kanagawa-lotus.yazi/flavor.toml b/debian/.config/yazi/flavors/kanagawa-lotus.yazi/flavor.toml new file mode 100644 index 0000000..ad9b7bd --- /dev/null +++ b/debian/.config/yazi/flavors/kanagawa-lotus.yazi/flavor.toml @@ -0,0 +1,130 @@ +## Color palette +## Check https://github.com/rebelot/kanagawa.nvim for more details +# lotusWhite0 "#d5cea3" dark bg +# lotusWhite3 "#f2ecbc" bg +# lotusWhite4 "#e7dba0" +# lotusViolet1 "#a09cac" +# lotusInk1 "#545464" fg +# lotusInk2 "#43436c" dark fg +# lotusGray3 "#8a8980" +# lotusRed2 "#d7474b" +# lotusRed "#c84053" +# lotusBlue4 "#4d699b" +# lotusRed "#c84053" +# lotusYellow "#77713f" +# lotusGreen "#6f894e" +# lotusGreen2 "#6e915f" +# lotusViolet4 "#624c83" +# lotusAqua "#597b75" +# lotusOrange "#cc6d00" +# lotusAqua2 "#5e857a" + +[mgr] +marker_copied = { fg = "#6f894e", bg = "#6f894e" } +marker_cut = { fg = "#c84053", bg = "#c84053" } +marker_marked = { fg = "#624c83", bg = "#624c83" } +marker_selected = { fg = "#cc6d00", bg = "#cc6d00" } +cwd = { fg = "#77713f" } +hovered = { reversed = true } +preview_hovered = { reversed = true } +find_keyword = { fg = "#cc6d00", bg = "#f2ecbc" } +find_position = {} +count_copied = { fg = "#f2ecbc", bg = "#6f894e" } +count_cut = { fg = "#f2ecbc", bg = "#c84053" } +count_selected = { fg = "#f2ecbc", bg = "#77713f" } +border_symbol = "│" +border_style = { fg = "#545464" } + +[tabs] +active = { fg = "#f2ecbc", bg = "#4d699b" } +inactive = { fg = "#43436c", bg = "#e7dba0" } +sep_inner = { open = "", close = "" } +sep_outer = { open = "", close = "" } + +[mode] +normal_main = { fg = "#f2ecbc", bg = "#4d699b" } +normal_alt = { fg = "#4d699b", bg = "#e7dba0" } +select_main = { fg = "#f2ecbc", bg = "#624c83" } +select_alt = { fg = "#624c83", bg = "#e7dba0" } +unset_main = { fg = "#f2ecbc", bg = "#77713f" } +unset_alt = { fg = "#77713f", bg = "#e7dba0" } + +[status] +sep_left = { open = "", close = "" } +sep_right = { open = "", close = "" } +overall = { fg = "#43436c", bg = "#d5cea3" } +progress_label = { fg = "#4d699b", bg = "#e7dba0", bold = true } +progress_normal = { fg = "#e7dba0", bg = "#f2ecbc" } +progress_error = { fg = "#e7dba0", bg = "#f2ecbc" } +perm_type = { fg = "#6f894e" } +perm_read = { fg = "#77713f" } +perm_write = { fg = "#d7474b" } +perm_exec = { fg = "#5e857a" } +perm_sep = { fg = "#624c83" } + +[which] +cols = 2 +separator = " - " +separator_style = { fg = "#8a8980" } +mask = { bg = "#d5cea3" } +rest = { fg = "#8a8980" } +cand = { fg = "#4d699b" } +desc = { fg = "#a09cac" } + +[pick] +border = { fg = "#5a7785" } +active = { fg = "#624c83", bold = true } +inactive = {} + +[input] +border = { fg = "#5a7785" } +title = {} +value = {} +selected = { reversed = true } + +[cmp] +border = { fg = "#5a7785" } +active = { reversed = true } +inactive = {} + +[tasks] +border = { fg = "#5a7785" } +title = {} +hovered = { fg = "#624c83" } + +[help] +on = { fg = "#5e857a" } +run = { fg = "#624c83" } +desc = {} +hovered = { reversed = true, bold = true } +footer = { fg = "#f2ecbc", bg = "#545464" } + +[notify] +title_info = { fg = "#6f894e" } +title_warn = { fg = "#77713f" } +title_error = { fg = "#d7474b" } + +[filetype] +rules = [ + # images + { mime = "image/*", fg = "#77713f" }, + + # media + { mime = "{audio,video}/*", fg = "#624c83" }, + + # archives + { mime = "application/{zip,rar,7z*,tar,gzip,xz,zstd,bzip*,lzma,compress,archive,cpio,arj,xar,ms-cab*}", fg = "#c84053" }, + + # documents + { mime = "application/{pdf,doc,rtf,vnd.*}", fg = "#597b75" }, + + # broken links + { name = "*", is = "orphan", fg = "#d7474b" }, + + # executables + { name = "*", is = "exec", fg = "#6e915f" }, + + # fallback + { name = "*", fg = "#545464" }, + { name = "*/", fg = "#4d699b" }, +] diff --git a/debian/.config/yazi/flavors/kanagawa-lotus.yazi/preview.png b/debian/.config/yazi/flavors/kanagawa-lotus.yazi/preview.png new file mode 100644 index 0000000..41c6392 Binary files /dev/null and b/debian/.config/yazi/flavors/kanagawa-lotus.yazi/preview.png differ diff --git a/debian/.config/yazi/flavors/kanagawa-lotus.yazi/tmtheme.xml b/debian/.config/yazi/flavors/kanagawa-lotus.yazi/tmtheme.xml new file mode 100644 index 0000000..ee63cd5 --- /dev/null +++ b/debian/.config/yazi/flavors/kanagawa-lotus.yazi/tmtheme.xml @@ -0,0 +1,448 @@ + + + + + name + Kanagawa Lotus + settings + + + settings + + background + #f2ecbc + caret + #43436c + foreground + #545464 + invisibles + #a09cac + lineHighlight + #b5cbd2 + selection + #b5cbd2 + findHighlight + #b5cbd2 + selectionBorder + #e7dba0 + gutterForeground + #a09cac + + + + name + Comment + scope + comment + settings + + foreground + #8a8980 + + + + name + String + scope + string + settings + + foreground + #6f894e + + + + name + Number + scope + constant.numeric + settings + + foreground + #b35b79 + + + + name + Built-in constant + scope + constant.language + settings + + foreground + #cc6d00 + + + + name + User-defined constant + scope + constant.character, constant.other + settings + + foreground + #77713f + + + + name + Variable + scope + variable + settings + + fontStyle + #77713f + + + + name + Ruby's @variable + scope + variable.other.readwrite.instance + settings + + fontStyle + + foreground + #77713f + + + + name + String interpolation + scope + constant.character.escaped, constant.character.escape, string source, string source.ruby + settings + + fontStyle + + foreground + #836f4a + + + + name + Keyword + scope + keyword + settings + + foreground + #c84053 + + + + name + Storage + scope + storage + settings + + fontStyle + + foreground + #624c83 + + + + name + Storage type + scope + storage.type + settings + + foreground + #624c83 + + + + name + Class name + scope + entity.name.class + settings + + foreground + #597b75 + + + + name + Inherited class + scope + entity.other.inherited-class + settings + + foreground + #597b75 + + + + name + Function name + scope + entity.name.function + settings + + fontStyle + + foreground + #4d699b + + + + name + Function argument + scope + variable.parameter + settings + + foreground + #5d57a3 + + + + name + Tag name + scope + entity.name.tag + settings + + fontStyle + + foreground + #5a7785 + + + + name + Tag attribute + scope + entity.other.attribute-name + settings + + fontStyle + + foreground + #77713f + + + + name + Library function + scope + support.function + settings + + fontStyle + + foreground + #5a7785 + + + + name + Library constant + scope + support.constant + settings + + fontStyle + + foreground + #5a7785 + + + + name + Library class/type + scope + support.type, support.class + settings + + foreground + #597b75 + + + + name + Library variable + scope + support.other.variable + settings + + foreground + #cc6d00 + + + + name + Invalid + scope + invalid + settings + + fontStyle + + foreground + #d7474b + + + + name + Invalid deprecated + scope + invalid.deprecated + settings + + foreground + #8a8980 + + + + name + JSON String + scope + meta.structure.dictionary.json string.quoted.double.json + settings + + foreground + #624c83 + + + + name + diff.header + scope + meta.diff, meta.diff.header + settings + + foreground + #4d699b + + + + name + diff.deleted + scope + markup.deleted + settings + + background + #d9a594 + + + + name + diff.inserted + scope + markup.inserted + settings + + background + #b7d0ae + + + + name + diff.changed + scope + markup.changed + settings + + background + #d7e3d8 + + + + scope + constant.numeric.line-number.find-in-files - match + settings + + foreground + #a09cac + + + + scope + entity.name.filename + settings + + foreground + #43436c + + + + 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 + #9fb5c9 + + + + name + JSON Structure + scope + meta.structure.dictionary.json string.quoted.double.json + settings + + foreground + #624c83 + + + + name + JSON String + scope + meta.structure.dictionary.value.json string.quoted.double.json + settings + + foreground + #545464 + + + + name + Escape Characters + scope + constant.character.escape + settings + + foreground + #d7474b + + + + name + Regular Expressions + scope + string.regexp + settings + + foreground + #77713f + + + + uuid + 592FC036-6BB7-4676-A2F5-2894D48C8E33 + colorSpaceName + sRGB + semanticClass + theme.light.kanagawa_lotus + + -- cgit v1.2.3