diff options
| -rw-r--r-- | mac/.config/yazi/flavors/rose-pine-dawn.yazi/LICENSE | 21 | ||||
| -rw-r--r-- | mac/.config/yazi/flavors/rose-pine-dawn.yazi/LICENSE-tmtheme | 21 | ||||
| -rw-r--r-- | mac/.config/yazi/flavors/rose-pine-dawn.yazi/README.md | 36 | ||||
| -rw-r--r-- | mac/.config/yazi/flavors/rose-pine-dawn.yazi/flavor.toml | 230 | ||||
| -rw-r--r-- | mac/.config/yazi/flavors/rose-pine-dawn.yazi/preview.png | bin | 0 -> 496676 bytes | |||
| -rw-r--r-- | mac/.config/yazi/flavors/rose-pine-dawn.yazi/tmtheme.xml | 316 | ||||
| -rw-r--r-- | mac/.qutebrowser/config.py | 18 |
7 files changed, 633 insertions, 9 deletions
diff --git a/mac/.config/yazi/flavors/rose-pine-dawn.yazi/LICENSE b/mac/.config/yazi/flavors/rose-pine-dawn.yazi/LICENSE new file mode 100644 index 0000000..78e74c8 --- /dev/null +++ b/mac/.config/yazi/flavors/rose-pine-dawn.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/mac/.config/yazi/flavors/rose-pine-dawn.yazi/LICENSE-tmtheme b/mac/.config/yazi/flavors/rose-pine-dawn.yazi/LICENSE-tmtheme new file mode 100644 index 0000000..ef13b56 --- /dev/null +++ b/mac/.config/yazi/flavors/rose-pine-dawn.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/mac/.config/yazi/flavors/rose-pine-dawn.yazi/README.md b/mac/.config/yazi/flavors/rose-pine-dawn.yazi/README.md new file mode 100644 index 0000000..6163fb5 --- /dev/null +++ b/mac/.config/yazi/flavors/rose-pine-dawn.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 Dawn 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-dawn +``` + +## ⚙️ Usage + +To set it as your dark flavor, change the content of your `theme.toml` to: + +```toml +[flavor] +light = "rose-pine-dawn" +``` + +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/rose-pine-dawn.yazi/flavor.toml b/mac/.config/yazi/flavors/rose-pine-dawn.yazi/flavor.toml new file mode 100644 index 0000000..cf64111 --- /dev/null +++ b/mac/.config/yazi/flavors/rose-pine-dawn.yazi/flavor.toml @@ -0,0 +1,230 @@ +# vim:fileencoding=utf-8:foldmethod=marker + +# : Manager {{{ + +[mgr] +cwd = { fg = "#56949f" } + +# Hovered +hovered = { reversed = true } +preview_hovered = { underline = true } + +# Find +find_keyword = { fg = "#ea9d34", bold = true, italic = true, underline = true } +find_position = { fg = "#907aa9", bg = "reset", bold = true, italic = true } + +# Symlink +symlink_target = { italic = true } + +# Marker +marker_copied = { fg = "#286983", bg = "#286983" } +marker_cut = { fg = "#b4637a", bg = "#b4637a" } +marker_marked = { fg = "#d7827e", bg = "#d7827e" } +marker_selected = { fg = "#ea9d34", bg = "#ea9d34" } + +# Count +count_copied = { fg = "#575279", bg = "#286983" } +count_cut = { fg = "#575279", bg = "#b4637a" } +count_selected = { fg = "#faf4ed", bg = "#ea9d34" } + +# Border +border_symbol = "│" +border_style = { fg = "#cecacd" } + +# Highlighting +syntect_theme = "" + +# : }}} + + +# : Tabs {{{ + +[tabs] +active = { fg = "#575279", bg = "#286983", bold = true } +inactive = { fg = "#286983", bg = "#575279" } + +# Separator +sep_inner = { open = "", close = "" } +sep_outer = { open = "", close = "" } + +# : }}} + + +# : Mode {{{ + +[mode] +normal_main = { fg = "#faf4ed", bg = "#56949f", bold = true } +normal_alt = { fg = "#faf4ed", bg = "#575279", bold = true } + +# Select mode +select_main = { fg = "#faf4ed", bg = "#b4637a", bold = true } +select_alt = { fg = "#faf4ed", bg = "#575279", bold = true } + +# Unset mode +unset_main = { fg = "#faf4ed", bg = "#b4637a", bold = true } +unset_alt = { fg = "#faf4ed", bg = "#575279", bold = true } + +# : }}} + + +# : Status bar {{{ + +[status] +overall = { bg = "#faf4ed" } +sep_left = { open = "", close = "" } +sep_right = { open = "", close = "" } + +# Permissions +perm_sep = { fg = "#9893a5" } +perm_type = { fg = "#907aa9" } +perm_read = { fg = "#ea9d34" } +perm_write = { fg = "#b4637a" } +perm_exec = { fg = "#56949f" } + +# Progress +progress_label = { fg = "#575279", bold = true } +progress_normal = { fg = "#286983", bg = "#f4ede8" } +progress_error = { fg = "#b4637a", bg = "#f4ede8" } + +# : }}} + + +# : Which {{{ + +[which] +cols = 3 +mask = { bg = "#fffaf3" } +cand = { fg = "#56949f" } +rest = { fg = "#9893a5" } +desc = { fg = "#ea9d34" } +separator = " " +separator_style = { fg = "#9893a5" } + +# : }}} + + +# : Confirmation {{{ + +[confirm] +border = { fg = "#cecacd" } +title = { fg = "#b4637a", bold = true } +body = { fg = "#575279" } +list = { fg = "#575279" } +btn_yes = { fg = "#faf4ed", bg = "#286983", bold = true } +btn_no = { fg = "#faf4ed", bg = "#575279", bold = true } +btn_labels = [ " [y]es ", " (n)o " ] + +# : }}} + + +# : Spotter {{{ + +[spot] +border = { fg = "#cecacd" } +title = { fg = "#56949f", bold = true } + +# Table +tbl_col = { fg = "#56949f" } +tbl_cell = { fg = "#faf4ed", bg = "#ea9d34", bold = true } + +# : }}} + + +# : Notification {{{ + +[notify] +title_info = { fg = "#286983" } +title_warn = { fg = "#ea9d34" } +title_error = { fg = "#b4637a" } + + +# : }}} + + +# : Picker {{{ + +[pick] +border = { fg = "#286983" } +active = { fg = "#907aa9", bold = true } +inactive = { fg = "#797593"} + +# : }}} + + +# : Input {{{ + +[input] +border = { fg = "#286983" } +title = { bold = true } +value = { fg = "#575279"} +selected = { reversed = true } + +# : }}} + + +# : Completion {{{ + +[cmp] +border = { fg = "#286983" } +active = { bg = "#575279", fg = "#faf4ed", bold = true } +inactive = { fg = "#797593" } + + +# : }}} + + +# : Task manager {{{ + +[tasks] +border = { fg = "#286983" } +title = { bold = true} +hovered = { fg = "#907aa9", bold = true, reversed = true } + +# : }}} + + +# : Help menu {{{ + +[help] +on = { fg = "#56949f" } +run = { fg = "#907aa9" } +desc = { fg = "#ea9d34"} +hovered = { reversed = true, bold = true } +footer = { fg = "#faf4ed", bg = "#575279" } + +# : }}} + + +# : File-specific styles {{{ + +[filetype] +rules = [ + # Images + { mime = "image/*", fg = "#907aa9" }, + + # Media + { mime = "{audio,video}/*", fg = "#ea9d34" }, + + # Archives + { mime = "application/{zip,rar,7z*,tar,gzip,xz,zstd,bzip*,lzma,compress,archive,cpio,arj,xar,ms-cab*}", fg = "#b4637a" }, + + # Documents + { mime = "application/{pdf,doc,rtf}", fg = "#d7827e" }, + + # Empty files + # { mime = "inode/empty", fg = "#b4637a" }, + + # Special files + { name = "*", is = "orphan", fg = "#faf4ed", bg = "#b4637a" }, + { name = "*", is = "exec" , fg = "#56949f" }, + + # Dummy files + { name = "*", is = "dummy", fg = "#faf4ed", bg = "#b4637a" }, + { name = "*/", is = "dummy", fg = "#faf4ed", bg = "#b4637a" }, + + # Fallback + { name = "*", fg = "#575279" }, + { name = "*/", fg = "#286983" } +] + +# : }}}
\ No newline at end of file diff --git a/mac/.config/yazi/flavors/rose-pine-dawn.yazi/preview.png b/mac/.config/yazi/flavors/rose-pine-dawn.yazi/preview.png Binary files differnew file mode 100644 index 0000000..e4ef7cb --- /dev/null +++ b/mac/.config/yazi/flavors/rose-pine-dawn.yazi/preview.png diff --git a/mac/.config/yazi/flavors/rose-pine-dawn.yazi/tmtheme.xml b/mac/.config/yazi/flavors/rose-pine-dawn.yazi/tmtheme.xml new file mode 100644 index 0000000..4610ea5 --- /dev/null +++ b/mac/.config/yazi/flavors/rose-pine-dawn.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 Dawn</string> + <key>settings</key> + <array> + <dict> + <key>settings</key> + <dict> + <key>background</key> + <string>#faf4ed</string> + <key>caret</key> + <string>#cecacd</string> + <key>foreground</key> + <string>#575279</string> + <key>invisibles</key> + <string>#fffaf3</string> + <key>lineHighlight</key> + <string>#f4ede8</string> + <key>selection</key> + <string>#dfdad9</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>#797593</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>#ea9d34</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>#ea9d34</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>#ea9d34</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>#ea9d34</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>#575279</string> + </dict> + </dict> + <dict> + <key>name</key> + <string>Keyword</string> + <key>scope</key> + <string>keyword</string> + <key>settings</key> + <dict> + <key>foreground</key> + <string>#286983</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>#56949f</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>#56949f</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>#286983</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>#286983</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>#d7827e</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>#907aa9</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>#286983</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>#907aa9</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>#d7827e</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>#ea9d34</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>#56949f</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>#b4637a</string> + </dict> + </dict> + <dict> + <key>name</key> + <string>Invalid</string> + <key>scope</key> + <string>invalid</string> + <key>settings</key> + <dict> + <key>background</key> + <string>#b4637a</string> + <key>fontStyle</key> + <string></string> + <key>foreground</key> + <string>#575279</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>#907aa9</string> + <key>foreground</key> + <string>#575279</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>#797593</string> + </dict> + </dict> + </array> + <key>colorSpaceName</key> + <string>sRGB</string> + <key>semanticClass</key> + <string>theme.light.rosé-pine-dawn</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>BB4B4616-E742-41D5-BB5B-63D45FA614F</string> +</dict> +</plist> diff --git a/mac/.qutebrowser/config.py b/mac/.qutebrowser/config.py index 9b87430..df737a0 100644 --- a/mac/.qutebrowser/config.py +++ b/mac/.qutebrowser/config.py @@ -128,11 +128,11 @@ config.load_autoconfig(True) ## Foreground color of the matched text in the selected completion item. ## Type: QtColor -# c.colors.completion.item.selected.match.fg = '#ff4444' +# c.colors.completion.item.selected.match.fg = '#770000' ## Foreground color of the matched text in the completion. ## Type: QtColor -# c.colors.completion.match.fg = '#ff4444' +# c.colors.completion.match.fg = '#770000' ## Background color of the completion widget for odd rows. ## Type: QssColor @@ -182,7 +182,7 @@ config.load_autoconfig(True) ## Background color for downloads with errors. ## Type: QtColor -# c.colors.downloads.error.bg = 'red' +c.colors.downloads.error.bg = "#770000" ## Foreground color for downloads with errors. ## Type: QtColor @@ -249,11 +249,11 @@ c.colors.downloads.stop.fg = "#ebdbb2" ## Background color of an error message. ## Type: QssColor -# c.colors.messages.error.bg = 'red' +# c.colors.messages.error.bg = '#770000' ## Border color of an error message. ## Type: QssColor -# c.colors.messages.error.border = '#bb0000' +# c.colors.messages.error.border = '#770000' ## Foreground color of an error message. ## Type: QssColor @@ -273,7 +273,7 @@ c.colors.downloads.stop.fg = "#ebdbb2" ## Background color of a warning message. ## Type: QssColor -# c.colors.messages.warning.bg = 'darkorange' +c.colors.messages.warning.bg = "#550000" ## Border color of a warning message. ## Type: QssColor @@ -373,7 +373,7 @@ c.colors.downloads.stop.fg = "#ebdbb2" ## Foreground color of the URL in the statusbar on error. ## Type: QssColor -# c.colors.statusbar.url.error.fg = 'orange' +c.colors.statusbar.url.error.fg = "#770000" ## Default foreground color of the URL in the statusbar. ## Type: QssColor @@ -391,7 +391,7 @@ c.colors.downloads.stop.fg = "#ebdbb2" ## Foreground color of the URL in the statusbar on successful load ## (https). ## Type: QssColor -# c.colors.statusbar.url.success.https.fg = 'lime' +c.colors.statusbar.url.success.https.fg = "white" ## Foreground color of the URL in the statusbar when there's a warning. ## Type: QssColor @@ -411,7 +411,7 @@ c.colors.tabs.even.bg = "#333333" ## Color for the tab indicator on errors. ## Type: QtColor -# c.colors.tabs.indicator.error = '#ff0000' +# c.colors.tabs.indicator.error = '#770000' ## Color gradient start for the tab indicator. ## Type: QtColor |
