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

Current line and current selection could use a bit more contrast #37

Closed
axelitus opened this issue Jul 5, 2018 · 6 comments
Closed

Comments

@axelitus
Copy link

axelitus commented Jul 5, 2018

I'm using the latest stable PHPStorm 2018.1.6 version and I think that it would be better to increase the contrast between the current line and the current selection because currently, it's hard to distinguish them:
image
(the selected word is function on line 36)

Also, the comments are hard to read. I think a color like the one I have set in vim would work very nicely (which is a little bit brighter):
image

For it I have this setting in my .vimrc file:

let g:nord_comment_brightness = 12
@arcticicestudio
Copy link
Contributor

Thanks for your contribution 👍
I'll see how to improve the recognizability of the selected text on the current line, maybe the selection will be brighter to stand out from the background color.

Regarding the comment color: There is nordtheme/nord#94 that deals with improving the contrast of comments for all port projects. It'll be implemented for this project as soon as the decision has been made.

@axelitus
Copy link
Author

Awesome! Can't wait for it, so far the theme is just incredible! I'm using it everywhere: PhpStorm, Sublime Text, Vim, Gnome Terminal...

Thanks for creating it!

@arcticicestudio arcticicestudio added Hacktoberfest This repository participates in the Hacktoberfest and removed Hacktoberfest This repository participates in the Hacktoberfest labels Oct 1, 2018
@seraphlive
Copy link

seraphlive commented Mar 4, 2019

I find "snowstorm" region highlight style in the Emacs version of Nord theme looks kind of cool. I'm thinking maybe we can use that as a reference. Just not sure if it can be easily implemented in jetbrain's editors. :)

(another way may be disable current line highlight when some block of codes are selected, like in vscode)

@arcticicestudio
Copy link
Contributor

@seraphlive Unfortunately there is no way to implement theme configurations since all definitions are simply XML and JSON files. It is not possible to implement any logic like functions for conditions based on user configurations. Emacs on the other hand are defined in Lisp so they can implement logic based on settings made by the user.

@axelitus The comment color contrast was finally increased in #41 and released in version 0.4.0. I'll close this issue for now until there is either a way to implement theme configurations or the background color of the currently active cursor line can make use of color opacity (alpha layer).

@arcticicestudio
Copy link
Contributor

@axelitus I've submitted IDEA-215064 that requests an implementation of the highlighting feature like in VS Code: Hide the background color of the active line when selecting text.

@axelitus
Copy link
Author

@arcticicestudio great to hear! Hopefully, JetBrains gets this done, as it is a nice idea that would great without messing up with the color palette. I've given it the first thumbs up!

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

3 participants