feat(neovim): theme touch ups

This commit is contained in:
Alexandre Cavalheiro S. Tiago da Silva 2024-10-22 18:53:35 -03:00
parent fe1c913ad8
commit 0c401df0ad
Signed by: wizardlink
GPG key ID: A5767B54367CFBDF
2 changed files with 56 additions and 25 deletions

View file

@ -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,
},