19
lua/taken/plugins/transparent.lua
Normal file
19
lua/taken/plugins/transparent.lua
Normal file
@@ -0,0 +1,19 @@
|
||||
local status, transparent = pcall(require, "transparent")
|
||||
if not status then
|
||||
return
|
||||
end
|
||||
|
||||
transparent.setup({
|
||||
groups = {
|
||||
'Normal', 'NormalNC', 'Comment', 'Constant', 'Special', 'Identifier',
|
||||
'Statement', 'PreProc', 'Type', 'Underlined', 'Todo', 'String', 'Function',
|
||||
'Conditional', 'Repeat', 'Operator', 'Structure', 'LineNr', 'NonText',
|
||||
'SignColumn', 'CursorLineNr', 'EndOfBuffer',
|
||||
},
|
||||
extra_groups = {
|
||||
"NormalSB", "NvimTreeNormal", "NvimTreeNormalNC", "NvimTreeNormalSB",
|
||||
"Folded", "NonText", "SpecialKey", "VertSplit", "EndOfBuffer", "SignColumn",
|
||||
"BufferLineFill", "BufferLineBackground", "BufferLineBufferSelected",
|
||||
},
|
||||
exclude_groups = {},
|
||||
})
|
||||
Reference in New Issue
Block a user