Describe your feature request
The X11 terminal emulator rxvt-unicode has a feature that I find to be very handy, perhaps something equivalent can be implemented in foot.
The idea is this:
When the window that runs the terminal emulator loses focus, the foreground colors become 'faded' / are 'dimmed'.
It helps a lot with quickly grasping 'where you are' when looking at your screen.
See the urxvt codebase as reference.
### Describe your feature request
The X11 terminal emulator rxvt-unicode has a feature that I find to be very handy, perhaps something equivalent can be implemented in foot.
The idea is this:
When the window that runs the terminal emulator loses focus, the foreground colors become 'faded' / are 'dimmed'.
It helps a lot with quickly grasping 'where you are' when looking at your screen.
See [the urxvt codebase](https://github.com/exg/rxvt-unicode/blob/5865a435983be27c8f4a601e7a9920d3a92f102a/src/rxvttoolkit.C#L976) as reference.