feat+refactor: steam controller inputs + organization

This commit is contained in:
2026-07-26 08:58:32 -07:00
parent 760958e7a3
commit b24bdc0c06
28 changed files with 35 additions and 3271 deletions
@@ -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">
Catppuccin Frappe Flavor for <a href="https://github.com/sxyazi/yazi">Yazi</a>
</h3>
## 👀 Preview
<img src="preview.png" width="600" />
## 🎨 Installation
```sh
ya pkg add yazi-rs/flavors:catppuccin-frappe
```
## ⚙️ Usage
Set the content of your `theme.toml` to enable it as your _dark_ flavor:
```toml
[flavor]
dark = "catppuccin-frappe"
```
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.
@@ -0,0 +1,215 @@
# vim:fileencoding=utf-8:foldmethod=marker
# : Manager {{{
[mgr]
cwd = { fg = "#81c8be" }
# Find
find_keyword = { fg = "#e5c890", bold = true, italic = true, underline = true }
find_position = { fg = "#f4b8e4", bg = "reset", bold = true, italic = true }
# Marker
marker_copied = { fg = "#a6d189", bg = "#a6d189" }
marker_cut = { fg = "#e78284", bg = "#e78284" }
marker_marked = { fg = "#81c8be", bg = "#81c8be" }
marker_selected = { fg = "#e5c890", bg = "#e5c890" }
# Count
count_copied = { fg = "#303446", bg = "#a6d189" }
count_cut = { fg = "#303446", bg = "#e78284" }
count_selected = { fg = "#303446", bg = "#e5c890" }
# Border
border_symbol = "│"
border_style = { fg = "#838ba7" }
# : }}}
# : Tabs {{{
[tabs]
active = { fg = "#303446", bg = "#8caaee", bold = true }
inactive = { fg = "#8caaee", bg = "#414559" }
# : }}}
# : Mode {{{
[mode]
normal_main = { fg = "#303446", bg = "#8caaee", bold = true }
normal_alt = { fg = "#8caaee", bg = "#414559" }
# Select mode
select_main = { fg = "#303446", bg = "#81c8be", bold = true }
select_alt = { fg = "#81c8be", bg = "#414559" }
# Unset mode
unset_main = { fg = "#303446", bg = "#eebebe", bold = true }
unset_alt = { fg = "#eebebe", bg = "#414559" }
# : }}}
# : Status bar {{{
[status]
# Permissions
perm_sep = { fg = "#838ba7" }
perm_type = { fg = "#8caaee" }
perm_read = { fg = "#e5c890" }
perm_write = { fg = "#e78284" }
perm_exec = { fg = "#a6d189" }
# Progress
progress_label = { fg = "#ffffff", bold = true }
progress_normal = { fg = "#a6d189", bg = "#51576d" }
progress_error = { fg = "#e5c890", bg = "#e78284" }
# : }}}
# : Pick {{{
[pick]
border = { fg = "#8caaee" }
active = { fg = "#f4b8e4", bold = true }
inactive = {}
# : }}}
# : Input {{{
[input]
border = { fg = "#8caaee" }
title = {}
value = {}
selected = { reversed = true }
# : }}}
# : Completion {{{
[cmp]
border = { fg = "#8caaee" }
# : }}}
# : Tasks {{{
[tasks]
border = { fg = "#8caaee" }
title = {}
hovered = { fg = "#f4b8e4", bold = true }
# : }}}
# : Which {{{
[which]
mask = { bg = "#414559" }
cand = { fg = "#81c8be" }
rest = { fg = "#949cbb" }
desc = { fg = "#f4b8e4" }
separator = "  "
separator_style = { fg = "#626880" }
# : }}}
# : Help {{{
[help]
on = { fg = "#81c8be" }
run = { fg = "#f4b8e4" }
hovered = { reversed = true, bold = true }
footer = { fg = "#414559", bg = "#c6d0f5" }
# : }}}
# : Spotter {{{
[spot]
border = { fg = "#8caaee" }
title = { fg = "#8caaee" }
tbl_col = { fg = "#81c8be" }
tbl_cell = { fg = "#f4b8e4", bg = "#51576d" }
# : }}}
# : Notification {{{
[notify]
title_info = { fg = "#a6d189" }
title_warn = { fg = "#e5c890" }
title_error = { fg = "#e78284" }
# : }}}
# : File-specific styles {{{
[filetype]
rules = [
# Image
{ mime = "image/*", fg = "#81c8be" },
# Media
{ mime = "{audio,video}/*", fg = "#e5c890" },
# Archive
{ mime = "application/{zip,rar,7z*,tar,gzip,xz,zstd,bzip*,lzma,compress,archive,cpio,arj,xar,ms-cab*}", fg = "#f4b8e4" },
# Document
{ mime = "application/{pdf,doc,rtf}", fg = "#a6d189" },
# Virtual file system
{ mime = "vfs/{absent,stale}", fg = "#949cbb" },
# Fallback
{ url = "*", fg = "#c6d0f5" },
{ url = "*/", fg = "#8caaee" },
]
# : }}}
[icon]
dirs = [
{ name = ".config", text = "", fg = "#f4b8e4" },
{ name = ".git", text = "", fg = "#81c8be" },
{ name = ".github", text = "", fg = "#8caaee" },
{ name = ".npm", text = "", fg = "#8caaee" },
{ name = "Desktop", text = "", fg = "#81c8be" },
{ name = "Development", text = "", fg = "#81c8be" },
{ name = "Documents", text = "", fg = "#81c8be" },
{ name = "Downloads", text = "", fg = "#81c8be" },
{ name = "Library", text = "", fg = "#81c8be" },
{ name = "Movies", text = "", fg = "#81c8be" },
{ name = "Music", text = "", fg = "#81c8be" },
{ name = "Pictures", text = "", fg = "#81c8be" },
{ name = "Public", text = "", fg = "#81c8be" },
{ name = "Videos", text = "", fg = "#81c8be" },
]
conds = [
# Special files
{ if = "orphan", text = "", fg = "#c6d0f5" },
{ if = "link", text = "", fg = "#838ba7" },
{ if = "block", text = "", fg = "#eebebe" },
{ if = "char", text = "", fg = "#eebebe" },
{ if = "fifo", text = "", fg = "#eebebe" },
{ if = "sock", text = "", fg = "#eebebe" },
{ if = "sticky", text = "", fg = "#eebebe" },
{ if = "dummy", text = "", fg = "#e78284" },
# Fallback
{ if = "dir & hovered", text = "", fg = "#8caaee" },
{ if = "dir", text = "", fg = "#8caaee" },
{ if = "exec", text = "", fg = "#a6d189" },
{ if = "!dir", text = "", fg = "#c6d0f5" },
]
Binary file not shown.

After

Width:  |  Height:  |  Size: 574 KiB

File diff suppressed because it is too large Load Diff