Changed highllight groups

This commit is contained in:
2024-03-17 18:56:50 +01:00
parent 51c11e2d6c
commit 68c3ae3815

View File

@@ -8,6 +8,7 @@ return {
groups = { groups = {
"Normal", "Normal",
"NormalNC", "NormalNC",
"FloatBorder",
"Comment", "Comment",
"Constant", "Constant",
"Special", "Special",
@@ -31,18 +32,18 @@ return {
}, },
extra_groups = { extra_groups = {
"NormalSB", "NormalSB",
"NvimTreeNormal", -- "NvimTreeNormal",
"NvimTreeNormalNC", -- "NvimTreeNormalNC",
"NvimTreeNormalSB", -- "NvimTreeNormalSB",
"Folded", "Folded",
"NonText", "NonText",
"SpecialKey", "SpecialKey",
"VertSplit", "VertSplit",
"EndOfBuffer", "EndOfBuffer",
"SignColumn", "SignColumn",
"BufferLineFill", -- "BufferLineFill",
"BufferLineBackground", -- "BufferLineBackground",
"BufferLineBufferSelected", -- "BufferLineBufferSelected",
}, },
exclude_groups = {}, exclude_groups = {},
}) })