From 0c0de069a3f35930ae26e77ae8ee1d3f1d24d021 Mon Sep 17 00:00:00 2001 From: Arthur McLain Date: Tue, 16 Jun 2026 10:46:18 +0200 Subject: [PATCH 1/2] fix(yazi): adapt config to breaking changes in v26.5.6 --- lua/astrotheme/extras/yazi.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/astrotheme/extras/yazi.lua b/lua/astrotheme/extras/yazi.lua index b333225..bbd7369 100644 --- a/lua/astrotheme/extras/yazi.lua +++ b/lua/astrotheme/extras/yazi.lua @@ -6,7 +6,7 @@ local M = {} function M.generate(colors) return util.template( [[ -"$schema" = "https://yazi-rs.github.io/schemas/theme.json" +#:schema https://yazi-rs.github.io/schemas/theme.json [app] overall = { bg = "${ui.base}" } From 4c78b7413ca27e3fd2ec37dc839fe052a48bf3a7 Mon Sep 17 00:00:00 2001 From: Arthur McLain Date: Tue, 16 Jun 2026 11:13:05 +0200 Subject: [PATCH 2/2] feat(yazi): improve counter foreground visibility --- lua/astrotheme/extras/yazi.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lua/astrotheme/extras/yazi.lua b/lua/astrotheme/extras/yazi.lua index bbd7369..feb20d7 100644 --- a/lua/astrotheme/extras/yazi.lua +++ b/lua/astrotheme/extras/yazi.lua @@ -28,9 +28,9 @@ marker_marked = { fg = "${ui.purple}", bg = "${ui.purple}" } marker_selected = { fg = "${ui.blue}", bg = "${ui.blue}" } # Count -count_copied = { fg = "${ui.text}", bg = "${ui.green}" } -count_cut = { fg = "${ui.text}", bg = "${ui.red}" } -count_selected = { fg = "${ui.text}", bg = "${ui.accent}" } +count_copied = { fg = "${ui.base}", bg = "${ui.green}" } +count_cut = { fg = "${ui.base}", bg = "${ui.red}" } +count_selected = { fg = "${ui.base}", bg = "${ui.accent}" } # Border border_symbol = "│"