[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: buffer name face
From: |
Sean Sieger |
Subject: |
Re: buffer name face |
Date: |
Mon, 21 Dec 2009 20:35:04 -0500 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/23.1.90 (gnu/linux) |
Peter Dyballa <Peter_Dyballa@Web.DE> writes:
In GNU Emacs 22 I have this customisation:
'(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"))))
The difference between an active and an inactive buffer is not
visible, also the font change. The mode-line is pretty well visible
and the black text too.
Thanks for this, Peter; I'll experiment with it.