emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/color-theme-tangotango 4a8d0a3 25/58: Remove -face from gn


From: ELPA Syncer
Subject: [nongnu] elpa/color-theme-tangotango 4a8d0a3 25/58: Remove -face from gnus faces names
Date: Thu, 21 Oct 2021 18:02:59 -0400 (EDT)

branch: elpa/color-theme-tangotango
commit 4a8d0a3d74899235530b768f096883d171f2b519
Author: Julien Barnier <julien@nozav.org>
Commit: Julien Barnier <julien@nozav.org>

    Remove -face from gnus faces names
---
 color-theme-tangotango.el | 72 +++++++++++++++++++++++------------------------
 1 file changed, 36 insertions(+), 36 deletions(-)

diff --git a/color-theme-tangotango.el b/color-theme-tangotango.el
index 160cc65..8aadb0f 100644
--- a/color-theme-tangotango.el
+++ b/color-theme-tangotango.el
@@ -123,46 +123,46 @@
      (gnus-cite-face-2 ((t (:foreground "sienna4"))))
      (gnus-cite-face-3 ((t (:foreground "khaki4"))))
      (gnus-cite-face-4 ((t (:foreground "PaleTurquoise4"))))
-     (gnus-group-mail-1-empty-face ((t (:foreground "light cyan"))))
-     (gnus-group-mail-1-face ((t (:bold t :foreground "light cyan"))))
-     (gnus-group-mail-2-empty-face ((t (:foreground "turquoise"))))
-     (gnus-group-mail-2-face ((t (:bold t :foreground "turquoise"))))
-     (gnus-group-mail-3-empty-face ((t (:foreground "#729fcf"))))
-     (gnus-group-mail-3-face ((t (:bold t :foreground "#edd400"))))
-     (gnus-group-mail-low-empty-face ((t (:foreground "dodger blue"))))
-     (gnus-group-mail-low-face ((t (:bold t :foreground "dodger blue"))))
-     (gnus-group-news-1-empty-face ((t (:foreground "light cyan"))))
-     (gnus-group-news-1-face ((t (:bold t :foreground "light cyan"))))
-     (gnus-group-news-2-empty-face ((t (:foreground "turquoise"))))
-     (gnus-group-news-2-face ((t (:bold t :foreground "turquoise"))))
-     (gnus-group-news-3-empty-face ((t (:foreground "#729fcf"))))
-     (gnus-group-news-3-face ((t (:bold t :foreground "#edd400"))))
-     (gnus-group-news-low-empty-face ((t (:foreground "dodger blue"))))
-     (gnus-group-news-low-face ((t (:bold t :foreground "dodger blue"))))
-     (gnus-header-name-face ((t (:bold t :foreground "#729fcf"))))
+     (gnus-group-mail-1-empty((t (:foreground "light cyan"))))
+     (gnus-group-mail-1((t (:bold t :foreground "light cyan"))))
+     (gnus-group-mail-2-empty((t (:foreground "turquoise"))))
+     (gnus-group-mail-2((t (:bold t :foreground "turquoise"))))
+     (gnus-group-mail-3-empty((t (:foreground "#729fcf"))))
+     (gnus-group-mail-3((t (:bold t :foreground "#edd400"))))
+     (gnus-group-mail-low-empty((t (:foreground "dodger blue"))))
+     (gnus-group-mail-low((t (:bold t :foreground "dodger blue"))))
+     (gnus-group-news-1-empty((t (:foreground "light cyan"))))
+     (gnus-group-news-1((t (:bold t :foreground "light cyan"))))
+     (gnus-group-news-2-empty((t (:foreground "turquoise"))))
+     (gnus-group-news-2((t (:bold t :foreground "turquoise"))))
+     (gnus-group-news-3-empty((t (:foreground "#729fcf"))))
+     (gnus-group-news-3((t (:bold t :foreground "#edd400"))))
+     (gnus-group-news-low-empty((t (:foreground "dodger blue"))))
+     (gnus-group-news-low((t (:bold t :foreground "dodger blue"))))
+     (gnus-header-name ((t (:bold t :foreground "#729fcf"))))
      (gnus-header-from ((t (:bold t :foreground "#edd400"))))
      (gnus-header-subject ((t (:foreground "#edd400"))))
      (gnus-header-content ((t (:italic t :foreground "#8ae234"))))
