From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "Eli Zaretskii" Newsgroups: gmane.emacs.help Subject: Re: Changing colors of left and right "margin" Date: Thu, 12 Feb 2004 21:07:08 +0200 Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: <2719-Thu12Feb2004210707+0200-eliz@elta.co.il> References: <20040211145836.5e06d6b9.felix.klee.news@gmx.net> <20040211211817.7d8799b8.felix.klee.news@gmx.net> Reply-To: Eli Zaretskii NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1076613082 19932 80.91.224.253 (12 Feb 2004 19:11:22 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 12 Feb 2004 19:11:22 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Feb 12 20:11:14 2004 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1ArMEz-0007U3-01 for ; Thu, 12 Feb 2004 20:11:13 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.24) id 1ArMCC-0003m0-0e for geh-help-gnu-emacs@m.gmane.org; Thu, 12 Feb 2004 14:08:20 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.24) id 1ArMBH-0003YX-Ge for help-gnu-emacs@gnu.org; Thu, 12 Feb 2004 14:07:23 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.24) id 1ArMAk-0003Ny-Gh for help-gnu-emacs@gnu.org; Thu, 12 Feb 2004 14:07:21 -0500 Original-Received: from [192.114.186.13] (helo=hector.inter.net.il) by monty-python.gnu.org with esmtp (Exim 4.24) id 1ArMAj-0003N8-Sw for help-gnu-emacs@gnu.org; Thu, 12 Feb 2004 14:06:50 -0500 Original-Received: from zaretski (pns03-207-251.inter.net.il [80.230.207.251]) by hector.inter.net.il (MOS 3.4.4-GR) with ESMTP id AEO77846; Thu, 12 Feb 2004 13:06:58 +0200 (IST) Original-To: help-gnu-emacs@gnu.org X-Mailer: emacs 21.3.50 (via feedmail 8 I) and Blat ver 1.8.9 In-reply-to: (message from nospam55 on Thu, 12 Feb 2004 18:43:05 +0100) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:16802 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:16802 > From: nospam55 > 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.