]> git.eshelyaron.com Git - emacs.git/commitdiff
Revert "Add colors to faces that lack them."
authorLars Ingebrigtsen <larsi@gnus.org>
Fri, 13 Apr 2018 20:52:16 +0000 (22:52 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Fri, 13 Apr 2018 20:52:16 +0000 (22:52 +0200)
This reverts commit 16748a5f6bd57ec0967ecb5e14ffe8af5f43d888.

From the discussion on the ding mailing list, I said:

I think the colours should be reverted back to what they were before the
change.  Normal text should be white on black (if you have a dark
background), and colours should be used to emphasise or de-emphasise
certain text.  Following that principle, normal Gnus groups should be
white, not ... er...  what are they now?  Teal?

lisp/gnus/gnus.el

index fb2ae192f14ab7c511ed98552d9dc71469e16813..2786323f671b153aeb331659c64e6ea5a56eccd3 100644 (file)
@@ -356,7 +356,7 @@ be set in `.emacs' instead."
 (defface gnus-group-news-2-empty
   '((((class color)
       (background dark))
-     (:foreground "turquoise4"))
+     (:foreground "turquoise"))
     (((class color)
       (background light))
      (:foreground "CadetBlue4"))
@@ -373,10 +373,10 @@ be set in `.emacs' instead."
 (defface gnus-group-news-3-empty
   '((((class color)
       (background dark))
-     (:foreground "turquoise3"))
+     ())
     (((class color)
       (background light))
-     (:foreground "DeepSkyBlue4"))
+     ())
     (t
      ()))
   "Level 3 empty newsgroup face."
@@ -390,10 +390,10 @@ be set in `.emacs' instead."
 (defface gnus-group-news-4-empty
   '((((class color)
       (background dark))
-     (:foreground "turquoise2"))
+     ())
     (((class color)
       (background light))
-     (:foreground "DeepSkyBlue3"))
+     ())
     (t
      ()))
   "Level 4 empty newsgroup face."
@@ -407,10 +407,10 @@ be set in `.emacs' instead."
 (defface gnus-group-news-5-empty
   '((((class color)
       (background dark))
-     (:foreground "turquoise1"))
+     ())
     (((class color)
       (background light))
-     (:foreground "DeepSkyBlue2"))
+     ())
     (t
      ()))
   "Level 5 empty newsgroup face."