(riece-channel-list-default-face): Change colors.
[riece] / lisp / riece-highlight.el
index e984c93..a01575f 100644 (file)
   :group 'riece-highlight-faces)
 
 (defface riece-channel-list-default-face
-  '((((class color)
-      (background dark))
-     (:foreground "turquoise"))
-    (((class color)
-      (background light))
-     (:foreground "CadetBlue4"))
-    (t
-     ()))
+  '((t ()))
   "Face used for displaying channels."
   :group 'riece-highlight-faces)