feat: yazi, clean wezterm
This commit is contained in:
21
.config/yazi/flavors/flexoki-dark.yazi/LICENSE
Normal file
21
.config/yazi/flavors/flexoki-dark.yazi/LICENSE
Normal file
@ -0,0 +1,21 @@
|
||||
MIT License
|
||||
|
||||
Copyright (c) 2023 Steph Ango
|
||||
|
||||
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.
|
21
.config/yazi/flavors/flexoki-dark.yazi/LICENSE-tmtheme
Normal file
21
.config/yazi/flavors/flexoki-dark.yazi/LICENSE-tmtheme
Normal file
@ -0,0 +1,21 @@
|
||||
MIT License
|
||||
|
||||
Copyright (c) 2023 Steph Ango
|
||||
|
||||
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.
|
36
.config/yazi/flavors/flexoki-dark.yazi/README.md
Normal file
36
.config/yazi/flavors/flexoki-dark.yazi/README.md
Normal file
@ -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">
|
||||
Flexoki Dark Flavor for <a href="https://github.com/sxyazi/yazi">Yazi</a>
|
||||
</h3>
|
||||
|
||||
## 👀 Preview
|
||||
|
||||
<img src="preview.png" width="600" />
|
||||
|
||||
## 🎨 Installation
|
||||
|
||||
```sh
|
||||
ya pack -a gosxrgxx/flexoki-dark
|
||||
```
|
||||
|
||||
## ⚙️ Usage
|
||||
|
||||
To set it as your dark flavor, change the content of your `theme.toml` to:
|
||||
|
||||
```toml
|
||||
[flavor]
|
||||
dark = "flexoki-dark"
|
||||
```
|
||||
|
||||
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.
|
166
.config/yazi/flavors/flexoki-dark.yazi/flavor.toml
Normal file
166
.config/yazi/flavors/flexoki-dark.yazi/flavor.toml
Normal file
@ -0,0 +1,166 @@
|
||||
# Сolor palette: https://stephango.com/flexoki
|
||||
# ---
|
||||
# black "#100F0F" bg
|
||||
# base-950 "#1C1B1A" bg-2
|
||||
# base-900 "#282726" ui
|
||||
# base-850 "#343331" ui-2
|
||||
# base-800 "#403E3C" ui-3
|
||||
# base-700 "#575653" tx-3
|
||||
# base-500 "#878580" tx-2
|
||||
# base-200 "#CECDC3" tx
|
||||
# red-400 "#D14D41" re
|
||||
# orange-400 "#DA702C" or
|
||||
# yellow-400 "#D0A215" ye
|
||||
# yellow-600 "#AD8301" ye-2
|
||||
# green-400 "#879A39" gr
|
||||
# cyan-400 "#3AA99F" cy
|
||||
# cyan-600 "#24837B" cy-2
|
||||
# cyan-700 "#1C6C66" cy-700
|
||||
# cyan-900 "#122F2C" cy-900
|
||||
# blue-400 "#4385BE" bl
|
||||
# purple-400 "#8B7EC8" pu
|
||||
# magenta-400 "#CE5D97" ma
|
||||
|
||||
[manager]
|
||||
cwd = { fg = "#CECDC3", bold = true } # tx
|
||||
|
||||
# Hovered
|
||||
hovered = { bg = "#1C1B1A" } # bg-2
|
||||
preview_hovered = { underline = true }
|
||||
|
||||
# Find
|
||||
find_keyword = { fg = "#AD8301", reversed = true } # ye-2
|
||||
find_position = { fg = "#575653", bold = true, italic = true } # tx-3
|
||||
|
||||
# Marker
|
||||
marker_copied = { fg = "#879A39", bg = "#879A39" } # gr, gr
|
||||
marker_cut = { fg = "#D14D41", bg = "#D14D41" } # re, re
|
||||
marker_marked = { fg = "#1C6C66", bg = "#1C6C66" } # cy-700, cy-700
|
||||
marker_selected = { fg = "#3AA99F", bg = "#3AA99F" } # cy, cy
|
||||
|
||||
# Tab
|
||||
tab_active = { fg = "#CECDC3", bg = "#403E3C", bold = true } # tx, ui-3
|
||||
tab_inactive = { fg = "#878580", bg = "#282726" } # tx-2, ui
|
||||
tab_width = 1
|
||||
|
||||
# Count
|
||||
count_copied = { fg = "#879A39", bold = true, reversed = true } # gr
|
||||
count_cut = { fg = "#D14D41", bold = true, reversed = true } # re
|
||||
count_selected = { fg = "#3AA99F", bold = true, reversed = true } # cy
|
||||
|
||||
# Border
|
||||
border_symbol = "│"
|
||||
border_style = { fg = "#282726" } # ui
|
||||
|
||||
[mode]
|
||||
# Normal mode
|
||||
normal_main = { fg = "#CECDC3", bg = "#403E3C", bold = true } # tx, ui-3
|
||||
normal_alt = { fg = "#878580", bg = "#282726" } # tx-2, ui
|
||||
|
||||
# Select mode
|
||||
select_main = { fg = "#100F0F", bg = "#3AA99F", bold = true } # bg, cy
|
||||
select_alt = { fg = "#3AA99F", bg = "#122F2C" } # cy, cy-900
|
||||
|
||||
# Unset mode
|
||||
unset_main = { fg = "#100F0F", bg = "#3AA99F", bold = true } # bg, cy
|
||||
unset_alt = { fg = "#3AA99F", bg = "#122F2C" } # cy, cy-900
|
||||
|
||||
[status]
|
||||
overall = { fg = "#CECDC3" } # tx
|
||||
|
||||
# Permissions
|
||||
perm_type = { fg = "#4385BE" } # bl
|
||||
perm_read = { fg = "#D0A215" } # ye
|
||||
perm_write = { fg = "#D14D41" } # re
|
||||
perm_exec = { fg = "#879A39" } # gr
|
||||
perm_sep = { fg = "#878580" } # tx-2
|
||||
|
||||
# Progress
|
||||
progress_label = { fg = "#100F0F" } # bg
|
||||
progress_normal = { fg = "#3AA99F", bg = "#1C6C66" } # cy, cy-700
|
||||
progress_error = { bg = "#D14D41" } # re
|
||||
|
||||
[which]
|
||||
cols = 3
|
||||
mask = { bg = "#1C1B1A" } # bg-2
|
||||
cand = { fg = "#D0A215", bold = true } # ye
|
||||
rest = { fg = "#D0A215", italic = true } # ye
|
||||
desc = { fg = "#575653" } # tx-3
|
||||
separator = " "
|
||||
separator_style = { }
|
||||
|
||||
[confirm]
|
||||
border = { fg = "#403E3C" } # ui-3
|
||||
title = { fg = "#575653", bold = true } # tx-3
|
||||
content = { fg = "#CECDC3", bold = true } # tx
|
||||
list = { fg = "#CECDC3" } # tx
|
||||
btn_yes = { fg = "#CECDC3", bg = "#403E3C", bold = true } # tx, ui-3
|
||||
btn_no = { fg = "#878580", bg = "#282726" } # tx-2, ui
|
||||
|
||||
[spot]
|
||||
border = { fg = "#403E3C" } # ui-3
|
||||
title = { fg = "#575653", bold = true } # tx-3
|
||||
tbl_col = { fg = "#878580" } # tx-2
|
||||
tbl_cell = { bg = "#1C1B1A" } # bg-2
|
||||
|
||||
[notify]
|
||||
# Notification title
|
||||
title_info = { fg = "#4385BE" } # bl
|
||||
title_warn = { fg = "#DA702C" } # or
|
||||
title_error = { fg = "#D14D41" } # re
|
||||
|
||||
[pick]
|
||||
border = { fg = "#403E3C", bold = true } # ui-3
|
||||
active = { fg = "#CECDC3" } # tx
|
||||
inactive = { fg = "#878580" } # tx-2
|
||||
|
||||
[input]
|
||||
border = { fg = "#403E3C" } # ui-3
|
||||
title = { fg = "#575653", bold = true } # tx-3
|
||||
value = { fg = "#CECDC3" } # tx
|
||||
selected = { bg = "#1C1B1A" } # bg-2
|
||||
|
||||
[cmp]
|
||||
border = { fg = "#403E3C", bold = true } # ui-3
|
||||
active = { fg = "#878580", bg = "#1C1B1A" } # tx-2, bg-2
|
||||
inactive = { fg = "#878580" } # tx-2
|
||||
|
||||
[tasks]
|
||||
border = { fg = "#403E3C" } # ui-3
|
||||
title = { fg = "#575653", bold = true } # tx-3
|
||||
hovered = { bg = "#1C1B1A" } # bg-2
|
||||
|
||||
[help]
|
||||
on = { fg = "#4385BE" } # bl
|
||||
run = { fg = "#3AA99F" } # cy
|
||||
desc = { fg = "#575653", italic = true } # tx-3
|
||||
hovered = { bg = "#1C1B1A" } # bg-2
|
||||
footer = { fg = "#CECDC3", bg = "#282726", bold = true } # tx, ui
|
||||
|
||||
[filetype]
|
||||
rules = [
|
||||
# Images
|
||||
{ mime = "image/*", fg = "#8B7EC8" }, # pu
|
||||
|
||||
# Media
|
||||
{ mime = "video/*", fg = "#D0A215" }, # ye
|
||||
{ mime = "audio/*", fg = "#D0A215" }, # ye
|
||||
|
||||
# Broken symbolic link
|
||||
{ name = "*", is = "orphan", fg = "#575653", crossed = true }, # tx-3
|
||||
{ name = "*/", is = "orphan", fg = "#575653", crossed = true }, # tx-3
|
||||
|
||||
# Symbolic links
|
||||
{ name = "*", is = "link", fg = "#3AA99F" }, # cy
|
||||
{ name = "*/", is = "link", fg = "#3AA99F" }, # cy
|
||||
|
||||
# Executable
|
||||
{ name = "*", is = "exec", fg = "#879A39" }, # gr
|
||||
|
||||
# Empty files
|
||||
{ mime = "inode/empty", fg = "#575653" }, # tx-3
|
||||
|
||||
# Fallback
|
||||
{ name = "*", fg = "#878580" }, # tx-2
|
||||
{ name = "*/", fg = "#CECDC3" } # tx
|
||||
]
|
BIN
.config/yazi/flavors/flexoki-dark.yazi/preview.png
Normal file
BIN
.config/yazi/flavors/flexoki-dark.yazi/preview.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 195 KiB |
1149
.config/yazi/flavors/flexoki-dark.yazi/tmtheme.xml
Normal file
1149
.config/yazi/flavors/flexoki-dark.yazi/tmtheme.xml
Normal file
File diff suppressed because it is too large
Load Diff
21
.config/yazi/flavors/sunset.yazi/LICENSE
Normal file
21
.config/yazi/flavors/sunset.yazi/LICENSE
Normal file
@ -0,0 +1,21 @@
|
||||
MIT License
|
||||
|
||||
Copyright (c) 2024 Mykola Yavir
|
||||
|
||||
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.
|
21
.config/yazi/flavors/sunset.yazi/LICENSE-tmtheme
Normal file
21
.config/yazi/flavors/sunset.yazi/LICENSE-tmtheme
Normal file
@ -0,0 +1,21 @@
|
||||
MIT License
|
||||
|
||||
Copyright (c) 2024 Mykola Yavir
|
||||
|
||||
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.
|
34
.config/yazi/flavors/sunset.yazi/README.md
Normal file
34
.config/yazi/flavors/sunset.yazi/README.md
Normal file
@ -0,0 +1,34 @@
|
||||
<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">
|
||||
Sunset Flavor for <a href="https://github.com/sxyazi/yazi">Yazi</a>
|
||||
</h3>
|
||||
|
||||
## 👀 Preview
|
||||
|
||||
<img src="preview.png" width="600" />
|
||||
|
||||
## 🎨 Installation
|
||||
|
||||
|
||||
```bash
|
||||
ya pack -a PinThePenguine/sunset
|
||||
```
|
||||
|
||||
## ⚙️ Usage
|
||||
|
||||
Add the these lines to your `theme.toml` configuration file to use it:
|
||||
|
||||
|
||||
```toml
|
||||
[flavor]
|
||||
use = "sunset"
|
||||
```
|
||||
|
||||
## 📜 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.
|
159
.config/yazi/flavors/sunset.yazi/flavor.toml
Normal file
159
.config/yazi/flavors/sunset.yazi/flavor.toml
Normal file
@ -0,0 +1,159 @@
|
||||
# : Manager {{{
|
||||
|
||||
[manager]
|
||||
cwd = { fg = "#EBDBB2" }
|
||||
|
||||
# Tab
|
||||
tab_active = { fg = "#12202B", bg = "#E9C46A", bold = true}
|
||||
tab_inactive = { fg = "#EBDBB2", bg = "#504945"}
|
||||
tab_width = 1
|
||||
|
||||
# Find
|
||||
find_keyword = { fg = "#2A9D8F", bold = true, italic = true, underline = true }
|
||||
find_position = { fg = "#2A9D8F", bold = true, italic = true }
|
||||
|
||||
# Marker
|
||||
marker_copied = { fg = "#83A598", bg = "#83A598" }
|
||||
marker_cut = { fg = "#264653", bg = "#264653" }
|
||||
marker_marked = { fg = "#2A9D8F", bg = "#2A9D8F" }
|
||||
marker_selected = { fg = "#E76551", bg = "#e76551" }
|
||||
|
||||
# Count
|
||||
count_copied = { fg = "#12202B", bg = "#83A598" }
|
||||
count_cut = { fg = "#EBDBB2", bg = "#264653" }
|
||||
count_selected = { fg = "#12202B", bg = "#E76551" }
|
||||
|
||||
# Border
|
||||
border_symbol = " "
|
||||
|
||||
# : }}}
|
||||
|
||||
|
||||
# : Status {{{
|
||||
|
||||
[status]
|
||||
separator_open = "🭁"
|
||||
separator_close = "🭠"
|
||||
separator_style = { bg = "#12202B", fg = "#F4A261" }
|
||||
|
||||
# Mode
|
||||
mode_normal = { bg = "#F4A261", fg ="#08070C", bold = true }
|
||||
mode_select = { bg = "#2A9D8F", fg ="#08070C", bold = true }
|
||||
mode_unset = { bg = "#E76551", fg ="#08070C" ,bold = true }
|
||||
|
||||
# Progress
|
||||
progress_label = { bold = true }
|
||||
progress_normal = { fg = "#E9C46A", bg = "#08070C" }
|
||||
progress_error = { fg = "#E76551", bg = "#08070C" }
|
||||
|
||||
# Permissions
|
||||
permissions_t = { fg = "#E9C48A" }
|
||||
permissions_w = { fg = "#E76551" }
|
||||
permissions_x = { fg = "#2A9D8F" }
|
||||
permissions_r = { fg = "#264653" }
|
||||
permissions_s = { fg = "#EBDBB2" }
|
||||
|
||||
# : }}}
|
||||
|
||||
|
||||
# : Select {{{
|
||||
|
||||
[select]
|
||||
border = { fg = "#E9C46A" }
|
||||
active = { fg = "#E76551", bold = true }
|
||||
inactive = {}
|
||||
|
||||
# : }}}
|
||||
|
||||
|
||||
# : Input {{{
|
||||
|
||||
[input]
|
||||
border = { fg = "#E9C46A" }
|
||||
value = { fg = "#EBDBB2"}
|
||||
|
||||
# : }}}
|
||||
|
||||
|
||||
# : Completion {{{
|
||||
|
||||
[completion]
|
||||
border = { fg = "#E9C46A", bg = "#12202B" }
|
||||
|
||||
# : }}}
|
||||
|
||||
|
||||
# : Tasks {{{
|
||||
|
||||
[tasks]
|
||||
border = { fg = "#E9C46A" }
|
||||
title = {}
|
||||
hovered = { fg = "#264653", underline = true }
|
||||
|
||||
# : }}}
|
||||
|
||||
|
||||
# : Which {{{
|
||||
|
||||
[which]
|
||||
cols = 3
|
||||
mask = { bg = "#08070C" }
|
||||
cand = { fg = "#E9C46A" }
|
||||
rest = { fg = "#12202B" }
|
||||
desc = { fg = "#EBDBB2" }
|
||||
separator = " ▶ "
|
||||
separator_style = { fg = "#EBDBB2" }
|
||||
|
||||
# : }}}
|
||||
|
||||
|
||||
# : Help {{{
|
||||
|
||||
[help]
|
||||
on = { fg = "#E9C46A" }
|
||||
run = { fg = "#83A598" }
|
||||
footer = { fg = "#08070C", bg = "#EBDBB2" }
|
||||
|
||||
# : }}}
|
||||
|
||||
|
||||
# : Notify {{{
|
||||
|
||||
[notify]
|
||||
title_info = { fg = "#83A598" }
|
||||
title_warn = { fg = "#E9c46a" }
|
||||
title_error = { fg = "#E76551" }
|
||||
|
||||
# : }}}
|
||||
|
||||
|
||||
# : File-specific styles {{{
|
||||
|
||||
[filetype]
|
||||
|
||||
rules = [
|
||||
# Images
|
||||
{ mime = "image/*", fg = "#F4A261" },
|
||||
|
||||
# Media
|
||||
{ mime = "{audio,video}/*", fg = "#264653" },
|
||||
|
||||
# Archives
|
||||
{ mime = "application/{,g}zip", fg = "#E76551" },
|
||||
{ mime = "application/x-{tar,bzip*,7z-compressed,xz,rar}", fg = "#E76551" },
|
||||
|
||||
# Documents
|
||||
{ mime = "application/{pdf,doc,rtf,vnd.*}", fg = "#83A588" },
|
||||
|
||||
|
||||
# Special files
|
||||
{ name = "*", is = "orphan", bg = "#504945" },
|
||||
{ name = "*", is = "exec" , fg = "#2a9d8F" },
|
||||
|
||||
# Dummy files
|
||||
{ name = "*", is = "dummy", bg = "#504945" },
|
||||
{ name = "*/", is = "dummy", bg = "#504950" },
|
||||
|
||||
# Fallback
|
||||
{ name = "*/", fg = "#e9c461" }
|
||||
]
|
BIN
.config/yazi/flavors/sunset.yazi/preview.png
Normal file
BIN
.config/yazi/flavors/sunset.yazi/preview.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.2 MiB |
448
.config/yazi/flavors/sunset.yazi/tmtheme.xml
Normal file
448
.config/yazi/flavors/sunset.yazi/tmtheme.xml
Normal file
@ -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>Sunset</string>
|
||||
<key>settings</key>
|
||||
<array>
|
||||
<dict>
|
||||
<key>settings</key>
|
||||
<dict>
|
||||
<key>background</key>
|
||||
<string>#12202B</string>
|
||||
<key>caret</key>
|
||||
<string>#572B9F</string>
|
||||
<key>foreground</key>
|
||||
<string>#E9C46A</string>
|
||||
<key>invisibles</key>
|
||||
<string>#504945</string>
|
||||
<key>lineHighlight</key>
|
||||
<string>#264653</string>
|
||||
<key>selection</key>
|
||||
<string>#264653</string>
|
||||
<key>findHighlight</key>
|
||||
<string>#264653</string>
|
||||
<key>selectionBorder</key>
|
||||
<string>#222218</string>
|
||||
<key>gutterForeground</key>
|
||||
<string>#504945</string>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>Comment</string>
|
||||
<key>scope</key>
|
||||
<string>comment</string>
|
||||
<key>settings</key>
|
||||
<dict>
|
||||
<key>foreground</key>
|
||||
<string>#727169</string>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>String</string>
|
||||
<key>scope</key>
|
||||
<string>string</string>
|
||||
<key>settings</key>
|
||||
<dict>
|
||||
<key>foreground</key>
|
||||
<string>#83A598</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>#2A9D8F</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>#2A9D8F</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>#2A9D8F</string>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>Variable</string>
|
||||
<key>scope</key>
|
||||
<string>variable</string>
|
||||
<key>settings</key>
|
||||
<dict>
|
||||
<key>fontStyle</key>
|
||||
<string>#F4A261</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>#F4A261</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>#491B4F</string>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>Keyword</string>
|
||||
<key>scope</key>
|
||||
<string>keyword</string>
|
||||
<key>settings</key>
|
||||
<dict>
|
||||
<key>foreground</key>
|
||||
<string>#E76551</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>#2A9D8F</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>#2A9D8F</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>#264653</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>#E76551</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>#75649D</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>#007966</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>#F4A261</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>#E76551</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>#264653</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>#7FB4CA</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>#7AA89F</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>#EDCFB9</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>#EDCFB9</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>#717C7C</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>#5F3A63</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>#E87E44</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>#E87E44</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>#504945</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>#504830</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>#50546D</string>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>scope</key>
|
||||
<string>entity.name.filename</string>
|
||||
<key>settings</key>
|
||||
<dict>
|
||||
<key>foreground</key>
|
||||
<string>#019879</string>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>scope</key>
|
||||
<string>message.error</string>
|
||||
<key>settings</key>
|
||||
<dict>
|
||||
<key>foreground</key>
|
||||
<string>#F01501</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>#264653</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>#4A1B42</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>#ffffff</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>#E76551</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>#DE51AD</string>
|
||||
</dict>
|
||||
</dict>
|
||||
</array>
|
||||
<key>uuid</key>
|
||||
<string>260540bf-9550-48ff-9b7c-dbf17b5ecd02</string>
|
||||
<key>colorSpaceName</key>
|
||||
<string>sRGB</string>
|
||||
<key>semanticClass</key>
|
||||
<string>theme.dark.sunset</string>
|
||||
</dict>
|
||||
</plist>
|
21
.config/yazi/flavors/tokyo-night.yazi/LICENSE
Normal file
21
.config/yazi/flavors/tokyo-night.yazi/LICENSE
Normal file
@ -0,0 +1,21 @@
|
||||
MIT License
|
||||
|
||||
Copyright (c) 2023 - sxyazi
|
||||
|
||||
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.
|
21
.config/yazi/flavors/tokyo-night.yazi/LICENSE-tmtheme
Normal file
21
.config/yazi/flavors/tokyo-night.yazi/LICENSE-tmtheme
Normal file
@ -0,0 +1,21 @@
|
||||
MIT License
|
||||
|
||||
Copyright (c) 2022 Himanshu
|
||||
|
||||
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.
|
47
.config/yazi/flavors/tokyo-night.yazi/README.md
Normal file
47
.config/yazi/flavors/tokyo-night.yazi/README.md
Normal file
@ -0,0 +1,47 @@
|
||||
<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">
|
||||
Tokyo Night Flavor for <a href="https://github.com/sxyazi/yazi">Yazi</a>
|
||||
</h3>
|
||||
|
||||
## 👀 Preview
|
||||
|
||||
<img src="preview.png" width="600" />
|
||||
|
||||
## 🎨 Installation
|
||||
|
||||
### Using package manager
|
||||
|
||||
```bash
|
||||
ya pack -a BennyOe/tokyo-night
|
||||
```
|
||||
|
||||
### Manual install
|
||||
|
||||
```bash
|
||||
# Linux/macOS
|
||||
git clone https://github.com/BennyOe/tokyo-night.yazi.git ~/.config/yazi/flavors/tokyo-night.yazi
|
||||
|
||||
# Windows
|
||||
git clone https://github.com/BennyOe/tokyo-night.yazi.git %AppData%\yazi\config\flavors\tokyo-night.yazi
|
||||
```
|
||||
|
||||
## ⚙️ Usage
|
||||
|
||||
Add the these lines to your `theme.toml` configuration file to use it:
|
||||
|
||||
|
||||
```toml
|
||||
[flavor]
|
||||
use = "tokyo-night"
|
||||
# For Yazi 0.4 and above
|
||||
dark = "tokyo-night"
|
||||
```
|
||||
|
||||
## 📜 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.
|
185
.config/yazi/flavors/tokyo-night.yazi/flavor.toml
Normal file
185
.config/yazi/flavors/tokyo-night.yazi/flavor.toml
Normal file
@ -0,0 +1,185 @@
|
||||
# vim:fileencoding=utf-8:foldmethod=marker
|
||||
|
||||
# : Manager {{{
|
||||
|
||||
[manager]
|
||||
cwd = { fg = "#7aa2f7" } # Blue
|
||||
|
||||
# Hovered
|
||||
hovered = { reversed = true }
|
||||
preview_hovered = { underline = true }
|
||||
|
||||
# Find
|
||||
find_keyword = { fg = "#f7768e", bold = true, italic = true, underline = true } # Red
|
||||
find_position = { fg = "#bb9af7", bg = "reset", bold = true, italic = true } # Magenta
|
||||
|
||||
# Marker
|
||||
marker_copied = { fg = "#9ece6a", bg = "#9ece6a" } # Green
|
||||
marker_cut = { fg = "#e0af68", bg = "#f7768e" } # Red
|
||||
marker_marked = { fg = "#7aa2f7", bg = "#7dcfff" } # Cyan
|
||||
marker_selected = { fg = "#e0af68", bg = "#e0af68" } # Yellow
|
||||
|
||||
# Tab
|
||||
tab_active = { bg = "#282C34", fg = "#7aa2f7" } # Darkened background, Blue text
|
||||
tab_inactive = {}
|
||||
tab_width = 1
|
||||
|
||||
# Count
|
||||
count_copied = { fg = "#414868", bg = "#9ece6a" } # Darkened black on Green
|
||||
count_cut = { fg = "#414868", bg = "#e0af68" } # Darkened black on Yellow
|
||||
count_selected = { fg = "#414868", bg = "#7aa2f7" } # Darkened black on Blue
|
||||
|
||||
# Border
|
||||
border_symbol = "│"
|
||||
border_style = { fg = "#414868" } # Darkened black
|
||||
|
||||
# : }}}
|
||||
|
||||
|
||||
# : Mode {{{
|
||||
|
||||
[mode]
|
||||
|
||||
normal_main = { fg = "#414868", bg = "#7aa2f7", bold = true } # Darkened black on Blue
|
||||
normal_alt = { fg = "#7aa2f7", bg = "#414868" } # Blue on Darkened black
|
||||
|
||||
# Select mode
|
||||
select_main = { fg = "#414868", bg = "#9ece6a", bold = true } # Darkened black on Green
|
||||
select_alt = { fg = "#7aa2f7", bg = "#414868" } # Blue on Darkened black
|
||||
|
||||
# Unset mode
|
||||
unset_main = { fg = "#414868", bg = "#bb9af7", bold = true } # Darkened black on Magenta
|
||||
unset_alt = { fg = "#7aa2f7", bg = "#414868" } # Blue on Darkened black
|
||||
|
||||
# : }}}
|
||||
|
||||
|
||||
# : Status bar {{{
|
||||
|
||||
[status]
|
||||
sep_left = { open = "", close = "" }
|
||||
sep_right = { open = "", close = "" }
|
||||
separator_style = { fg = "#414868", bg = "#414868" } # Blue on Darkened black
|
||||
|
||||
|
||||
# Progress
|
||||
progress_label = { fg = "#a9b1d6", bold = true } # White
|
||||
progress_normal = { fg = "#7aa2f7", bg = "#414868" } # Blue on Darkened black
|
||||
progress_error = { fg = "#f7768e", bg = "#414868" } # Red on Darkened black
|
||||
|
||||
# Permissions
|
||||
perm_sep = { fg = "#7aa2f7" } # Blue
|
||||
perm_type = { fg = "#9ece6a" } # Green
|
||||
perm_read = { fg = "#e0af68" } # Yellow
|
||||
perm_write = { fg = "#f7768e" } # Red
|
||||
perm_exec = { fg = "#bb9af7" } # Magenta
|
||||
|
||||
|
||||
# : }}}
|
||||
|
||||
# : Pick {{{
|
||||
|
||||
[pick]
|
||||
border = { fg = "#7aa2f7" } # Blue
|
||||
active = { fg = "#bb9af7", bold = true } # Magenta
|
||||
inactive = {}
|
||||
|
||||
# : }}}
|
||||
|
||||
|
||||
# : Input {{{
|
||||
|
||||
[input]
|
||||
border = { fg = "#7aa2f7" } # Blue
|
||||
title = {}
|
||||
value = {}
|
||||
selected = { reversed = true }
|
||||
|
||||
# : }}}
|
||||
|
||||
|
||||
# : Completion {{{
|
||||
|
||||
[cmp]
|
||||
border = { fg = "#7aa2f7" } # Blue
|
||||
|
||||
# : }}}
|
||||
|
||||
|
||||
# : Tasks {{{
|
||||
|
||||
[tasks]
|
||||
border = { fg = "#7aa2f7" } # Blue
|
||||
title = {}
|
||||
hovered = { fg = "#bb9af7", underline = true } # Magenta
|
||||
|
||||
# : }}}
|
||||
|
||||
|
||||
# : Which {{{
|
||||
|
||||
[which]
|
||||
mask = { bg = "#414868" } # Darkened black
|
||||
cand = { fg = "#9ece6a" } # Green
|
||||
rest = { fg = "#a9b1d6" } # White
|
||||
desc = { fg = "#bb9af7" } # Magenta
|
||||
separator = " "
|
||||
separator_style = { fg = "#626880" } # Darkened gray
|
||||
|
||||
# : }}}
|
||||
|
||||
|
||||
# : Help {{{
|
||||
|
||||
[help]
|
||||
on = { fg = "#9ece6a" } # Green
|
||||
run = { fg = "#bb9af7" } # Magenta
|
||||
hovered = { reversed = true, bold = true }
|
||||
footer = { fg = "#a9b1d6", bg = "#c6d0f5" } # White on Light gray
|
||||
|
||||
# : }}}
|
||||
|
||||
|
||||
# : Notify {{{
|
||||
|
||||
[notify]
|
||||
title_info = { fg = "#9ece6a" } # Green
|
||||
title_warn = { fg = "#f7768e" } # Red
|
||||
title_error = { fg = "#e0af68" } # Yellow
|
||||
|
||||
# : }}}
|
||||
|
||||
|
||||
# : File-specific styles {{{
|
||||
|
||||
[filetype]
|
||||
|
||||
rules = [
|
||||
# Images
|
||||
{ mime = "image/*", fg = "#e0af68" }, # Yellow
|
||||
|
||||
# Media
|
||||
{ mime = "video/*", fg = "#f7768e" }, # Red
|
||||
{ mime = "audio/*", fg = "#f7768e" }, # Red
|
||||
|
||||
# Archives
|
||||
{ mime = "application/zip", fg = "#bb9af7" }, # Magenta
|
||||
{ mime = "application/x-tar", fg = "#bb9af7" }, # Magenta
|
||||
{ mime = "application/x-bzip*", fg = "#bb9af7" }, # Magenta
|
||||
{ mime = "application/x-bzip2", fg = "#bb9af7" }, # Magenta
|
||||
{ mime = "application/x-7z-compressed", fg = "#bb9af7" }, # Magenta
|
||||
{ mime = "application/x-rar", fg = "#bb9af7" }, # Magenta
|
||||
{ mime = "application/x-xz", fg = "#bb9af7" }, # Magenta
|
||||
|
||||
# Documents
|
||||
{ mime = "application/doc", fg = "#9ece6a" }, # Green
|
||||
{ mime = "application/pdf", fg = "#9ece6a" }, # Green
|
||||
{ mime = "application/rtf", fg = "#9ece6a" }, # Green
|
||||
{ mime = "application/vnd.*", fg = "#9ece6a" }, # Green
|
||||
|
||||
# Fallback
|
||||
{ name = "*", fg = "#c6d0f5" }, # Light gray
|
||||
{ name = "*/", fg = "#7aa2f7" } # Blue
|
||||
]
|
||||
|
||||
# : }}}
|
BIN
.config/yazi/flavors/tokyo-night.yazi/preview.png
Normal file
BIN
.config/yazi/flavors/tokyo-night.yazi/preview.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 712 KiB |
1329
.config/yazi/flavors/tokyo-night.yazi/tmtheme.xml
Normal file
1329
.config/yazi/flavors/tokyo-night.yazi/tmtheme.xml
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user