srcery-colors / srcery-emacs

The dark color scheme for Emacs/Spacemacs. GUI and terminal support
https://srcery.sh
131 stars 6 forks source link

Weird UI with paren-face and indent-guide when region is active #3

Closed ACEMerlin closed 5 years ago

ACEMerlin commented 5 years ago

Without selected region (normal state): before

After select region: after

This is what zenburn looks like with selected region zenburn

roosta commented 5 years ago

Not sure I understand what the problem is. Is it because the parens and indent guide gets dark like that? That's cause the face gets inverted, and unfortunately there isn't any way of forcing white foreground on inverse only so I'm not sure how to fix that.

Alternatively you could disable inverse-video region by setting srcery-invert-region to nil in your init file.

ACEMerlin commented 5 years ago

Yes. The dark block went away after I set srcery-invert-region to nil. Thanks man.