From 5744d49a4d1a11997951d9c92e9daa820ae47ce5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20La=C3=ADn?= Date: Sat, 2 Aug 2025 20:50:25 +0200 Subject: [PATCH] fix(yazi): not applying the catppuccin theme correctly --- .../catppuccin-macchiato.yazi/flavor.toml | 17 +++++++++-------- .config/yazi/theme.toml | 14 +------------- 2 files changed, 10 insertions(+), 21 deletions(-) diff --git a/.config/yazi/flavors/catppuccin-macchiato.yazi/flavor.toml b/.config/yazi/flavors/catppuccin-macchiato.yazi/flavor.toml index 416b365c..45eaa550 100644 --- a/.config/yazi/flavors/catppuccin-macchiato.yazi/flavor.toml +++ b/.config/yazi/flavors/catppuccin-macchiato.yazi/flavor.toml @@ -1,10 +1,10 @@ [mgr] cwd = { fg = "#8bd5ca" } -hovered = { fg = "#24273a", bg = "#b7bdf8" } -preview_hovered = { fg = "#24273a", bg = "#cad3f5" } +hovered = { fg = "#24273a", bg = "#8aadf4" } +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 } marker_copied = { fg = "#a6da95", bg = "#a6da95" } @@ -22,12 +22,12 @@ border_style = { fg = "#8087a2" } syntect_theme = "~/.config/bat/themes/Catppuccin-macchiato.tmTheme" [tabs] -active = { fg = "#24273a", bg = "#cad3f5", bold = true } +active = { fg = "#24273a", bg = "#b7bdf8", bold = true } inactive = { fg = "#cad3f5", bg = "#494d64" } [mode] -normal_main = { fg = "#24273a", bg = "#b7bdf8", bold = true } -normal_alt = { fg = "#b7bdf8", bg = "#363a4f" } +normal_main = { fg = "#24273a", bg = "#8aadf4", bold = true } +normal_alt = { fg = "#8aadf4", bg = "#363a4f" } select_main = { fg = "#24273a", bg = "#a6da95", bold = true } select_alt = { fg = "#a6da95", bg = "#363a4f" } @@ -36,8 +36,9 @@ unset_main = { fg = "#24273a", bg = "#f0c6c6", bold = true } unset_alt = { fg = "#f0c6c6", bg = "#363a4f" } [status] -separator_open = "" -separator_close = "" +overall = {} +sep_left = { open = "", close = "" } +sep_right = { open = "", close = "" } progress_label = { fg = "#ffffff", bold = true } progress_normal = { fg = "#8aadf4", bg = "#494d64" } diff --git a/.config/yazi/theme.toml b/.config/yazi/theme.toml index f9408ae9..b8b8dc51 100644 --- a/.config/yazi/theme.toml +++ b/.config/yazi/theme.toml @@ -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] -use = "catppuccin-macchiato" +dark = "catppuccin-macchiato"