akamud / vscode-theme-onedark

VSCode Theme based on Atom's One Dark theme
MIT License
293 stars 200 forks source link

It is very hard to distinguish between the highlighted part of the text, and the selected part of it #158

Open Kiarokh opened 1 year ago

Kiarokh commented 1 year ago

For example, when you click on a dash-separated property in a SCSS, it is entirely highlighted. Now you can double click on a word or drag-click to select a part of it. The selected part gets a less transparent color. But due to lack of contrast, it is still very hard to distinguish, which part of the text is actually selected (within the highlighted region).

Sample code

.class {
    justify-content: flex-end;
}

Filename and Language selected

This is a problem with all languages.

Atom Original theme Screenshot

Selection and highlighting works slightly differently in Atom. So no point with providing any screen shot.

VSCode theme Screenshot

https://user-images.githubusercontent.com/35954987/207365338-97342b51-4cdc-4942-be59-b57380964018.mov

Versions used

Extra information

[Any other information that might be useful]
[Are you using a Plugin? Some languages (like Rust) require a plugin from the Marketplace to work on VSCode, please tell us if you are using any plugins that can be affecting the way VSCode renders your code]