Son A. Pham

Results 12 comments of Son A. Pham

> The text does show up when using the onehalflight version, but it's just plain back. This is because the color for your suggestion text is set as `black`, so...

Ahh good catch! Thanks! It's not intentional. I should fix that. AFAIK the `Include` highlight group is for the `#include` preprocessing directive. I consider that a keyword so the blue...

To answer your first question: I'm sure porting to lua isn't difficult as the theme barely contains any logic. However, if it ain't break, don't fix it. Also I no...

It's been a while since I used Vim. Let me try to reproduce this. My hunch is that YCM defines the colors somewhere, possibly as brights. However in onehalf I...

Thanks for the idea, let me look into this a bit. To be honest to my eyes the contrast in the screenshots doesn't look very good. The combination of green...

Thanks, glad you like it :) I don't use VSCode so no plans to support it at the moment. If you want to take a stab, I'll be more than...

Actually I'll leave this one open till it's added.

Hey glad you like the colors! I haven't really had time to revisit these issues, but just want to leave a clarifying comment here for posterity. For vim, you need...

Indeed fixing this issue is just a matter of changing two lines for `Search` and `IncSearch`. As for the colors I originally wanted to keep the yellow as they pop...

To test the colors in `onehalfdark.vim` and `onehalflight.vim` just replace these lines ``` call s:h("IncSearch", s:bg, s:yellow, "") call s:h("Search", s:bg, s:yellow, "") ``` with ``` call s:h("IncSearch", s:bg, s:red,...