emacs-devel
[Top][All Lists]
Advanced

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

Re: Setting the background colour of a buffer or window


From: Vitalie Spinu
Subject: Re: Setting the background colour of a buffer or window
Date: Thu, 04 Jul 2013 10:13:16 +0200
User-agent: Gnus/5.130008 (Ma Gnus v0.8) Emacs/24.3 (gnu/linux)

 >> Lars Magne Ingebrigtsen <address@hidden>
 >> on Sun, 16 Jun 2013 15:32:21 +0200 wrote:

 > For eww, it would be really, really nice if it were possible to set the
 > background colour of the buffer.  That would be much more natural than
 > putting the background colour over every character in the buffer with
 > text properties.

Face remap is a generic way to achieve this sort of things:

   (face-remap-add-relative 'default :background "pink")

Vitalie



reply via email to

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