Skip to content

Commit edc74ee

Browse files
committed
fix: add normalNC color group
fixes #709
1 parent 22e64cc commit edc74ee

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

lua/nvim-tree/colors.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ local function get_links()
5757
EmptyFolderName = 'Directory',
5858
OpenedFolderName = 'Directory',
5959
Normal = 'Normal',
60+
NormalNC = 'NormalNC',
6061
EndOfBuffer = 'EndOfBuffer',
6162
CursorLine = 'CursorLine',
6263
VertSplit = 'VertSplit',

lua/nvim-tree/view.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ M.View = {
3131
'StatusLine:NvimTreeStatusLine',
3232
'StatusLineNC:NvimTreeStatuslineNC',
3333
'SignColumn:NvimTreeSignColumn',
34-
'NormalNC:NormalNC'
34+
'NormalNC:NvimTreeNormalNC',
3535
}, ',')
3636
},
3737
bufopts = {

0 commit comments

Comments
 (0)