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

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

[nongnu] elpa/color-theme-tangotango 3c1586c 50/58: Merge pull request #


From: ELPA Syncer
Subject: [nongnu] elpa/color-theme-tangotango 3c1586c 50/58: Merge pull request #9 from baskerville/master
Date: Thu, 21 Oct 2021 18:03:04 -0400 (EDT)

branch: elpa/color-theme-tangotango
commit 3c1586c98a103b992bb1526760da4e22abec7a13
Merge: 8db5f57 48f6ab3
Author: Julien Barnier <julien@nozav.org>
Commit: Julien Barnier <julien@nozav.org>

    Merge pull request #9 from baskerville/master
    
    Fix gnus-summary-high-ancient color name
---
 color-theme-tangotango.el | 2 +-
 tangotango-theme.el       | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/color-theme-tangotango.el b/color-theme-tangotango.el
index 83ba681..1616d98 100644
--- a/color-theme-tangotango.el
+++ b/color-theme-tangotango.el
@@ -143,7 +143,7 @@
      (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-ancient((t (:bold t :foreground "royal 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"))))
diff --git a/tangotango-theme.el b/tangotango-theme.el
index 01b69cf..77739a6 100644
--- a/tangotango-theme.el
+++ b/tangotango-theme.el
@@ -139,7 +139,7 @@
  `(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-ancient((t (:bold t :foreground "royal 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"))))



reply via email to

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