Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sublime.DRAW_EMPTY_AS_OVERWRITE doesn't show proper region color #2020

Closed
facelessuser opened this issue Oct 24, 2017 · 1 comment
Closed

Comments

@facelessuser
Copy link

Summary

There seems to be a bug with sublime.DRAW_EMPTY_AS_OVERWRITE. It doesn't render with the foreground color like the other region styles do. The bug seems to be introduced some time along with new region re-write and new color scheme support.

I'm filing this as I am beginning to get issues complaining about this behavior in some of my plugins.

Original mention of this in the forum: sublime.DRAW_EMPTY_AS_OVERWRITE

Related BracketHighlighter issue: facelessuser/BracketHighlighter#441

Expected behavior

When using the sublime.DRAW_EMPTY_AS_OVERWRITE style when creating a region, the region should use the same color as other region styles.

Actual behavior

When using sublime.DRAW_EMPTY_AS_OVERWRITE, the region is barely visible and almost matches the background.

Steps to reproduce

  1. Draw a region with sublime.DRAW_EMPTY_AS_OVERWRITE. Any other style (like solid) will show the proper color while the overwrite style will not.

Environment

  • Operating system and version: Any
  • Monitor: NA
  • Sublime Text: 3152
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants