franbach / miramare

:maple_leaf: Comfortable & Pleasant Color Scheme for Vim
MIT License
244 stars 20 forks source link

Make pythonDot a little brighter for better contrast #6

Closed pulcinello closed 4 years ago

pulcinello commented 4 years ago

First, thanks for this eye-candy theme. I really like it, but sometimes I find it's a little hard to distinguish the dot from normal space when editing python files. I'd appreciate if you can make it a little brighter. Screen Shot 2020-05-15 at 3 45 07 PM

franbach commented 4 years ago

Hi @pulcinello, you welcome! I'm going to fix this as soon as I can! Feel free to send me a PR. Thanks!

arnavb commented 3 years ago

@franbach I'm noticing the same issue for JS. Has it been updated or no? I would send a PR but I'm not experienced at all with vim color schemes.

Screen Shot 2020-12-20 at 1 40 41 PM

Ok I changed it to white by using highlight jsDot ctermfg=white in my vimrc which seems to look good and I noticed there's a line setting it to grey in the vim file in this repo. Would fixing this be as simple as changing the color to white or would using a darker color (than white) be better?