From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/86198 Path: news.gmane.org!not-for-mail From: Uwe Brauer Newsgroups: gmane.emacs.gnus.general Subject: custom-set-faces for gnus newsgroups Date: Mon, 14 Sep 2015 19:31:40 +0200 Message-ID: <87wpvszz43.fsf@mat.ucm.es> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1442252134 20543 80.91.229.3 (14 Sep 2015 17:35:34 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 14 Sep 2015 17:35:34 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M34432@lists.math.uh.edu Mon Sep 14 19:35:20 2015 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from lists1.math.uh.edu ([129.7.128.208]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1ZbXeu-0007PL-Mi for ding-account@gmane.org; Mon, 14 Sep 2015 19:35:16 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by lists1.math.uh.edu with smtp (Exim 4.85) (envelope-from ) id 1ZbXer-0006eE-0z; Mon, 14 Sep 2015 12:35:13 -0500 Original-Received: from mx1.math.uh.edu ([129.7.128.32]) by lists1.math.uh.edu with esmtps (TLSv1.2:AES128-GCM-SHA256:128) (Exim 4.85) (envelope-from ) id 1ZbXep-0006dv-Le for ding@lists.math.uh.edu; Mon, 14 Sep 2015 12:35:11 -0500 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.85) (envelope-from ) id 1ZbXeo-0003vs-46 for ding@lists.math.uh.edu; Mon, 14 Sep 2015 12:35:11 -0500 Original-Received: from plane.gmane.org ([80.91.229.3]) by quimby.gnus.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:256) (Exim 4.80) (envelope-from ) id 1ZbXem-00053U-NW for ding@gnus.org; Mon, 14 Sep 2015 19:35:08 +0200 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1ZbXei-0007Bj-AN for ding@gnus.org; Mon, 14 Sep 2015 19:35:04 +0200 Original-Received: from gilgamesch.quim.ucm.es ([147.96.12.99]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 14 Sep 2015 19:35:04 +0200 Original-Received: from oub by gilgamesch.quim.ucm.es with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 14 Sep 2015 19:35:04 +0200 X-Injected-Via-Gmane: http://gmane.org/ Mail-Followup-To: ding@gnus.org Original-Lines: 28 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: gilgamesch.quim.ucm.es Mail-Copies-To: never User-Agent: Gnus/5.13001 (Ma Gnus v0.10) Emacs/25.0.50 (gnu/linux) Cancel-Lock: sha1:d3/Uw3v5XLQUpDg+pCNyW5dVuhk= X-Spam-Score: -2.9 (--) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:86198 Archived-At: Hi I was able to set the faces in group buffer to my liking, as well as in the different mail groups. However in the newsgroups buffer such as for example gmane.emacs.gnus.general all messages appear in black. So me setting is (custom-set-faces '(gnus-group-mail-low ((((class color) (background light)) (:foreground "DeepPink3")))) '(gnus-group-news-1 ((((class color) (background light)) (:foreground "ForestGreen")))) '(gnus-group-news-1-face ((((class color) (background light)) (:foreground "orange3"))) t) '(gnus-group-news-2 ((((class color) (background light)) (:foreground "CadetBlue")))) '(gnus-group-news-3 ((((class color) (background light)) (:foreground "blue")))) '(gnus-group-news-3-empty ((((class color) (background light)) (:foreground "magenta")))) '(gnus-group-news-3-face ((((class color) (background light)) (:foreground "blue"))) t) '(gnus-group-news-4 ((t (:foreground "navy" :weight bold)))) '(gnus-group-news-4-face ((((class color) (background light)) (:foreground "green3" :bold t))) t) '(gnus-group-news-5-face ((((class color) (background light)) (:foreground "Orange3"))) t) '(gnus-group-news-6-face ((((class color) (background light)) (:foreground "orange3"))) t) '(gnus-group-news-low-empty ((((class color) (background light)) (:foreground "DarkGreen")))) '(gnus-group-news-low-face ((((class color) (background light)) (:foreground "DarkGreen"))) t)) Which font I have to set in order to obtain colours in the newsgroup. (Needless to say that I have the same setting for Xemacs but there the newsgroups do have colours.)