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

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

Re: whitespace-mode highlighting colour


From: Emanuel Berg
Subject: Re: whitespace-mode highlighting colour
Date: Fri, 01 Jan 2021 10:26:00 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

michael-franzese wrote:

> I am using whitespace-mode to highlight the background of
> tabs. How can I change the background colour because on
> a dark background, the highlighting contrast to the dark
> background is difficult to see at times.

M-x describe-face RET whitespace- TAB

whitespace-big-indent   whitespace-empty
whitespace-hspace       whitespace-indentation
whitespace-line         whitespace-missing-newline-at-eof
whitespace-newline      whitespace-space
whitespace-space-after-tab      whitespace-space-before-tab
whitespace-tab  whitespace-trailing

(set-face-attribute FACE nil
                    :foreground FG
                    :background BG
                    :weight     BLD
                    ; etc
                  )

-- 
underground experts united
http://user.it.uu.se/~embe8573
https://dataswamp.org/~incal




reply via email to

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