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:
@@ -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 }
|
||||
|
||||
Reference in New Issue
Block a user