neovim theme config adjustment for better visibility

This commit is contained in:
Gered 2025-01-03 21:48:29 -05:00
parent d4f8c75582
commit d43b21aba0

View file

@ -12,6 +12,17 @@ return {
}, },
init = function() init = function()
vim.cmd.colorscheme 'tokyonight' vim.cmd.colorscheme 'tokyonight'
-- makes some borders a lot easier to see with this theme's colours
vim.opt.fillchars = {
horiz = '',
horizup = '',
horizdown = '',
vert = '',
vertleft = '',
vertright = '',
verthoriz = '',
}
end, end,
}, },
-- { -- {