]> git.eshelyaron.com Git - emacs.git/commitdiff
Add colors to faces that lack them.
authorSam Steingold <sds@gnu.org>
Fri, 3 Nov 2017 15:53:38 +0000 (11:53 -0400)
committerSam Steingold <sds@gnu.org>
Fri, 3 Nov 2017 16:00:54 +0000 (12:00 -0400)
(gnus-group-news-X-empty): Add colors for X=3,4,5.

lisp/gnus/gnus.el

index 01e75120434e4f9b63d37c0b1631ff7eed76d624..0b6f72870ee8d164f5c0fb093e8d3caf959aecf2 100644 (file)
@@ -361,7 +361,7 @@ be set in `.emacs' instead."
 (defface gnus-group-news-2-empty
   '((((class color)
       (background dark))
-     (:foreground "turquoise"))
+     (:foreground "turquoise4"))
     (((class color)
       (background light))
      (:foreground "CadetBlue4"))
@@ -384,10 +384,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."
@@ -407,10 +407,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."
@@ -430,10 +430,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."