gruvbox-community / gruvbox

Retro groove color scheme for Vim - community maintained edition
MIT License
801 stars 62 forks source link

Gruvbox adds bg color to error highlights making text hard to read #137

Closed bdielman closed 1 year ago

bdielman commented 4 years ago

In this case the no unused vars error displays with the bg and fg colors in a way that makes the text hard to read. When checked with other color schemes, the error displays with a simple underline.

Screen Shot 2020-06-14 at 11 37 44 AM
rishabhdeepsingh commented 4 years ago

Also facing the same issue with search as well

Screenshot 2020-06-26 at 6 52 57 AM
lanox commented 4 years ago

@rishabhdeepsingh you can change the color of that.

g:gruvbox_hls_cursor

Changes cursor background while search is highlighted. Possible values are any of gruvbox palette.
default: orange
rishabhdeepsingh commented 4 years ago

@lanox I set that but now it is showing white instead of what I am setting

let g:gruvbox_contrast_dark='hard'
let g:gruvbox_hls_cursor='red'
colorscheme gruvbox
set background=dark
GGCristo commented 4 years ago

Same here Screenshot_20200820_134012