help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Highlight Active Window


From: Lennart Borgman (gmail)
Subject: Re: Highlight Active Window
Date: Fri, 09 May 2008 08:07:22 +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:

Peter Dyballa wrote:
It works with mode-line:

'(mode-line ((t (:background "DeepSkyBlue1" :foreground "black" :height 1.25 :family "courier")))) '(mode-line-inactive ((t (:inherit mode-line :background "PaleTurquoise1" :foreground "grey20" :box (:line-width -1 :color "grey75") :weight light :family "profontwindows"))))


Dumb question... do I put these mode-line definition in a (custom-set-faces
...) like as follows. Because this actually doesn't work for me. I still see
the old mode-line settings.

(custom-set-faces
 '(mode-line ((t (:background "Yellow" :foreground "#000000" :box
(:line-width -1 :style released-button)))))
 '(mode-line-inactive ((default (:inherit mode-line)) (((class color)
(min-colors 88) (background dark)) (:background "grey0" :foreground "grey30"
:box (:line-width -1 :color "grey20") :weight light)))))

You should not write custom-set-faces by hand.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]