From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Alexis Newsgroups: gmane.emacs.help Subject: Re: Suite of Color Themes for console Date: Wed, 22 Oct 2014 11:10:22 +1100 Message-ID: <877fztyn9g.fsf@gmail.com> References: <20141021233258.GB94184@mail.akwebsoft.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1413936881 7863 80.91.229.3 (22 Oct 2014 00:14:41 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 22 Oct 2014 00:14:41 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Oct 22 02:14:30 2014 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 1XgjZL-0005qr-1C for geh-help-gnu-emacs@m.gmane.org; Wed, 22 Oct 2014 02:14:27 +0200 Original-Received: from localhost ([::1]:54251 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XgjZK-0002SN-Ib for geh-help-gnu-emacs@m.gmane.org; Tue, 21 Oct 2014 20:14:26 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:40683) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XgjZ0-0002SA-2b for help-gnu-emacs@gnu.org; Tue, 21 Oct 2014 20:14:15 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XgjYr-0003B3-2L for help-gnu-emacs@gnu.org; Tue, 21 Oct 2014 20:14:06 -0400 Original-Received: from mail-pa0-x22f.google.com ([2607:f8b0:400e:c03::22f]:42095) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XgjYq-0003Ag-A0 for help-gnu-emacs@gnu.org; Tue, 21 Oct 2014 20:13:56 -0400 Original-Received: by mail-pa0-f47.google.com with SMTP id kq14so2483016pab.34 for ; Tue, 21 Oct 2014 17:13:54 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=references:from:to:subject:date:in-reply-to:message-id:mime-version :content-type; bh=a2QFYQQa++mtIBGucb8NvZ8NYhgaHFs6aFJUypfV/eQ=; b=ZKdlNsv3zqHELMjM4OyxLZw+p9/P/aVpRnKupAavfC2Yry1APrtLfhND9KhrYlturw RIhruxBnMTRs9SqG2m7qv1E2pwfBypJ/Uw2mdtSoqjzy2j2RYpoPRdx/r9+ebal11LqT 7w70IijZO+Kztr4FwJSHpukUxRSEHoz+c0kN1+XTsD0aZfsrK2y2vIi/fNqMKvObu1Xf LtYwq40TCgtcqTDbERWfJACjyg/n2lhZDp4n0YubQDQgJ5gjk3nf2qEmT7bE3/YeJvyB qHCH7CNbgyt6iBVooZeU7gsRuuNMvhCm8voCdh65wEy8W7HCRzHa8xHj0yjFwuAkx5p5 fK8Q== X-Received: by 10.68.114.130 with SMTP id jg2mr38412941pbb.112.1413936834506; Tue, 21 Oct 2014 17:13:54 -0700 (PDT) Original-Received: from localhost (ppp118-209-119-125.lns20.mel4.internode.on.net. [118.209.119.125]) by mx.google.com with ESMTPSA id ap5sm767066pad.22.2014.10.21.17.13.51 for (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Tue, 21 Oct 2014 17:13:53 -0700 (PDT) In-reply-to: <20141021233258.GB94184@mail.akwebsoft.com> X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:400e:c03::22f 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:100540 Archived-At: Tim Johnson writes: > I've downloaded a whole lot of color themes and have been > experimenting with them. In some cases I find "munged" colors when I > switch color schemes - and I'm guessing that is because when Theme B > follows theme A, Theme B may not have all of the same attributes set > as Theme A and thus "inherits" colors from Theme A. I don't really > care for that. > > Example : fogus appears to have no settings for 'link and radiance > does, so when I switch from radiance to fogus, links show up with the > same background and foreground as radiance. Aiui, the theming system has been deliberately designed to allow theme additivity, i.e. enabling theme A doesn't automatically disable theme B by default. So if you want theme B to completely replace theme A, you need to M-x disable-theme before enabling theme B. Alexis.