rockerBOO / boo-colorscheme-nvim

Boo is a colorscheme for Neovim with handcrafted support for LSP, Tree-sitter.
MIT License
194 stars 12 forks source link

js comment block background color seems off? #7

Closed dakahn closed 2 years ago

dakahn commented 2 years ago

This could potentially not be an actual bug and instead an aesthetic choice, but I thought i'd report anyway. Feel free to close if that's the case.

That said, comment blocks in javascript have an off looking background color image

also Big fan of this colorscheme 👏🏾

rockerBOO commented 2 years ago

Yes the comments background coolor are intentional but the line numbers I forgot to do (I don't use them personally right now). I will try to do a line number pass soon.

Do you find the different background colors distracting? I could try another pass at them as I'm conflicted with making them noticeable, readable but not distracting from the code itself. I could try it without a background color too.

Glad you like the colorscheme :). Thank you

dakahn commented 2 years ago

Ah, cool. I had a feeling it was intentional. Its your colorscheme, but personally I think the styling is a bit distracting (full disclosure i prefer dimmed comments)

rockerBOO commented 2 years ago

Removed these background colors and updated some of the colors to reflect this. This feels better to me as the background color conflicts for those with transparent terminals or other interface.

Thanks again for the feedback.