add: update config color scheme

This commit is contained in:
asep komarudin 2024-03-11 18:01:06 +07:00
parent 3ebdfd418c
commit bb946438c1
5 changed files with 58 additions and 49 deletions

View file

@ -71,6 +71,8 @@ return {
highlights.NvimTreeWinSeparator = {
fg = colors.border,
}
highlights.BufferLineFill = { bg = colors.bg }
highlights.NvimTreeSpecialFile = { fg = colors.purple, underline = false }
end,
})
end,