Skip to content

Commit 67c5b0e

Browse files
committed
link NvimTreeMarkedFile to visual
1 parent 81e7933 commit 67c5b0e

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
@@ -48,7 +48,6 @@ local function get_hl_groups()
4848
GitNew = { fg = colors.yellow },
4949

5050
WindowPicker = { gui = "bold", fg = "#ededed", bg = "#4493c8" },
51-
MarkedFile = { gui = "bold", fg = "#6be37a" },
5251
}
5352
end
5453

@@ -74,6 +73,7 @@ local function get_links()
7473
StatusLine = "StatusLine",
7574
StatusLineNC = "StatusLineNC",
7675
SignColumn = 'NvimTreeNormal',
76+
MarkedFile = "Visual"
7777
}
7878
end
7979

0 commit comments

Comments
 (0)