summaryrefslogtreecommitdiff
path: root/lisp/gnus-cus.el
diff options
context:
space:
mode:
authorKarl Heuer <kwzh@gnu.org>1996-07-19 19:29:01 +0000
committerKarl Heuer <kwzh@gnu.org>1996-07-19 19:29:01 +0000
commit9c387ea379afb67bf7d5701e4508d6edbc5a4151 (patch)
tree946b9a84be4c86521650350112820c09a8f84c82 /lisp/gnus-cus.el
parentbbb053f71e8239b5d22301d628091fa146e97966 (diff)
downloademacs-9c387ea379afb67bf7d5701e4508d6edbc5a4151.tar.gz
If no dark magenta, use maroon.
(gnus-face-dark-name-list): If no dark blue, use royal blue.
Diffstat (limited to 'lisp/gnus-cus.el')
-rw-r--r--lisp/gnus-cus.el14
1 files changed, 11 insertions, 3 deletions
diff --git a/lisp/gnus-cus.el b/lisp/gnus-cus.el
index 37a30b00a84..ee78453cd8d 100644
--- a/lisp/gnus-cus.el
+++ b/lisp/gnus-cus.el
@@ -43,8 +43,11 @@
"turquoise"))
(defvar gnus-face-dark-name-list
- '("dark blue" "firebrick" "dark green" "OrangeRed"
- "dark khaki" "dark violet" "SteelBlue4"))
+ (list
+ ;; Not all servers have dark blue in rgb.txt.
+ (if (x-color-defined-p "dark blue") "dark blue" "royal blue")
+ "firebrick" "dark green" "OrangeRed"
+ "dark khaki" "dark violet" "SteelBlue4"))
; CornflowerBlue SeaGreen OrangeRed SteelBlue4 DeepPink3
; DarkOlviveGreen4
@@ -635,7 +638,12 @@ ticked: The number of ticked articles.")
((and mailp (eq level 2)) .
,(custom-face-lookup "HotPink3" nil nil t))
((and mailp (eq level 3)) .
- ,(custom-face-lookup "dark magenta" nil nil t))
+ ,(custom-face-lookup
+ ;; Not all servers have dark magenta in rgb.txt.
+ (if (x-color-defined-p "dark magenta")
+ "dark magenta"
+ "maroon")
+ nil nil t))
((and mailp (eq level 4)) .
,(custom-face-lookup "DeepPink4" nil nil t))
((and mailp (> level 4)) .