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

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

Re: Changing colour face for mode-line-buffer-identification


From: Michael Heerdegen
Subject: Re: Changing colour face for mode-line-buffer-identification
Date: Fri, 26 Jul 2024 22:32:05 +0200
User-agent: Gnus/5.13 (Gnus v5.13)

Heime <heimeborgia@protonmail.com> writes:

> How can I change the colour face with which the buffer name is displayed ?
>
>   (setq-default mode-line-buffer-identification
>     (list wmax (propertized-buffer-identification
>                  (format " %%%db " wmin))))

Use faces.  `propertized-buffer-identification' already uses one.  Just
use a different face.

Michael.




reply via email to

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