fix(yazi): not applying the catppuccin theme correctly

This commit is contained in:
Sergio Laín 2025-08-02 20:50:25 +02:00
parent 3b588211c0
commit 5744d49a4d
No known key found for this signature in database
GPG key ID: 51BB28D8B42FB438
2 changed files with 10 additions and 21 deletions

View file

@ -1,10 +1,10 @@
[mgr] [mgr]
cwd = { fg = "#8bd5ca" } cwd = { fg = "#8bd5ca" }
hovered = { fg = "#24273a", bg = "#b7bdf8" } hovered = { fg = "#24273a", bg = "#8aadf4" }
preview_hovered = { fg = "#24273a", bg = "#cad3f5" } preview_hovered = { underline = true }
find_keyword = { fg = "#eed49f", italic = true } find_keyword = { fg = "#eed49f", bg = "#494d64", italic = true }
find_position = { fg = "#f5bde6", bg = "reset", italic = true } find_position = { fg = "#f5bde6", bg = "reset", italic = true }
marker_copied = { fg = "#a6da95", bg = "#a6da95" } marker_copied = { fg = "#a6da95", bg = "#a6da95" }
@ -22,12 +22,12 @@ border_style = { fg = "#8087a2" }
syntect_theme = "~/.config/bat/themes/Catppuccin-macchiato.tmTheme" syntect_theme = "~/.config/bat/themes/Catppuccin-macchiato.tmTheme"
[tabs] [tabs]
active = { fg = "#24273a", bg = "#cad3f5", bold = true } active = { fg = "#24273a", bg = "#b7bdf8", bold = true }
inactive = { fg = "#cad3f5", bg = "#494d64" } inactive = { fg = "#cad3f5", bg = "#494d64" }
[mode] [mode]
normal_main = { fg = "#24273a", bg = "#b7bdf8", bold = true } normal_main = { fg = "#24273a", bg = "#8aadf4", bold = true }
normal_alt = { fg = "#b7bdf8", bg = "#363a4f" } normal_alt = { fg = "#8aadf4", bg = "#363a4f" }
select_main = { fg = "#24273a", bg = "#a6da95", bold = true } select_main = { fg = "#24273a", bg = "#a6da95", bold = true }
select_alt = { fg = "#a6da95", bg = "#363a4f" } select_alt = { fg = "#a6da95", bg = "#363a4f" }
@ -36,8 +36,9 @@ unset_main = { fg = "#24273a", bg = "#f0c6c6", bold = true }
unset_alt = { fg = "#f0c6c6", bg = "#363a4f" } unset_alt = { fg = "#f0c6c6", bg = "#363a4f" }
[status] [status]
separator_open = "" overall = {}
separator_close = "" sep_left = { open = "", close = "" }
sep_right = { open = "", close = "" }
progress_label = { fg = "#ffffff", bold = true } progress_label = { fg = "#ffffff", bold = true }
progress_normal = { fg = "#8aadf4", bg = "#494d64" } progress_normal = { fg = "#8aadf4", bg = "#494d64" }

View file

@ -1,14 +1,2 @@
[icon]
prepend_dirs = [
{ name = "desktop", text = "" },
{ name = "dev", text = "" },
{ name = "documents", text = "" },
{ name = "downloads", text = "" },
{ name = "music", text = "" },
{ name = "games", text = "󰊴" },
{ name = "pictures", text = "" },
{ name = "videos", text = "" },
]
[flavor] [flavor]
use = "catppuccin-macchiato" dark = "catppuccin-macchiato"