neovim theme config adjustment for better visibility
This commit is contained in:
parent
d4f8c75582
commit
d43b21aba0
|
@ -12,6 +12,17 @@ return {
|
|||
},
|
||||
init = function()
|
||||
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,
|
||||
},
|
||||
-- {
|
||||
|
|
Loading…
Reference in a new issue