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

Feature request: codedark_transparent

Open theroncross opened this issue 3 years ago • 3 comments

related to #71

It would be nice to have a flag to set transparent backgrounds, similar to the codedark_conservative. From what I can see, we'd need at least

 hi Normal       ctermbg=none  guibg=none
 hi CursorLineNr               guibg=none
 hi EndOfBuffer                guibg=none
 hi Folded                     guibg=none
 hi LineNr       ctermbg=none  guibg=none
 hi SignColumn   ctermbg=none  guibg=none

I have g:signcolumn = 'number', which works with the above, but was unable to get a separate sign column text to have a transparent background.

theroncross avatar Apr 04 '21 04:04 theroncross

Hi! This sounds like a good idea. Would you be up for making a PR with that change? Also not sure if nonText also needs to be set as in #71 and possibly related to #67 as well.

tomasiser avatar Apr 09 '21 15:04 tomasiser

Any progress on this? I'd actually like to give a hand with this if @theroncross isn't done yet?

agjs avatar Jul 06 '21 20:07 agjs

Fell off my radar - please go for it. Thanks.

theroncross avatar Jul 06 '21 20:07 theroncross

Hi everyone, I think this can now be closed since we have #102 merged! Thank you!

tomasiser avatar Aug 05 '22 11:08 tomasiser