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

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

Re: buffer name face


From: Peter Dyballa
Subject: Re: buffer name face
Date: Sat, 19 Dec 2009 23:55:37 +0100


Am 19.12.2009 um 20:57 schrieb Sean Sieger:

How do you change the color of the buffer name in the mode line? In tty
on Ubuntu 9.10, it's a pale grey that I can't really see.



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.

--
Greetings

  Pete      <\
             _\     O  _
            |o \  _\\_/-\='
_____________(_)|-(_)  (_)___________________________________





reply via email to

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