summaryrefslogtreecommitdiff
path: root/mac/.config/yazi/flavors.bak/catppuccin-mocha.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-mocha.yazi/flavor.toml
parent2e6d3671d0e01ff5751893075e7fc5c53b288f95 (diff)
updates
Diffstat (limited to 'mac/.config/yazi/flavors.bak/catppuccin-mocha.yazi/flavor.toml')
-rw-r--r--mac/.config/yazi/flavors.bak/catppuccin-mocha.yazi/flavor.toml189
1 files changed, 0 insertions, 189 deletions
diff --git a/mac/.config/yazi/flavors.bak/catppuccin-mocha.yazi/flavor.toml b/mac/.config/yazi/flavors.bak/catppuccin-mocha.yazi/flavor.toml
deleted file mode 100644
index 39a3ef5..0000000
--- a/mac/.config/yazi/flavors.bak/catppuccin-mocha.yazi/flavor.toml
+++ /dev/null
@@ -1,189 +0,0 @@
-# vim:fileencoding=utf-8:foldmethod=marker
-
-# : Manager {{{
-
-[mgr]
-cwd = { fg = "#94e2d5" }
-
-# Hovered
-hovered = { reversed = true }
-preview_hovered = { underline = true }
-
-# Find
-find_keyword = { fg = "#f9e2af", bold = true, italic = true, underline = true }
-find_position = { fg = "#f5c2e7", bg = "reset", bold = true, italic = true }
-
-# Marker
-marker_copied = { fg = "#a6e3a1", bg = "#a6e3a1" }
-marker_cut = { fg = "#f38ba8", bg = "#f38ba8" }
-marker_marked = { fg = "#94e2d5", bg = "#94e2d5" }
-marker_selected = { fg = "#f9e2af", bg = "#f9e2af" }
-
-# Count
-count_copied = { fg = "#1e1e2e", bg = "#a6e3a1" }
-count_cut = { fg = "#1e1e2e", bg = "#f38ba8" }
-count_selected = { fg = "#1e1e2e", bg = "#f9e2af" }
-
-# Border
-border_symbol = "│"
-border_style = { fg = "#7f849c" }
-
-# : }}}
-
-
-# : Tabs {{{
-
-[tabs]
-active = { fg = "#1e1e2e", bg = "#89b4fa", bold = true }
-inactive = { fg = "#89b4fa", bg = "#313244" }
-
-# : }}}
-
-
-# : Mode {{{
-
-[mode]
-
-normal_main = { fg = "#1e1e2e", bg = "#89b4fa", bold = true }
-normal_alt = { fg = "#89b4fa", bg = "#313244" }
-
-# Select mode
-select_main = { fg = "#1e1e2e", bg = "#94e2d5", bold = true }
-select_alt = { fg = "#94e2d5", bg = "#313244" }
-
-# Unset mode
-unset_main = { fg = "#1e1e2e", bg = "#f2cdcd", bold = true }
-unset_alt = { fg = "#f2cdcd", bg = "#313244" }
-
-# : }}}
-
-
-# : Status bar {{{
-
-[status]
-# Permissions
-perm_sep = { fg = "#7f849c" }
-perm_type = { fg = "#89b4fa" }
-perm_read = { fg = "#f9e2af" }
-perm_write = { fg = "#f38ba8" }
-perm_exec = { fg = "#a6e3a1" }
-
-# Progress
-progress_label = { fg = "#ffffff", bold = true }
-progress_normal = { fg = "#89b4fa", bg = "#45475a" }
-progress_error = { fg = "#89b4fa", bg = "#f38ba8" }
-
-# : }}}
-
-
-# : Pick {{{
-
-[pick]
-border = { fg = "#89b4fa" }
-active = { fg = "#f5c2e7", bold = true }
-inactive = {}
-
-# : }}}
-
-
-# : Input {{{
-
-[input]
-border = { fg = "#89b4fa" }
-title = {}
-value = {}
-selected = { reversed = true }
-
-# : }}}
-
-
-# : Completion {{{
-
-[cmp]
-border = { fg = "#89b4fa" }
-
-# : }}}
-
-
-# : Tasks {{{
-
-[tasks]
-border = { fg = "#89b4fa" }
-title = {}
-hovered = { fg = "#f5c2e7", bold = true }
-
-# : }}}
-
-
-# : Which {{{
-
-[which]
-mask = { bg = "#313244" }
-cand = { fg = "#94e2d5" }
-rest = { fg = "#9399b2" }
-desc = { fg = "#f5c2e7" }
-separator = "  "
-separator_style = { fg = "#585b70" }
-
-# : }}}
-
-
-# : Help {{{
-
-[help]
-on = { fg = "#94e2d5" }
-run = { fg = "#f5c2e7" }
-hovered = { reversed = true, bold = true }
-footer = { fg = "#313244", bg = "#cdd6f4" }
-
-# : }}}
-
-
-# : Spotter {{{
-
-[spot]
-border = { fg = "#89b4fa" }
-title = { fg = "#89b4fa" }
-tbl_col = { fg = "#94e2d5" }
-tbl_cell = { fg = "#f5c2e7", bg = "#45475a" }
-
-# : }}}
-
-
-# : Notification {{{
-
-[notify]
-title_info = { fg = "#a6e3a1" }
-title_warn = { fg = "#f9e2af" }
-title_error = { fg = "#f38ba8" }
-
-# : }}}
-
-
-# : File-specific styles {{{
-
-[filetype]
-
-rules = [
- # Images
- { mime = "image/*", fg = "#94e2d5" },
-
- # Media
- { mime = "{audio,video}/*", fg = "#f9e2af" },
-
- # Archives
- { mime = "application/{zip,rar,7z*,tar,gzip,xz,zstd,bzip*,lzma,compress,archive,cpio,arj,xar,ms-cab*}", fg = "#f5c2e7" },
-
- # Documents
- { mime = "application/{pdf,doc,rtf}", fg = "#a6e3a1" },
-
- # Fallback
- { url = "*", fg = "#cdd6f4" },
- { url = "*/", fg = "#89b4fa" },
-
- # TODO: remove
- { name = "*", fg = "#cdd6f4" },
- { name = "*/", fg = "#89b4fa" }
-]
-
-# : }}}