loctvl842 / monokai-pro.nvim

Monokai Pro theme for Neovim written in Lua, with multiple filters: Pro, Classic, Machine, Octagon, Ristretto, Spectrum
MIT License
441 stars 44 forks source link

Vertical column hidden #16

Closed marnas closed 1 year ago

marnas commented 1 year ago

Vertical column used as characters delimiter seems to be hidden

set colorcolumn="80"

loctvl842 commented 1 year ago

Is this #14 the same problem to you

marnas commented 1 year ago

That's correct, thank you for the pointer.

His solution also worked for me, I only changed the color for better integration with the theme.

vim.api.nvim_set_hl(0, "ColorColumn", { ctermbg = 0, bg = "#262626" })