You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: