feat: add NvimTreeNormalFloat (#2167)
* feat: add `NormalFloat` hl for floating windows * fix: follow default floatwin bg color --------- Co-authored-by: Alexander Courtis <alex@courtis.org>
This commit is contained in:
@@ -5,7 +5,8 @@ local PAT_CTRL = "^<C%-"
|
||||
local PAT_SPECIAL = "^<.+"
|
||||
|
||||
local WIN_HL = table.concat({
|
||||
"Normal:NvimTreeNormal",
|
||||
"NormalFloat:NvimTreeNormalFloat",
|
||||
"WinSeparator:NvimTreeWinSeparator",
|
||||
"CursorLine:NvimTreeCursorLine",
|
||||
}, ",")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user