fix: use reversed for yazi hovered style to include icon in highlight

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-06-21 20:25:28 +02:00
co-authored by Claude Sonnet 4.6
parent efd2c86a78
commit b63e76e779
+1 -1
View File
@@ -11,7 +11,7 @@ overall = { bg = "#2E3440" }
[mgr]
cwd = { fg = "#88C0D0", bold = true }
hovered = { fg = "#2E3440", bg = "#88C0D0", bold = true }
hovered = { reversed = true }
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 }