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

highlight colour for object that is selected is the same as highlight colour when cursor is on an object #245

Open
gregveres opened this issue Feb 8, 2020 · 0 comments

Comments

@gregveres
Copy link

This is easy to reproduce.

take any source file and put your cursor on an identifier

let manager = IdManager.mangers[id];

put your cursor somewhere on IdManager. Notice that IdManager becomes highlighted.

Now double click IdManager to make IdManager selected. Notice that it is highlighted with exactly the same colour. This makes it impossible to tell if you have a piece of text highlighted or not.

The text selction colour should be different from the identifier highlight colour. (BTW, I have no idea if those are actual names of colour situations, but they are the best way I can describe what is happening.)

BTW, I really like your theme, except for this one issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant