Remove transparent background in neovim
This commit is contained in:
parent
fb0478d38a
commit
10a5f37df4
1 changed files with 9 additions and 9 deletions
|
|
@ -58,16 +58,16 @@ return {
|
||||||
terminal = false,
|
terminal = false,
|
||||||
overrides = {
|
overrides = {
|
||||||
-- TRANSPARENCY
|
-- TRANSPARENCY
|
||||||
Normal = { bg = "none" },
|
-- Normal = { bg = "none" },
|
||||||
NormalFloat = { bg = "none" },
|
-- NormalFloat = { bg = "none" },
|
||||||
ColorColumn = { bg = "none" },
|
-- ColorColumn = { bg = "none" },
|
||||||
SignColumn = { bg = "none" },
|
-- SignColumn = { bg = "none" },
|
||||||
Folded = { bg = "none" },
|
-- Folded = { bg = "none" },
|
||||||
FoldColumn = { bg = "none" },
|
-- FoldColumn = { bg = "none" },
|
||||||
CursorColumn = { bg = "none" },
|
-- CursorColumn = { bg = "none" },
|
||||||
VertSplit = { bg = "none" },
|
-- VertSplit = { bg = "none" },
|
||||||
CursorLineNr = { bg = "none" },
|
|
||||||
-- TRANSPARENCY
|
-- TRANSPARENCY
|
||||||
|
CursorLineNr = { bg = "none" },
|
||||||
["@property"] = overrides.member_variable,
|
["@property"] = overrides.member_variable,
|
||||||
["PreProc"] = overrides.pre_process,
|
["PreProc"] = overrides.pre_process,
|
||||||
--CPP
|
--CPP
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue