Is this possible to configure different background color for active window ?
|
|
If by "window" you mean Emacs' definition of windows, i.e., panes, not really. If by "window" you mean everyone else's conception of windows, which Emacs calls frames, then yes. Here's an example:
|
|||
|
|
If what you are trying to achieve is to highlight the current buffer/frame, the way I do that is through Highlight-Current-Line. It shows you the line where the cursor is, but a side effect of that is that it also shows you which buffer/frame you are in. You could configure it to highlight the entire buffer, or look into the code to see how they do it. |
||
|
