-
Notifications
You must be signed in to change notification settings - Fork 15
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
dimme background instead of foreground. #20
Comments
I seem to remember looking at this when I first wrote the package, and the challenge was exactly as you describe... what's the best way to mathematically compute a darker (or lighter) background color that is consistent with the rest of theme? At the time I wasn't able to come up with anything I liked. |
This is a new feature on the master branch, will be picked up in MELPA in the next few hours whenever the next auto-build runs. Give it a try and see what you think? |
Will test it once available on MELPA. Thanks. |
It's working perfectly as expected 👍 I however use
|
Great! Yes, I agree, the background adjustment feels more aggressive than the foreground. Note that the Minibuffer is now excluded by default and the
|
Yes, that, it's more aggressive. Now let's suppose I want exclude certain buffer like |
Try this:
|
Perfect! I think we need a |
If you can open another ticket for that? I would always want some way to "un-dim" a buffer by switching to it, but I suppose that’s why we have user preferences.
… On Dec 6, 2019, at 2:56 PM, 4goodapp ***@***.***> wrote:
Perfect!
I think we need a dimmer-inclusion-regexp-listso that certain are always dimmed.
—
You are receiving this because you modified the open/close state.
Reply to this email directly, view it on GitHub <#20?email_source=notifications&email_token=AASYZ5TBN2LJWJOU43IGSPTQXLKARA5CNFSM4G5MPFL2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEGFTHPQ#issuecomment-562770878>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AASYZ5QSL5E7BK56O2G5EP3QXLKARANCNFSM4G5MPFLQ>.
|
Done #27 |
Is it possible to dimme the background (to be darker or lighter) instead of dimming the text/foreground?
There is this package auto-dim-other-buffers.el that does that but you have to chose one unique background color instead of a darker/lighter background of the current theme's. So when you change theme, things don't look good. and there is no way to change the dimme level with it.
The text was updated successfully, but these errors were encountered: