diff options
Diffstat (limited to 'fedora/.config/yazi/flavors/kanagawa-lotus.yazi')
| -rw-r--r-- | fedora/.config/yazi/flavors/kanagawa-lotus.yazi/LICENSE | 21 | ||||
| -rw-r--r-- | fedora/.config/yazi/flavors/kanagawa-lotus.yazi/LICENSE-tmtheme | 21 | ||||
| -rw-r--r-- | fedora/.config/yazi/flavors/kanagawa-lotus.yazi/README.md | 41 | ||||
| -rw-r--r-- | fedora/.config/yazi/flavors/kanagawa-lotus.yazi/flavor.toml | 130 | ||||
| -rw-r--r-- | fedora/.config/yazi/flavors/kanagawa-lotus.yazi/preview.png | bin | 0 -> 264566 bytes | |||
| -rw-r--r-- | fedora/.config/yazi/flavors/kanagawa-lotus.yazi/tmtheme.xml | 448 |
6 files changed, 661 insertions, 0 deletions
diff --git a/fedora/.config/yazi/flavors/kanagawa-lotus.yazi/LICENSE b/fedora/.config/yazi/flavors/kanagawa-lotus.yazi/LICENSE new file mode 100644 index 0000000..26e253b --- /dev/null +++ b/fedora/.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/fedora/.config/yazi/flavors/kanagawa-lotus.yazi/LICENSE-tmtheme b/fedora/.config/yazi/flavors/kanagawa-lotus.yazi/LICENSE-tmtheme new file mode 100644 index 0000000..26e253b --- /dev/null +++ b/fedora/.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/fedora/.config/yazi/flavors/kanagawa-lotus.yazi/README.md b/fedora/.config/yazi/flavors/kanagawa-lotus.yazi/README.md new file mode 100644 index 0000000..e92033a --- /dev/null +++ b/fedora/.config/yazi/flavors/kanagawa-lotus.yazi/README.md @@ -0,0 +1,41 @@ +<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"> + Kanagawa Lotus Flavor for <a href="https://github.com/sxyazi/yazi">Yazi</a> +</h3> + +## 👀 Preview + +<img src="preview.png" width="800" /> + +## 🎨 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/fedora/.config/yazi/flavors/kanagawa-lotus.yazi/flavor.toml b/fedora/.config/yazi/flavors/kanagawa-lotus.yazi/flavor.toml new file mode 100644 index 0000000..ad9b7bd --- /dev/null +++ b/fedora/.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/fedora/.config/yazi/flavors/kanagawa-lotus.yazi/preview.png b/fedora/.config/yazi/flavors/kanagawa-lotus.yazi/preview.png Binary files differnew file mode 100644 index 0000000..41c6392 --- /dev/null +++ b/fedora/.config/yazi/flavors/kanagawa-lotus.yazi/preview.png diff --git a/fedora/.config/yazi/flavors/kanagawa-lotus.yazi/tmtheme.xml b/fedora/.config/yazi/flavors/kanagawa-lotus.yazi/tmtheme.xml new file mode 100644 index 0000000..ee63cd5 --- /dev/null +++ b/fedora/.config/yazi/flavors/kanagawa-lotus.yazi/tmtheme.xml @@ -0,0 +1,448 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!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>Kanagawa Lotus</string> + <key>settings</key> + <array> + <dict> + <key>settings</key> + <dict> + <key>background</key> + <string>#f2ecbc</string> + <key>caret</key> + <string>#43436c</string> + <key>foreground</key> + <string>#545464</string> + <key>invisibles</key> + <string>#a09cac</string> + <key>lineHighlight</key> + <string>#b5cbd2</string> + <key>selection</key> + <string>#b5cbd2</string> + <key>findHighlight</key> + <string>#b5cbd2</string> + <key>selectionBorder</key> + <string>#e7dba0</string> + <key>gutterForeground</key> + <string>#a09cac</string> + </dict> + </dict> + <dict> + <key>name</key> + <string>Comment</string> + <key>scope</key> + <string>comment</string> + <key>settings</key> + <dict> + <key>foreground</key> + <string>#8a8980</string> + </dict> + </dict> + <dict> + <key>name</key> + <string>String</string> + <key>scope</key> + <string>string</string> + <key>settings</key> + <dict> + <key>foreground</key> + <string>#6f894e</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>#b35b79</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>#cc6d00</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>#77713f</string> + </dict> + </dict> + <dict> + <key>name</key> + <string>Variable</string> + <key>scope</key> + <string>variable</string> + <key>settings</key> + <dict> + <key>fontStyle</key> + <string>#77713f</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/> + <key>foreground</key> + <string>#77713f</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/> + <key>foreground</key> + <string>#836f4a</string> + </dict> + </dict> + <dict> + <key>name</key> + <string>Keyword</string> + <key>scope</key> + <string>keyword</string> + <key>settings</key> + <dict> + <key>foreground</key> + <string>#c84053</string> + </dict> + </dict> + <dict> + <key>name</key> + <string>Storage</string> + <key>scope</key> + <string>storage</string> + <key>settings</key> + <dict> + <key>fontStyle</key> + <string/> + <key>foreground</key> + <string>#624c83</string> + </dict> + </dict> + <dict> + <key>name</key> + <string>Storage type</string> + <key>scope</key> + <string>storage.type</string> + <key>settings</key> + <dict> + <key>foreground</key> + <string>#624c83</string> + </dict> + </dict> + <dict> + <key>name</key> + <string>Class name</string> + <key>scope</key> + <string>entity.name.class</string> + <key>settings</key> + <dict> + <key>foreground</key> + <string>#597b75</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>foreground</key> + <string>#597b75</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/> + <key>foreground</key> + <string>#4d699b</string> + </dict> + </dict> + <dict> + <key>name</key> + <string>Function argument</string> + <key>scope</key> + <string>variable.parameter</string> + <key>settings</key> + <dict> + <key>foreground</key> + <string>#5d57a3</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/> + <key>foreground</key> + <string>#5a7785</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/> + <key>foreground</key> + <string>#77713f</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/> + <key>foreground</key> + <string>#5a7785</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/> + <key>foreground</key> + <string>#5a7785</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>foreground</key> + <string>#597b75</string> + </dict> + </dict> + <dict> + <key>name</key> + <string>Library variable</string> + <key>scope</key> + <string>support.other.variable</string> + <key>settings</key> + <dict> + <key>foreground</key> + <string>#cc6d00</string> + </dict> + </dict> + <dict> + <key>name</key> + <string>Invalid</string> + <key>scope</key> + <string>invalid</string> + <key>settings</key> + <dict> + <key>fontStyle</key> + <string/> + <key>foreground</key> + <string>#d7474b</string> + </dict> + </dict> + <dict> + <key>name</key> + <string>Invalid deprecated</string> + <key>scope</key> + <string>invalid.deprecated</string> + <key>settings</key> + <dict> + <key>foreground</key> + <string>#8a8980</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>#624c83</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>#4d699b</string> + </dict> + </dict> + <dict> + <key>name</key> + <string>diff.deleted</string> + <key>scope</key> + <string>markup.deleted</string> + <key>settings</key> + <dict> + <key>background</key> + <string>#d9a594</string> + </dict> + </dict> + <dict> + <key>name</key> + <string>diff.inserted</string> + <key>scope</key> + <string>markup.inserted</string> + <key>settings</key> + <dict> + <key>background</key> + <string>#b7d0ae</string> + </dict> + </dict> + <dict> + <key>name</key> + <string>diff.changed</string> + <key>scope</key> + <string>markup.changed</string> + <key>settings</key> + <dict> + <key>background</key> + <string>#d7e3d8</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>#a09cac</string> + </dict> + </dict> + <dict> + <key>scope</key> + <string>entity.name.filename</string> + <key>settings</key> + <dict> + <key>foreground</key> + <string>#43436c</string> + </dict> + </dict> + <dict> + <key>scope</key> + <string>message.error</string> + <key>settings</key> + <dict> + <key>foreground</key> + <string>#e82424</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>#9fb5c9</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>#624c83</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>#545464</string> + </dict> + </dict> + <dict> + <key>name</key> + <string>Escape Characters</string> + <key>scope</key> + <string>constant.character.escape</string> + <key>settings</key> + <dict> + <key>foreground</key> + <string>#d7474b</string> + </dict> + </dict> + <dict> + <key>name</key> + <string>Regular Expressions</string> + <key>scope</key> + <string>string.regexp</string> + <key>settings</key> + <dict> + <key>foreground</key> + <string>#77713f</string> + </dict> + </dict> + </array> + <key>uuid</key> + <string>592FC036-6BB7-4676-A2F5-2894D48C8E33</string> + <key>colorSpaceName</key> + <string>sRGB</string> + <key>semanticClass</key> + <string>theme.light.kanagawa_lotus</string> + </dict> +</plist> |
