From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/87805 Path: news.gmane.org!.POSTED!not-for-mail From: Emanuel Berg Newsgroups: gmane.emacs.gnus.general Subject: Re: Newsgroup colours?!? Date: Wed, 08 Nov 2017 22:01:12 +0100 Message-ID: <86r2t88oyv.fsf@zoho.com> References: <87fu9o1q5p.fsf@tullinup.koldfront.dk> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Trace: blaine.gmane.org 1510174946 23099 195.159.176.226 (8 Nov 2017 21:02:26 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Wed, 8 Nov 2017 21:02:26 +0000 (UTC) User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4 (gnu/linux) To: ding@gnus.org Original-X-From: ding-owner+m36019@lists.math.uh.edu Wed Nov 08 22:02:18 2017 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from mxfilter-048035.atla03.us.yomura.com ([107.189.48.35]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1eCXUI-0005iJ-8U for ding-account@gmane.org; Wed, 08 Nov 2017 22:02:18 +0100 X-Yomura-MXScrub: 1.0 Original-Received: from lists1.math.uh.edu (unknown [129.7.128.208]) by mxfilter-048035.atla03.us.yomura.com (Halon) with ESMTPS id 1d2c4697-c4c8-11e7-8154-b499baabecb2; Wed, 08 Nov 2017 21:02:22 +0000 (UTC) Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by lists1.math.uh.edu with smtp (Exim 4.87) (envelope-from ) id 1eCXTb-0005v7-NZ; Wed, 08 Nov 2017 15:01:35 -0600 Original-Received: from mx1.math.uh.edu ([129.7.128.32]) by lists1.math.uh.edu with esmtps (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256) (Exim 4.87) (envelope-from ) id 1eCXTY-0005uS-3r for ding@lists.math.uh.edu; Wed, 08 Nov 2017 15:01:32 -0600 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtps (TLSv1.2:DHE-RSA-AES128-SHA:128) (Exim 4.87) (envelope-from ) id 1eCXTS-0006nC-2v for ding@lists.math.uh.edu; Wed, 08 Nov 2017 15:01:31 -0600 Original-Received: from [195.159.176.226] (helo=blaine.gmane.org) by quimby.gnus.org with esmtps (TLS1.2:RSA_AES_128_CBC_SHA1:128) (Exim 4.80) (envelope-from ) id 1eCXTP-0003PH-6f for ding@gnus.org; Wed, 08 Nov 2017 22:01:23 +0100 Original-Received: from list by blaine.gmane.org with local (Exim 4.84_2) (envelope-from ) id 1eCXTF-0003HD-9a for ding@gnus.org; Wed, 08 Nov 2017 22:01:13 +0100 X-Injected-Via-Gmane: http://gmane.org/ Mail-Followup-To: ding@gnus.org Original-Lines: 41 Original-X-Complaints-To: usenet@blaine.gmane.org Mail-Copies-To: never Cancel-Lock: sha1:5O79JpR2DIfztsv33lSZL1BSq7U= List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:87805 Archived-At: Adam Sjøgren wrote: > What the what the what?! Suddenly all the > newsgroups in my *Group* buffer has turned some > kind of greenish blue! You mean like this? http://user.it.uu.se/~embe8573/figures/gnus/gnus-group.png No, because that was intentional. I change it now and then, like girls do their hair. Here is the current dye: (modify-face 'gnus-group-mail-1 "cyan" nil nil t) (modify-face 'gnus-group-mail-1-empty "cyan" nil nil nil) (modify-face 'gnus-group-mail-2 "cyan" nil nil nil) (modify-face 'gnus-group-mail-2-empty "cyan" nil nil nil) (modify-face 'gnus-group-mail-3 "yellow" nil nil t) (modify-face 'gnus-group-mail-3-empty "white" nil nil t) (modify-face 'gnus-group-mail-low "black" nil nil t) (modify-face 'gnus-group-mail-low-empty "black" nil nil t) (modify-face 'gnus-group-news-1 "black" nil nil t) (modify-face 'gnus-group-news-1-empty "cyan" nil nil nil) (modify-face 'gnus-group-news-2 "black" nil nil t) (modify-face 'gnus-group-news-2-empty "cyan" nil nil nil) (modify-face 'gnus-group-news-3 "green" nil nil t) (modify-face 'gnus-group-news-3-empty "blue" nil nil nil) (modify-face 'gnus-group-news-4 "blue" nil nil t) (modify-face 'gnus-group-news-4-empty "blue" nil nil nil) (modify-face 'gnus-group-news-5 "green" nil nil t) (modify-face 'gnus-group-news-5-empty "green" nil nil nil) (modify-face 'gnus-group-news-6 "blue" nil nil t) (modify-face 'gnus-group-news-6-empty "blue" nil nil nil) But it is also a matter of what those colors are defined to, i.e. below Emacs... -- underground experts united http://user.it.uu.se/~embe8573