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

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

Re: Changing colors of left and right "margin"


From: Eli Zaretskii
Subject: Re: Changing colors of left and right "margin"
Date: Thu, 12 Feb 2004 21:07:08 +0200

> From: nospam55 <nospa@no.yahoo.no>
> Newsgroups: gnu.emacs.help
> Date: Thu, 12 Feb 2004 18:43:05 +0100
> 
> I'm also interested, how can I customize that?

    M-x customize-face RET fringe RET
or
   (set-face-foreground 'fringe "WhateverFGColorYouWant")
   (set-face-background 'fringe "WhateverBGColorYouWant")

The node "Face Customization" in the Emacs user manual has more info.
The node "Faces" might also be an interesting reading.




reply via email to

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