(defface gnus-group-news-2-empty
'((((class color)
(background dark))
- (:foreground "turquoise4"))
+ (:foreground "turquoise"))
(((class color)
(background light))
(:foreground "CadetBlue4"))
(defface gnus-group-news-3-empty
'((((class color)
(background dark))
- (:foreground "turquoise3"))
+ ())
(((class color)
(background light))
- (:foreground "DeepSkyBlue4"))
+ ())
(t
()))
"Level 3 empty newsgroup face."
(defface gnus-group-news-4-empty
'((((class color)
(background dark))
- (:foreground "turquoise2"))
+ ())
(((class color)
(background light))
- (:foreground "DeepSkyBlue3"))
+ ())
(t
()))
"Level 4 empty newsgroup face."
(defface gnus-group-news-5-empty
'((((class color)
(background dark))
- (:foreground "turquoise1"))
+ ())
(((class color)
(background light))
- (:foreground "DeepSkyBlue2"))
+ ())
(t
()))
"Level 5 empty newsgroup face."