]> git.eshelyaron.com Git - emacs.git/commitdiff
If no dark magenta, use maroon.
authorKarl Heuer <kwzh@gnu.org>
Fri, 19 Jul 1996 19:29:01 +0000 (19:29 +0000)
committerKarl Heuer <kwzh@gnu.org>
Fri, 19 Jul 1996 19:29:01 +0000 (19:29 +0000)
(gnus-face-dark-name-list): If no dark blue, use royal blue.

lisp/gnus-cus.el

index 37a30b00a84b98ecb6d6c57a86f6d05873432dd1..ee78453cd8d88162ad19273e4351c4a172edd78d 100644 (file)
     "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)) .