loctvl842 / monokai-pro.nvim

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

ColorColumn should be different than Normal background #61

Closed jemag closed 1 year ago

jemag commented 1 year ago

Currently ColorColumn background is the same as the Normal background: image

image

Which essentially makes enabling CursorColumn useless by default. Would be nice to have same value as CursorLine: CursorLine xxx guibg=#313443

I am aware of both https://github.com/loctvl842/monokai-pro.nvim/issues/16 and https://github.com/loctvl842/monokai-pro.nvim/issues/14, however users that do not like to use ColorColumn should have it disabled appropriately using set cc= or vim.opt.colorcolumn="" So having the ColorColumn a different color will not impact them anyway.

loctvl842 commented 1 year ago

I fixed it already. Please use the latest release