|
From: | Lennart Borgman (gmail) |
Subject: | Re: Highlight Active Window |
Date: | Fri, 09 May 2008 00:10:28 +0200 |
User-agent: | Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.9) Gecko/20071031 Thunderbird/2.0.0.9 Mnenhy/0.7.5.666 |
Lex Fridman wrote:
Hi, Say I split an emacs frame into two windows (horizontally). I switch from one to the other using the C-x o (other-window) command. Is it possible to "highlight" the active window by, say, changing its background color, border color, etc. I suppose this code would have to executed every time a C-x o command is fired.
The color of the mode line should tell which window is active. You can customize the two faces mode-line and mode-line-inactive:
M-x customize-face RET mode-line
[Prev in Thread] | Current Thread | [Next in Thread] |