-
-
Notifications
You must be signed in to change notification settings - Fork 63
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
Active and inactive modelines are hard to distinguish, as well as region highlight. #32
Comments
It is not easy to implement this when the theme engine is limited to pure HEX values. In other port projects it is possible to improve this by using transparency or advanced theming features like CSS. |
For what its worth, I think a simple solution would be to invert the color on the inactive modeline, and use the current inactive color for a boxed edge and text. IMO that would solve it nicely. I did have a version like this that I can try and submit as a PR somewhere... I did tinker a bit with it. |
> Description Added a theme customization to allow users to enable uniform activate- and inactive mode lines using "nord3" as background. The default is left to "nord1" as background color. The customization is available through the "nord-uniform-mode-lines" variable of type "boolean". > Usage (setq nord-uniform-mode-lines t) Related to #32 GH-47
@localredhead I've implemented two theme customizations
Feel free to check out the PRs and post some feedback. |
I have to squint on these two items., otherwise this is a perfect theme.
Is this the right amount of contrast for the theme?
The text was updated successfully, but these errors were encountered: