Skip to content

Commit 9acb53c

Browse files
committed
feat(#2411): bookmark highlight and icon placement
1 parent cf59a91 commit 9acb53c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lua/nvim-tree/colors.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ local function get_hl_groups()
4242
OpenedFile = { gui = "bold", fg = colors.green },
4343
ModifiedFile = { fg = colors.green },
4444

45-
CopiedText = { gui = "underdotted" },
45+
CopiedText = { gui = "undercurl" },
4646
CutText = { gui = "strikethrough" },
4747

4848
GitDirty = { fg = colors.dark_red },

0 commit comments

Comments
 (0)