-     (gnus-header-newsgroups-face ((t (:italic t :bold t :foreground 
"LightSkyBlue3"))))
-     (gnus-signature-face ((t (:italic t :foreground "dark grey"))))
-     (gnus-summary-cancelled-face ((t (:background "black" :foreground 
"yellow"))))
-     (gnus-summary-high-ancient-face ((t (:bold t :foreground "rotal blue"))))
-     (gnus-summary-high-read-face ((t (:bold t :foreground "lime green"))))
-     (gnus-summary-high-ticked-face ((t (:bold t :foreground "tomato"))))
-     (gnus-summary-high-unread-face ((t (:bold t :foreground "white"))))
-     (gnus-summary-low-ancient-face ((t (:italic t :foreground "lime green"))))
-     (gnus-summary-low-read-face ((t (:italic t :foreground "royal blue"))))
-     (gnus-summary-low-ticked-face ((t (:italic t :foreground "dark red"))))
-     (gnus-summary-low-unread-face ((t (:italic t :foreground "white"))))
-     (gnus-summary-normal-ancient-face ((t (:foreground "royal blue"))))
-     (gnus-summary-normal-read-face ((t (:foreground "lime green"))))
-     (gnus-summary-normal-ticked-face ((t (:foreground "indian red"))))
-     (gnus-summary-normal-unread-face ((t (:foreground "white"))))
+     (gnus-header-newsgroups((t (:italic t :bold t :foreground 
"LightSkyBlue3"))))
+     (gnus-signature((t (:italic t :foreground "dark grey"))))
+     (gnus-summary-cancelled((t (:background "black" :foreground "yellow"))))
+     (gnus-summary-high-ancient((t (:bold t :foreground "rotal blue"))))
+     (gnus-summary-high-read((t (:bold t :foreground "lime green"))))
+     (gnus-summary-high-ticked((t (:bold t :foreground "tomato"))))
+     (gnus-summary-high-unread((t (:bold t :foreground "white"))))
+     (gnus-summary-low-ancient((t (:italic t :foreground "lime green"))))
+     (gnus-summary-low-read((t (:italic t :foreground "royal blue"))))
+     (gnus-summary-low-ticked((t (:italic t :foreground "dark red"))))
+     (gnus-summary-low-unread((t (:italic t :foreground "white"))))
+     (gnus-summary-normal-ancient((t (:foreground "royal blue"))))
+     (gnus-summary-normal-read((t (:foreground "lime green"))))
+     (gnus-summary-normal-ticked((t (:foreground "indian red"))))
+     (gnus-summary-normal-unread((t (:foreground "white"))))
      (gnus-summary-selected ((t (:background "brown4" :foreground "white"))))
-     (message-header-name-face ((t (:foreground "tomato"))))
-     (message-header-newsgroups-face ((t (:italic t :bold t :foreground 
"LightSkyBlue3"))))
-     (message-header-other-face ((t (:foreground "LightSkyBlue3"))))
-     (message-header-xheader-face ((t (:foreground "DodgerBlue3"))))
+     (message-header-name((t (:foreground "tomato"))))
+     (message-header-newsgroups((t (:italic t :bold t :foreground 
"LightSkyBlue3"))))
+     (message-header-other((t (:foreground "LightSkyBlue3"))))
+     (message-header-xheader((t (:foreground "DodgerBlue3"))))
      (message-header-subject ((t (:foreground "white"))))
      (message-header-to ((t (:foreground "white"))))
      (message-header-cc ((t (:foreground "white"))))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]