vim-code-dark
vim-code-dark copied to clipboard
i have a couple issues, otherwise this theme would be perfect.
if i 'set background=dark' it fixes, but then the background becomes a gray color instead of black. how do i fix this?
hi EndOfBuffer ctermbg=None
Hi I had the same issue, fixed by adding those line in my .vimrc
set t_Co=256
colorscheme codedark
highlight Normal ctermbg=NONE
highlight nonText ctermbg=NONE
highlight EndOfBuffer ctermbg=NONE
The order is important
Hello! Do you think we should put these into the color scheme itself?
Hi,
It would be good I think.
There might be other groups that I haven't thought of (other than Normal, nonText, endOfBuffer) but those are the principal and it should work out of the box
@tomasiser I think this can be closed since #102.
Thank you, I'm closing this and feel free to create a new issue whoever falls into anything similar again!