fix: correct yazi hover — indicator.current drives the effect, not mgr.hovered

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-06-21 20:51:03 +02:00
co-authored by Claude Sonnet 4.6
parent bb114faec6
commit 84f7fec2a7
+3 -4
View File
@@ -11,7 +11,6 @@ overall = { bg = "#2E3440" }
[mgr]
cwd = { fg = "#88C0D0", bold = true }
hovered = { bg = "#3B4252" }
find_keyword = { fg = "#EBCB8B", bold = true, italic = true, underline = true }
find_position = { fg = "#D08770", bg = "reset", bold = true, italic = true }
symlink_target = { fg = "#81A1C1", italic = true }
@@ -26,9 +25,9 @@ border_symbol = "│"
border_style = { fg = "#4C566A" }
[indicator]
parent = { reversed = true }
current = { reversed = true }
preview = { underline = true }
parent = { fg = "#4C566A", bg = "#3B4252" }
current = { bg = "#434C5E" }
preview = { fg = "#4C566A", bg = "#3B4252" }
padding = { open = " ", close = " " }
[tabs]