Skip to content

Introduce inactive face to LIN to color inactive window buffers differently?

I'm experimenting with dired-sidebar, which is the first file tree browser sidebar I've been using since installing LIN.

This means using LIN in that buffer permanently shows the colorful selection color. That's so prominent it actually draws my attention because at a glance it looks like the focus is there:

  1. Sidebar has blue LIN highlight but is inactive

image

  1. Sidebar has same LIN highlight but is active

image


So I wonder: would it be feasible to adopt a face for inactive buffers, maybe one that just inherits from the default face, and that's it?

For inactive buffer dimming, I'm using auto-dim-other-buffers by the way: https://github.com/mina86/auto-dim-other-buffers.el

I'd personally be fine with customizing the inactive face to resemble the macOS system colors
image

... and wire activation of the face myself.