From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Drew Adams Newsgroups: gmane.emacs.help Subject: =?iso-8859-1?B?UkU6IGhlbHAgaW4gc2FtZSB3aW5kb3cgKw==?= =?iso-8859-1?B?IGNvbG9yZnVsIGhlbHAgKyBCbPxtY2hlbg==?= Date: Wed, 8 Jul 2015 10:17:26 -0700 (PDT) Message-ID: References: <87lhera8kl.fsf@nl106-137-147.student.uu.se> <20150707234519.25862.069DDC4F@ahiker.mooo.com> <20150708070357.GA18527@tuxteam.de> <87fv4z2aov.fsf@nl106-137-147.student.uu.se> <20150708111326.GA29589@tuxteam.de> <87si8yesv7.fsf@web.de> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1436377563 24405 80.91.229.3 (8 Jul 2015 17:46:03 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 8 Jul 2015 17:46:03 +0000 (UTC) To: Michael Heerdegen , help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Jul 08 19:45:51 2015 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1ZCsyf-0000T3-ON for geh-help-gnu-emacs@m.gmane.org; Wed, 08 Jul 2015 19:17:45 +0200 Original-Received: from localhost ([::1]:36102 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZCsye-0007hb-R1 for geh-help-gnu-emacs@m.gmane.org; Wed, 08 Jul 2015 13:17:44 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:35148) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZCsyT-0007hO-Qc for help-gnu-emacs@gnu.org; Wed, 08 Jul 2015 13:17:34 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZCsyO-0003K5-QH for help-gnu-emacs@gnu.org; Wed, 08 Jul 2015 13:17:33 -0400 Original-Received: from aserp1040.oracle.com ([141.146.126.69]:30425) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZCsyO-0003Jy-K6 for help-gnu-emacs@gnu.org; Wed, 08 Jul 2015 13:17:28 -0400 Original-Received: from aserv0022.oracle.com (aserv0022.oracle.com [141.146.126.234]) by aserp1040.oracle.com (Sentrion-MTA-4.3.2/Sentrion-MTA-4.3.2) with ESMTP id t68HHRIm027394 (version=TLSv1 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Wed, 8 Jul 2015 17:17:27 GMT Original-Received: from aserv0121.oracle.com (aserv0121.oracle.com [141.146.126.235]) by aserv0022.oracle.com (8.13.8/8.13.8) with ESMTP id t68HHRmd014370 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=FAIL); Wed, 8 Jul 2015 17:17:27 GMT Original-Received: from abhmp0001.oracle.com (abhmp0001.oracle.com [141.146.116.7]) by aserv0121.oracle.com (8.13.8/8.13.8) with ESMTP id t68HHRYN026996; Wed, 8 Jul 2015 17:17:27 GMT In-Reply-To: <87si8yesv7.fsf@web.de> X-Priority: 3 X-Mailer: Oracle Beehive Extensions for Outlook 2.0.1.9 (901082) [OL 12.0.6691.5000 (x86)] X-Source-IP: aserv0022.oracle.com [141.146.126.234] X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.4.x-2.6.x [generic] X-Received-From: 141.146.126.69 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 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 Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:105537 Archived-At: > > ...what looks to you "best" might be my worst nightmare. Or might > > be unsuitable for a definite purpose. >=20 > There could be something like "colorization levels", e.g counting > from 0 to 5, user configurable and changeable on the fly. 0 turns > off any fontification, 5 looks like angry fruit salad, 4 like less > angry fruit salad, ... This is not directly related, but it might help some people: If you use Do Re Mi, you can incrementally increase or decrease the saturation of all face foregrounds or backgrounds. That has the effect of increasing or decreasing angry-fruit-saladness. For example, if background colors seem too vivid in general, you can use command `doremi-all-faces-bg+' to make them less so. Type `s' (for saturation), and then use the up/down arrow keys, to change the saturation of all face backgrounds together, incrementally. Since this changes all faces at once, you might then want to tweak a few faces individually afterward. You can use `doremi-face-bg+' to do that. When you get things the way you like, you can save all of the face changes - or not. IOW, it's easy to experiment with different looks. http://www.emacswiki.org/emacs/AngryFruitSalad#WashOutIn http://www.emacswiki.org/emacs/DoReMi