summaryrefslogtreecommitdiff
path: root/mac/.config/yazi/flavors.bak/catppuccin-frappe.yazi/flavor.toml
diff options
context:
space:
mode:
authorTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2025-09-13 17:14:51 +0900
committerTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2025-09-13 17:14:51 +0900
commita3ed0a3cb36d192c37e040d0dfe57c42113f2161 (patch)
treec216d680c4bfbe2e53232af1496c9655e347d79b /mac/.config/yazi/flavors.bak/catppuccin-frappe.yazi/flavor.toml
parent2e6d3671d0e01ff5751893075e7fc5c53b288f95 (diff)
updates
Diffstat (limited to 'mac/.config/yazi/flavors.bak/catppuccin-frappe.yazi/flavor.toml')
-rw-r--r--mac/.config/yazi/flavors.bak/catppuccin-frappe.yazi/flavor.toml189
1 files changed, 0 insertions, 189 deletions
diff --git a/mac/.config/yazi/flavors.bak/catppuccin-frappe.yazi/flavor.toml b/mac/.config/yazi/flavors.bak/catppuccin-frappe.yazi/flavor.toml
deleted file mode 100644
index bb32478..0000000
--- a/mac/.config/yazi/flavors.bak/catppuccin-frappe.yazi/flavor.toml
+++ /dev/null
@@ -1,189 +0,0 @@
-# vim:fileencoding=utf-8:foldmethod=marker
-
-# : Manager {{{
-
-[mgr]
-cwd = { fg = "#81c8be" }
-
-# Hovered
-hovered = { reversed = true }
-preview_hovered = { underline = true }
-
-# 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 = "#8caaee", bg = "#51576d" }
-progress_error = { fg = "#8caaee", 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 = [
- # Images
- { mime = "image/*", fg = "#81c8be" },
-
- # Media
- { mime = "{audio,video}/*", fg = "#e5c890" },
-
- # Archives
- { mime = "application/{zip,rar,7z*,tar,gzip,xz,zstd,bzip*,lzma,compress,archive,cpio,arj,xar,ms-cab*}", fg = "#f4b8e4" },
-
- # Documents
- { mime = "application/{pdf,doc,rtf}", fg = "#a6d189" },
-
- # Fallback
- { url = "*", fg = "#c6d0f5" },
- { url = "*/", fg = "#8caaee" },
-
- # TODO: remove
- { name = "*", fg = "#c6d0f5" },
- { name = "*/", fg = "#8caaee" }
-]
-
-# : }}}