feat(neovim): theme touch ups
This commit is contained in:
parent
fe1c913ad8
commit
0c401df0ad
2 changed files with 56 additions and 25 deletions
|
@ -30,6 +30,8 @@ return {
|
|||
{
|
||||
"xiyaowong/transparent.nvim",
|
||||
opts = function(_, opts)
|
||||
local transparent = require("transparent")
|
||||
|
||||
opts.groups = {
|
||||
"Comment",
|
||||
"Conditional",
|
||||
|
@ -77,13 +79,7 @@ return {
|
|||
"LineNrAbove",
|
||||
"LineNrBelow",
|
||||
"LineNrBelow",
|
||||
"NeoTreeFloatBoarder",
|
||||
"NeoTreeMessage",
|
||||
"NeoTreeNormal",
|
||||
"NeoTreeTabSeparatorActive",
|
||||
"NeoTreeTabSeparatorInactive",
|
||||
"NeoTreeVertSplit",
|
||||
"NeoTreeWinSeparator",
|
||||
"NvimTreeWindowPicker",
|
||||
"TabLine",
|
||||
"TabLineFill",
|
||||
"VertSplit",
|
||||
|
@ -91,6 +87,9 @@ return {
|
|||
"WinBarNC",
|
||||
"WinSeparator",
|
||||
}
|
||||
|
||||
transparent.clear_prefix("BufferLine")
|
||||
transparent.clear_prefix("NeoTree")
|
||||
end,
|
||||
},
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue