branch: elpa/color-theme-tangotango
commit 48f6ab3f8790572f684a071a8e7f4864133282a3
Author: Bastien Dejean <[email protected]>
Commit: Bastien Dejean <[email protected]>

    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