unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
* Change color of fringe indicators
@ 2009-07-22 18:01 sharky
  2009-07-22 18:13 ` sharky
  2009-07-22 18:27 ` Colin S. Miller
  0 siblings, 2 replies; 3+ messages in thread
From: sharky @ 2009-07-22 18:01 UTC (permalink / raw)
  To: help-gnu-emacs

Hi!

I wanna change the color of the curled arrows in the fringes (left and
right) that indicates line-continuation. I tried doing

(set-face-foreground 'fringe "gray05")

in my .emacs, but that didn't do it.

I'm using emacs 23.0.90.1.

Please help!

/sharky


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Change color of fringe indicators
  2009-07-22 18:01 Change color of fringe indicators sharky
@ 2009-07-22 18:13 ` sharky
  2009-07-22 18:27 ` Colin S. Miller
  1 sibling, 0 replies; 3+ messages in thread
From: sharky @ 2009-07-22 18:13 UTC (permalink / raw)
  To: help-gnu-emacs

On Jul 22, 8:01 pm, sharky <land...@yahoo.com> wrote:
> Hi!
>
> I wanna change the color of the curled arrows in the fringes (left and
> right) that indicates line-continuation. I tried doing
>
> (set-face-foreground 'fringe "gray05")
>
> in my .emacs, but that didn't do it.
>
> I'm using emacs 23.0.90.1.
>
> Please help!
>
> /sharky

It seems using "Black" instead of gray05 did the trick.

Sorry about this.

/Sharky


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Change color of fringe indicators
  2009-07-22 18:01 Change color of fringe indicators sharky
  2009-07-22 18:13 ` sharky
@ 2009-07-22 18:27 ` Colin S. Miller
  1 sibling, 0 replies; 3+ messages in thread
From: Colin S. Miller @ 2009-07-22 18:27 UTC (permalink / raw)
  To: help-gnu-emacs

sharky wrote:
> Hi!
> 
> I wanna change the color of the curled arrows in the fringes (left and
> right) that indicates line-continuation. I tried doing
> 
> (set-face-foreground 'fringe "gray05")
> 
> in my .emacs, but that didn't do it.
> 
> I'm using emacs 23.0.90.1.
> 
> Please help!
> 
> /sharky
(set-face-foreground 'fringe "gray05")

The general idea works fine for me on emacs 21.4.1 (Debian),
however, gray05 is not listed in my
/etc/X11/rgb.txt
did you mean "gray5" ?

In either case, gray5 has colour #0c0c0c
(13 of 255), so its fairly close to black.


HTH,
Colin S. Miller

-- 
Replace the obvious in my email address with the first three letters of the hostname to reply.


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2009-07-22 18:27 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-07-22 18:01 Change color of fringe indicators sharky
2009-07-22 18:13 ` sharky
2009-07-22 18:27 ` Colin S. Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).