-
-
Notifications
You must be signed in to change notification settings - Fork 266
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
Change fill-column-indicator face #345
base: master
Are you sure you want to change the base?
Conversation
That's intentional. If that line is visible more then it is also more of a distraction. IMO this should not be merged and those users who want to see this line very well should theme it locally. |
But I think current is too dark to use. fill-column-indicator exists to indicate. So visibility is important for practicality. |
There are many things that could theoretically be visualized at all times. If these indicators were all enabled at the same time, then that would lead to information overload. I think that displaying the indicator the way it is currently being displayed is a good compromise. When one actually goes over the limit or if one intentionally focuses ones attention on that line, then one can see it well. At all other times the line nicely blends into the background and does not compete with other more pressing information for the users attention, which is nice because then this information is not actually relevant. Of course you may care more about this limit than I do and want the line to be very visible at all times. We just have two different personal preferences, which is perfectly fine but it means that one of use has to customize this color. The maintainer of this theme might have the same preference as you or me or not care one bit. Unless he strongly prefers your way I suggest he does not change this. The old color was in use for quite some time without anyone else suggesting that it be changed. That might mean that the majority prefers the status quo. Or maybe many users prefer it your way and they just customized this in their personal configuration (in which case they would not benefit from the default changing). Unless users keep on asking for this color to be changed, it seems like the safest option to not change it. Someone has to customized this and unfortunately for you that currently is you. |
Thanks for the response.
It seems that you and I are in different use cases. I don't enable
Hmm... I understood your preference, but Emacs 27
I think some people will say the same thing in the future when Emacs 27 will be released. ok. I'll wait the maintainer(@bbatsov)'s decision. I'll follow it. |
@tsuu32 Thank you for your PR. I think existing face is unusable since first time I have added fill-column-indicator to my configuration i couldn't see the boundary and thought that I made a mistake in my config but turns out that the boundary already there but almost invisible. I think more experienced emacs users can darken it by customizing the face but for the default case I think it should be easy to spot. |
aha, indeed, it's just not easily visible. What was your workaround folks? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I like it, please!
Emacs 27 has
fill-column-indicator
face andM-x display-fill-column-indicator-mode
.Current zenburn-emacs's
fill-column-indicator
is hard to see.I changed fill-column-indicator face.
Before:
![スクリーンショット 2020-03-23 12 18 24](https://user-images.githubusercontent.com/13937915/77279128-6a5d0800-6d04-11ea-8327-2e71a560eb04.png)
After:
![スクリーンショット 2020-03-23 12 40 49](https://user-images.githubusercontent.com/13937915/77279118-66c98100-6d04-11ea-8cc0-0a4a06fa6f62.png)
cc @tarsius (because of efe7293)
Before submitting a PR make sure the following things have been done (and denote this
by checking the relevant checkboxes):
Thanks!