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

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

Re: changing fringe color


From: Gilbert Harman
Subject: Re: changing fringe color
Date: Mon, 02 Aug 2004 17:51:22 -0400
User-agent: Microsoft-Entourage/11.0.0.040405

> Is there a way to change the fringe color of a frame in GNU Emacs 21.3.50.1,
> e.g. to red?
> 
>  Gil

Peter Lee suggested using customization, but that changes the color of
fringes on all frames.  But I want to start up with several frames with
different background colors with matching fringes.  The following makes a
new frame with background color and background fringe color gray10:

(setq rframe (make-frame '((background-color . "gray10"))))
(set-face-background 'fringe "gray10" rframe)


  Gil






reply via email to

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