diff options
Diffstat (limited to 'fedora/.config/yazi/flavors/rose-pine.yazi')
| -rw-r--r-- | fedora/.config/yazi/flavors/rose-pine.yazi/LICENSE | 21 | ||||
| -rw-r--r-- | fedora/.config/yazi/flavors/rose-pine.yazi/LICENSE-tmtheme | 21 | ||||
| -rw-r--r-- | fedora/.config/yazi/flavors/rose-pine.yazi/README.md | 36 | ||||
| -rw-r--r-- | fedora/.config/yazi/flavors/rose-pine.yazi/flavor.toml | 230 | ||||
| -rw-r--r-- | fedora/.config/yazi/flavors/rose-pine.yazi/preview.png | bin | 0 -> 983910 bytes | |||
| -rw-r--r-- | fedora/.config/yazi/flavors/rose-pine.yazi/tmtheme.xml | 316 |
6 files changed, 624 insertions, 0 deletions
diff --git a/fedora/.config/yazi/flavors/rose-pine.yazi/LICENSE b/fedora/.config/yazi/flavors/rose-pine.yazi/LICENSE new file mode 100644 index 0000000..78e74c8 --- /dev/null +++ b/fedora/.config/yazi/flavors/rose-pine.yazi/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2025 Mintass + +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/rose-pine.yazi/LICENSE-tmtheme b/fedora/.config/yazi/flavors/rose-pine.yazi/LICENSE-tmtheme new file mode 100644 index 0000000..ef13b56 --- /dev/null +++ b/fedora/.config/yazi/flavors/rose-pine.yazi/LICENSE-tmtheme @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2024 Rosé Pine + +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.
\ No newline at end of file diff --git a/fedora/.config/yazi/flavors/rose-pine.yazi/README.md b/fedora/.config/yazi/flavors/rose-pine.yazi/README.md new file mode 100644 index 0000000..56bcae4 --- /dev/null +++ b/fedora/.config/yazi/flavors/rose-pine.yazi/README.md @@ -0,0 +1,36 @@ +<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"> + Rosé Pine Flavor for <a href="https://github.com/sxyazi/yazi">Yazi</a> +</h3> + +## 👀 Preview + +<img src="preview.png" width="600" /> + +## 🎨 Installation + +```sh +ya pkg add Mintass/rose-pine +``` + +## ⚙️ Usage + +To set it as your dark flavor, change the content of your `theme.toml` to: + +```toml +[flavor] +dark = "rose-pine" +``` + +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/fedora/.config/yazi/flavors/rose-pine.yazi/flavor.toml b/fedora/.config/yazi/flavors/rose-pine.yazi/flavor.toml new file mode 100644 index 0000000..c77e447 --- /dev/null +++ b/fedora/.config/yazi/flavors/rose-pine.yazi/flavor.toml @@ -0,0 +1,230 @@ +# vim:fileencoding=utf-8:foldmethod=marker + +# : Manager {{{ + +[mgr] +cwd = { fg = "#9ccfd8" } + +# Hovered +hovered = { reversed = true } +preview_hovered = { underline = true } + +# Find +find_keyword = { fg = "#f6c177", bold = true, italic = true, underline = true } +find_position = { fg = "#c4a7e7", bg = "reset", bold = true, italic = true } + +# Symlink +symlink_target = { italic = true } + +# Marker +marker_copied = { fg = "#31748f", bg = "#31748f" } +marker_cut = { fg = "#eb6f92", bg = "#eb6f92" } +marker_marked = { fg = "#ebbcba", bg = "#ebbcba" } +marker_selected = { fg = "#f6c177", bg = "#f6c177" } + +# Count +count_copied = { fg = "#e0def4", bg = "#31748f" } +count_cut = { fg = "#e0def4", bg = "#eb6f92" } +count_selected = { fg = "#191724", bg = "#f6c177" } + +# Border +border_symbol = "│" +border_style = { fg = "#524f67" } + +# Highlighting +syntect_theme = "" + +# : }}} + + +# : Tabs {{{ + +[tabs] +active = { fg = "#e0def4", bg = "#31748f", bold = true } +inactive = { fg = "#31748f", bg = "#e0def4" } + +# Separator +sep_inner = { open = "", close = "" } +sep_outer = { open = "", close = "" } + +# : }}} + + +# : Mode {{{ + +[mode] +normal_main = { fg = "#191724", bg = "#9ccfd8", bold = true } +normal_alt = { fg = "#191724", bg = "#e0def4", bold = true } + +# Select mode +select_main = { fg = "#191724", bg = "#eb6f92", bold = true } +select_alt = { fg = "#191724", bg = "#e0def4", bold = true } + +# Unset mode +unset_main = { fg = "#191724", bg = "#eb6f92", bold = true } +unset_alt = { fg = "#191724", bg = "#e0def4", bold = true } + +# : }}} + + +# : Status bar {{{ + +[status] +overall = { bg = "#191724" } +sep_left = { open = "", close = "" } +sep_right = { open = "", close = "" } + +# Permissions +perm_sep = { fg = "#6e6a86" } +perm_type = { fg = "#c4a7e7" } +perm_read = { fg = "#f6c177" } +perm_write = { fg = "#eb6f92" } +perm_exec = { fg = "#9ccfd8" } + +# Progress +progress_label = { fg = "#e0def4", bold = true } +progress_normal = { fg = "#31748f", bg = "#21202e" } +progress_error = { fg = "#eb6f92", bg = "#21202e" } + +# : }}} + + +# : Which {{{ + +[which] +cols = 3 +mask = { bg = "#1f1d2e" } +cand = { fg = "#9ccfd8" } +rest = { fg = "#6e6a86" } +desc = { fg = "#f6c177" } +separator = " " +separator_style = { fg = "#6e6a86" } + +# : }}} + + +# : Confirmation {{{ + +[confirm] +border = { fg = "#524f67" } +title = { fg = "#eb6f92", bold = true } +body = { fg = "#e0def4" } +list = { fg = "#e0def4" } +btn_yes = { fg = "#191724", bg = "#31748f", bold = true } +btn_no = { fg = "#191724", bg = "#e0def4", bold = true } +btn_labels = [ " [y]es ", " (n)o " ] + +# : }}} + + +# : Spotter {{{ + +[spot] +border = { fg = "#524f67" } +title = { fg = "#9ccfd8", bold = true } + +# Table +tbl_col = { fg = "#9ccfd8" } +tbl_cell = { fg = "#191724", bg = "#f6c177", bold = true } + +# : }}} + + +# : Notification {{{ + +[notify] +title_info = { fg = "#31748f" } +title_warn = { fg = "#f6c177" } +title_error = { fg = "#eb6f92" } + + +# : }}} + + +# : Picker {{{ + +[pick] +border = { fg = "#31748f" } +active = { fg = "#c4a7e7", bold = true } +inactive = { fg = "#908caa"} + +# : }}} + + +# : Input {{{ + +[input] +border = { fg = "#31748f" } +title = { bold = true } +value = { fg = "#e0def4"} +selected = { reversed = true } + +# : }}} + + +# : Completion {{{ + +[cmp] +border = { fg = "#31748f" } +active = { bg = "#e0def4", fg = "#191724", bold = true } +inactive = { fg = "#908caa" } + + +# : }}} + + +# : Task manager {{{ + +[tasks] +border = { fg = "#31748f" } +title = { bold = true} +hovered = { fg = "#c4a7e7", bold = true, reversed = true } + +# : }}} + + +# : Help menu {{{ + +[help] +on = { fg = "#9ccfd8" } +run = { fg = "#c4a7e7" } +desc = { fg = "#f6c177"} +hovered = { reversed = true, bold = true } +footer = { fg = "#191724", bg = "#e0def4" } + +# : }}} + + +# : File-specific styles {{{ + +[filetype] +rules = [ + # Images + { mime = "image/*", fg = "#c4a7e7" }, + + # Media + { mime = "{audio,video}/*", fg = "#f6c177" }, + + # Archives + { mime = "application/{zip,rar,7z*,tar,gzip,xz,zstd,bzip*,lzma,compress,archive,cpio,arj,xar,ms-cab*}", fg = "#eb6f92" }, + + # Documents + { mime = "application/{pdf,doc,rtf}", fg = "#ebbcba" }, + + # Empty files + # { mime = "inode/empty", fg = "#eb6f92" }, + + # Special files + { name = "*", is = "orphan", fg = "#191724", bg = "#eb6f92" }, + { name = "*", is = "exec" , fg = "#9ccfd8" }, + + # Dummy files + { name = "*", is = "dummy", fg = "#191724", bg = "#eb6f92" }, + { name = "*/", is = "dummy", fg = "#191724", bg = "#eb6f92" }, + + # Fallback + { name = "*", fg = "#e0def4" }, + { name = "*/", fg = "#31748f" } +] + +# : }}}
\ No newline at end of file diff --git a/fedora/.config/yazi/flavors/rose-pine.yazi/preview.png b/fedora/.config/yazi/flavors/rose-pine.yazi/preview.png Binary files differnew file mode 100644 index 0000000..9150f54 --- /dev/null +++ b/fedora/.config/yazi/flavors/rose-pine.yazi/preview.png diff --git a/fedora/.config/yazi/flavors/rose-pine.yazi/tmtheme.xml b/fedora/.config/yazi/flavors/rose-pine.yazi/tmtheme.xml new file mode 100644 index 0000000..70ded3e --- /dev/null +++ b/fedora/.config/yazi/flavors/rose-pine.yazi/tmtheme.xml @@ -0,0 +1,316 @@ +<?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>Rosé Pine</string> + <key>settings</key> + <array> + <dict> + <key>settings</key> + <dict> + <key>background</key> + <string>#191724</string> + <key>caret</key> + <string>#524f67</string> + <key>foreground</key> + <string>#e0def4</string> + <key>invisibles</key> + <string>#1f1d2e</string> + <key>lineHighlight</key> + <string>#21202e</string> + <key>selection</key> + <string>#403d52</string> + </dict> + </dict> + <dict> + <key>name</key> + <string>Comment</string> + <key>scope</key> + <string>comment</string> + <key>settings</key> + <dict> + <key>fontStyle</key> + <string>italic</string> + <key>foreground</key> + <string>#908caa</string> + </dict> + </dict> + <dict> + <key>name</key> + <string>String</string> + <key>scope</key> + <string>string, punctuation.definition.string</string> + <key>settings</key> + <dict> + <key>foreground</key> + <string>#f6c177</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>#f6c177</string> + </dict> + </dict> + <dict> + <key>name</key> + <string>Built-in constant</string> + <key>scope</key> + <string>constant.language</string> + <key>settings</key> + <dict> + <key>fontStyle</key> + <string>bold</string> + <key>foreground</key> + <string>#f6c177</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>#f6c177</string> + </dict> + </dict> + <dict> + <key>name</key> + <string>Variable</string> + <key>scope</key> + <string>variable</string> + <key>settings</key> + <dict> + <key>fontStyle</key> + <string>italic</string> + <key>foreground</key> + <string>#e0def4</string> + </dict> + </dict> + <dict> + <key>name</key> + <string>Keyword</string> + <key>scope</key> + <string>keyword</string> + <key>settings</key> + <dict> + <key>foreground</key> + <string>#31748f</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>#9ccfd8</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></string> + <key>foreground</key> + <string>#9ccfd8</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>bold</string> + <key>foreground</key> + <string>#31748f</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 </string> + <key>foreground</key> + <string>#31748f</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>italic</string> + <key>foreground</key> + <string>#ebbcba</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></string> + <key>foreground</key> + <string>#c4a7e7</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>bold</string> + <key>foreground</key> + <string>#31748f</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>#c4a7e7</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>bold</string> + <key>foreground</key> + <string>#ebbcba</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>bold</string> + <key>foreground</key> + <string>#f6c177</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>bold</string> + <key>foreground</key> + <string>#9ccfd8</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>bold</string> + <key>foreground</key> + <string>#eb6f92</string> + </dict> + </dict> + <dict> + <key>name</key> + <string>Invalid</string> + <key>scope</key> + <string>invalid</string> + <key>settings</key> + <dict> + <key>background</key> + <string>#eb6f92</string> + <key>fontStyle</key> + <string></string> + <key>foreground</key> + <string>#e0def4</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>#c4a7e7</string> + <key>foreground</key> + <string>#e0def4</string> + </dict> + </dict> + <dict> + <key>name</key> + <string>Punctuation, Operators</string> + <key>scope</key> + <string>punctuation, keyword.operator</string> + <key>settings</key> + <dict> + <key>foreground</key> + <string>#908caa</string> + </dict> + </dict> + </array> + <key>colorSpaceName</key> + <string>sRGB</string> + <key>semanticClass</key> + <string>theme.dark.rosé-pine</string> + <key>author</key> + <string>arrrgi</string> + <key>comment</key> + <string>All natural pine, faux fur and a bit of soho vibes for the classy minimalist</string> + <key>uuid</key> + <string>14991673-80EB-41A2-BEFF-03216A233730</string> +</dict> +</plist> |
