[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] master 52a5bc8: Revert "Add colors to faces that lack them
From: |
Lars Ingebrigtsen |
Subject: |
[Emacs-diffs] master 52a5bc8: Revert "Add colors to faces that lack them." |
Date: |
Fri, 13 Apr 2018 16:55:00 -0400 (EDT) |
branch: master
commit 52a5bc89c92cb4be88d9ec6eb2df178560559320
Author: Lars Ingebrigtsen <address@hidden>
Commit: Lars Ingebrigtsen <address@hidden>
Revert "Add colors to faces that lack them."
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 | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
diff --git a/lisp/gnus/gnus.el b/lisp/gnus/gnus.el
index fb2ae19..2786323 100644
--- a/lisp/gnus/gnus.el
+++ b/lisp/gnus/gnus.el
@@ -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."
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] master 52a5bc8: Revert "Add colors to faces that lack them.",
Lars Ingebrigtsen <=