From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stephen Berman Newsgroups: gmane.emacs.help Subject: Re: Darkening the Highlighting in RE-Builder Date: Sat, 28 Apr 2007 19:28:48 +0200 Message-ID: <87fy6k76i7.fsf@escher.local.home> References: <1177422523.860598.317130@s33g2000prh.googlegroups.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Trace: sea.gmane.org 1177781361 28643 80.91.229.12 (28 Apr 2007 17:29:21 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 28 Apr 2007 17:29:21 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat Apr 28 19:29:20 2007 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1HhqjY-0008Sw-69 for geh-help-gnu-emacs@m.gmane.org; Sat, 28 Apr 2007 19:29:20 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HhqpW-0006OC-Ps for geh-help-gnu-emacs@m.gmane.org; Sat, 28 Apr 2007 13:35:30 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HhqpJ-0006Nv-Du for help-gnu-emacs@gnu.org; Sat, 28 Apr 2007 13:35:17 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HhqpH-0006Nj-3S for help-gnu-emacs@gnu.org; Sat, 28 Apr 2007 13:35:16 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HhqpG-0006Ng-Sf for help-gnu-emacs@gnu.org; Sat, 28 Apr 2007 13:35:14 -0400 Original-Received: from main.gmane.org ([80.91.229.2] helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1HhqjH-0007wh-CR for help-gnu-emacs@gnu.org; Sat, 28 Apr 2007 13:29:03 -0400 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1HhqjD-0001ms-FV for help-gnu-emacs@gnu.org; Sat, 28 Apr 2007 19:28:59 +0200 Original-Received: from i577bdd11.versanet.de ([87.123.221.17]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 28 Apr 2007 19:28:59 +0200 Original-Received: from Stephen.Berman by i577bdd11.versanet.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 28 Apr 2007 19:28:59 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 11 Original-X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: i577bdd11.versanet.de User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.98 (gnu/linux) X-detected-kernel: Linux 2.6, seldom 2.4 (older, 4) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:43319 Archived-At: On 24 Apr 2007 06:48:43 -0700 Nordlöw wrote: > I find the background highlighting of the matches in re-builder a bit > to bright making it hard to read the matches on dark backgrounds. > > How can I make the highlighting background a bit darker? Try doing `M-x customize-group RET re-builder RET' and then setting the faces to your taste. Steve Berman