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

More contrast between selected and unselected text #55

Open
rferreira opened this issue May 26, 2019 · 5 comments
Open

More contrast between selected and unselected text #55

rferreira opened this issue May 26, 2019 · 5 comments

Comments

@rferreira
Copy link

rferreira commented May 26, 2019

If you select text, for example, using Option+Up you end up with something with very little contrast and hard to distinguish from the surrounding text. For example, the second <li> below has some selected text:

image

@arcticicestudio
Copy link
Contributor

Hi @rferreira 👋, thanks for for your contribution 👍
This was also mentioned #37 (comment).
There is currently no support for opacity (alpha layer) so a reduced opacity for the background color of the active line is not a option.
I've planned to open a feature request in JetBrains ticket system to support the same feature like in VS Code: As soon as a selection has been made the background color of the currently active line gets disabled so the color of the selection is only visible. This would perfectly solve this problem of too similar colors.

In the meantime you can change the color of selections on your own by going to your PreferencesEditorColor SchemeGeneral and switch to EditorSelection background from the tree view. You can now click on the color HEX code of the Background checkbox on the right side and select a new color of your choice. Note that you might nee to adjust this color as soon as the Nord plugin gets updated, but I'm not 100% sure and it might be possible that the customizations are stored in the users preferences and will persist across plugin updates.

@rferreira
Copy link
Author

Well thank you so much for such thorough response; overwriting it seems like a very reasonable workaround until jetbrains addresses your ticket. For now, I'll close this as a dup.

@arcticicestudio
Copy link
Contributor

I've submitted IDEA-215064 that requests an implementation of the highlighting feature like in VS Code.

@arcticicestudio
Copy link
Contributor

Reopened to keep track of the ticket status.

@arcticicestudio arcticicestudio added the Hacktoberfest This repository participates in the Hacktoberfest label Oct 8, 2020
@arcticicestudio arcticicestudio removed the Hacktoberfest This repository participates in the Hacktoberfest label Nov 13, 2020
@IgorPerikov
Copy link

I solved this by setting blue in selection background to 120(increasing), now it's possible to see the selection for me

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

4 participants