romainl/Apprentice

gVim cursor foreground color

habamax opened this issue · 3 comments

In gVim text under cursor is barely visible on some syntax highlighted text:

image

image

image

I can fix it in colorscheme event (and I will), but just in case you would like to fix it in your colorscheme:

  hi Cursor guifg=#BCBCBC

Thank you, I use the GUI so rarely that it never bothered me but you are definitely right about this usability issue.

I think I will settle with the following, though:

" fg is #bcbcbc, bg is #262626
hi Cursor guifg=bg guibg=fg

because whatever colour you chose for bg, there are too many combinations that won't work.

yep, that is better, added to my colorscheme override for now.

DONE.