gonewest818 / dimmer.el

Interactively highlight which buffer is active by dimming the others.
GNU General Public License v3.0
267 stars 14 forks source link

more ways to "dim" the other windows #42

Open gonewest818 opened 4 years ago

gonewest818 commented 4 years ago

Especially with the addition of the :background and :both modes, there's an opportunity to add more choice in what "dimming" actually does.

Currently the dimmer does a “reduced contrast” adjustment by moving the foreground and background colors closer together. It would also be possible to make the foreground and background “darker”, or make everything “lighter”. This would require yet another configuration variable and some documentation and screenshots to explain.

Another approach would be to grant the user a choice of "target color" which could be any shade and any hue, not limited to black or white. See discussion in #31 for detail.