nvim-config/lua/highlights.lua
2024-01-04 16:10:59 -08:00

6 lines
215 B
Lua

-- Mostly to hide the nvim-tree Vert Split group. Looks nice in general too
vim.cmd([[ highlight WinSeparator guifg=#101010 guibg=#101010 ]])
-- For indent-blankline
vim.cmd([[ highlight IblIndent guifg=#383839]])