diff options
| author | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-09-13 17:14:51 +0900 |
|---|---|---|
| committer | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-09-13 17:14:51 +0900 |
| commit | a3ed0a3cb36d192c37e040d0dfe57c42113f2161 (patch) | |
| tree | c216d680c4bfbe2e53232af1496c9655e347d79b /mac/.config/yazi/flavors.bak/catppuccin-macchiato.yazi/flavor.toml | |
| parent | 2e6d3671d0e01ff5751893075e7fc5c53b288f95 (diff) | |
updates
Diffstat (limited to 'mac/.config/yazi/flavors.bak/catppuccin-macchiato.yazi/flavor.toml')
| -rw-r--r-- | mac/.config/yazi/flavors.bak/catppuccin-macchiato.yazi/flavor.toml | 189 |
1 files changed, 0 insertions, 189 deletions
diff --git a/mac/.config/yazi/flavors.bak/catppuccin-macchiato.yazi/flavor.toml b/mac/.config/yazi/flavors.bak/catppuccin-macchiato.yazi/flavor.toml deleted file mode 100644 index 9d3042f..0000000 --- a/mac/.config/yazi/flavors.bak/catppuccin-macchiato.yazi/flavor.toml +++ /dev/null @@ -1,189 +0,0 @@ -# vim:fileencoding=utf-8:foldmethod=marker - -# : Manager {{{ - -[mgr] -cwd = { fg = "#8bd5ca" } - -# Hovered -hovered = { reversed = true } -preview_hovered = { underline = true } - -# Find -find_keyword = { fg = "#eed49f", bold = true, italic = true, underline = true } -find_position = { fg = "#f5bde6", bg = "reset", bold = true, italic = true } - -# Marker -marker_copied = { fg = "#a6da95", bg = "#a6da95" } -marker_cut = { fg = "#ed8796", bg = "#ed8796" } -marker_marked = { fg = "#8bd5ca", bg = "#8bd5ca" } -marker_selected = { fg = "#eed49f", bg = "#eed49f" } - -# Count -count_copied = { fg = "#24273a", bg = "#a6da95" } -count_cut = { fg = "#24273a", bg = "#ed8796" } -count_selected = { fg = "#24273a", bg = "#eed49f" } - -# Border -border_symbol = "│" -border_style = { fg = "#8087a2" } - -# : }}} - - -# : Tabs {{{ - -[tabs] -active = { fg = "#24273a", bg = "#8aadf4", bold = true } -inactive = { fg = "#8aadf4", bg = "#363a4f" } - -# : }}} - - -# : Mode {{{ - -[mode] - -normal_main = { fg = "#24273a", bg = "#8aadf4", bold = true } -normal_alt = { fg = "#8aadf4", bg = "#363a4f" } - -# Select mode -select_main = { fg = "#24273a", bg = "#8bd5ca", bold = true } -select_alt = { fg = "#8bd5ca", bg = "#363a4f" } - -# Unset mode -unset_main = { fg = "#24273a", bg = "#f0c6c6", bold = true } -unset_alt = { fg = "#f0c6c6", bg = "#363a4f" } - -# : }}} - - -# : Status bar {{{ - -[status] -# Permissions -perm_sep = { fg = "#8087a2" } -perm_type = { fg = "#8aadf4" } -perm_read = { fg = "#eed49f" } -perm_write = { fg = "#ed8796" } -perm_exec = { fg = "#a6da95" } - -# Progress -progress_label = { fg = "#ffffff", bold = true } -progress_normal = { fg = "#8aadf4", bg = "#494d64" } -progress_error = { fg = "#8aadf4", bg = "#ed8796" } - -# : }}} - - -# : Pick {{{ - -[pick] -border = { fg = "#8aadf4" } -active = { fg = "#f5bde6", bold = true } -inactive = {} - -# : }}} - - -# : Input {{{ - -[input] -border = { fg = "#8aadf4" } -title = {} -value = {} -selected = { reversed = true } - -# : }}} - - -# : Completion {{{ - -[cmp] -border = { fg = "#8aadf4" } - -# : }}} - - -# : Tasks {{{ - -[tasks] -border = { fg = "#8aadf4" } -title = {} -hovered = { fg = "#f5bde6", bold = true } - -# : }}} - - -# : Which {{{ - -[which] -mask = { bg = "#363a4f" } -cand = { fg = "#8bd5ca" } -rest = { fg = "#939ab7" } -desc = { fg = "#f5bde6" } -separator = " " -separator_style = { fg = "#5b6078" } - -# : }}} - - -# : Help {{{ - -[help] -on = { fg = "#8bd5ca" } -run = { fg = "#f5bde6" } -hovered = { reversed = true, bold = true } -footer = { fg = "#363a4f", bg = "#cad3f5" } - -# : }}} - - -# : Spotter {{{ - -[spot] -border = { fg = "#8aadf4" } -title = { fg = "#8aadf4" } -tbl_col = { fg = "#8bd5ca" } -tbl_cell = { fg = "#f5bde6", bg = "#494d64" } - -# : }}} - - -# : Notification {{{ - -[notify] -title_info = { fg = "#a6da95" } -title_warn = { fg = "#eed49f" } -title_error = { fg = "#ed8796" } - -# : }}} - - -# : File-specific styles {{{ - -[filetype] - -rules = [ - # Images - { mime = "image/*", fg = "#8bd5ca" }, - - # Media - { mime = "{audio,video}/*", fg = "#eed49f" }, - - # Archives - { mime = "application/{zip,rar,7z*,tar,gzip,xz,zstd,bzip*,lzma,compress,archive,cpio,arj,xar,ms-cab*}", fg = "#f5bde6" }, - - # Documents - { mime = "application/{pdf,doc,rtf}", fg = "#a6da95" }, - - # Fallback - { url = "*", fg = "#cad3f5" }, - { url = "*/", fg = "#8aadf4" }, - - # TODO: remove - { name = "*", fg = "#cad3f5" }, - { name = "*/", fg = "#8aadf4" } -] - -# : }}} |
