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,
|
||||
overrides = {
|
||||
-- TRANSPARENCY
|
||||
Normal = { bg = "none" },
|
||||
NormalFloat = { bg = "none" },
|
||||
ColorColumn = { bg = "none" },
|
||||
SignColumn = { bg = "none" },
|
||||
Folded = { bg = "none" },
|
||||
FoldColumn = { bg = "none" },
|
||||
CursorColumn = { bg = "none" },
|
||||
VertSplit = { bg = "none" },
|
||||
CursorLineNr = { bg = "none" },
|
||||
-- Normal = { bg = "none" },
|
||||
-- NormalFloat = { bg = "none" },
|
||||
-- ColorColumn = { bg = "none" },
|
||||
-- SignColumn = { bg = "none" },
|
||||
-- Folded = { bg = "none" },
|
||||
-- FoldColumn = { bg = "none" },
|
||||
-- CursorColumn = { bg = "none" },
|
||||
-- VertSplit = { bg = "none" },
|
||||
-- TRANSPARENCY
|
||||
CursorLineNr = { bg = "none" },
|
||||
["@property"] = overrides.member_variable,
|
||||
["PreProc"] = overrides.pre_process,
|
||||
--CPP
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue