vim-code-dark icon indicating copy to clipboard operation
vim-code-dark copied to clipboard

i have a couple issues, otherwise this theme would be perfect.

Open gWOLF3 opened this issue 5 years ago • 4 comments

Screen Shot 2020-01-05 at 11 35 50 PM Screen Shot 2020-01-05 at 11 54 48 PM

if i 'set background=dark' it fixes, but then the background becomes a gray color instead of black. how do i fix this?

Screen Shot 2020-01-06 at 11 50 35 AM

gWOLF3 avatar Jan 06 '20 16:01 gWOLF3

hi EndOfBuffer ctermbg=None

zQueal avatar Jan 06 '20 18:01 zQueal

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

Ocisra avatar Jan 20 '20 18:01 Ocisra

Hello! Do you think we should put these into the color scheme itself?

tomasiser avatar Aug 17 '20 17:08 tomasiser

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

Ocisra avatar Aug 17 '20 17:08 Ocisra

@tomasiser I think this can be closed since #102.

saccarosium avatar Apr 18 '23 15:04 saccarosium

Thank you, I'm closing this and feel free to create a new issue whoever falls into anything similar again!

tomasiser avatar Apr 25 '23 21:04 tomasiser