diff lisp/net/newst-plainview.el @ 95956:d2bcf235d764

Moved some faces from newst-plainview to newst-reader.
author Ulf Jasper <ulf.jasper@web.de>
date Sun, 15 Jun 2008 08:04:13 +0000
parents 594d82b81559
children 51d93fabb7cf
line wrap: on
line diff
--- a/lisp/net/newst-plainview.el	Sun Jun 15 06:31:29 2008 +0000
+++ b/lisp/net/newst-plainview.el	Sun Jun 15 08:04:13 2008 +0000
@@ -6,7 +6,7 @@
 ;; Author:      Ulf Jasper <ulf.jasper@web.de>
 ;; Filename:    newst-plainview.el
 ;; URL:         http://www.nongnu.org/newsticker
-;; Time-stamp:  "13. Juni 2008, 19:28:15 (ulf)"
+;; Time-stamp:  "15. Juni 2008, 09:41:55 (ulf)"
 
 ;; ======================================================================
 
@@ -154,17 +154,6 @@
 
 ;; ======================================================================
 ;; faces
-(defgroup newsticker-faces nil
-  "Settings for the faces of the feed reader."
-  :group 'newsticker-plainview)
-
-(defface newsticker-feed-face
-  '((((class color) (background dark))
-     (:family "helvetica" :bold t :height 1.2 :foreground "misty rose"))
-    (((class color) (background light))
-     (:family "helvetica" :bold t :height 1.2 :foreground "black")))
-  "Face for news feeds."
-  :group 'newsticker-faces)
 
 (defface newsticker-new-item-face
   '((((class color) (background dark))
@@ -214,22 +203,6 @@
   "Face for newsticker dates."
   :group 'newsticker-faces)
 
-(defface newsticker-enclosure-face
-  '((((class color) (background dark))
-     (:bold t :background "orange"))
-    (((class color) (background light))
-     (:bold t :background "orange")))
-  "Face for enclosed elements."
-  :group 'newsticker-faces)
-
-(defface newsticker-extra-face
-  '((((class color) (background dark))
-     (:italic t :foreground "gray50" :height 0.8))
-    (((class color) (background light))
-     (:italic t :foreground "gray50" :height 0.8)))
-  "Face for newsticker dates."
-  :group 'newsticker-faces)
-
 (defface newsticker-default-face
   '((((class color) (background dark))
      (:inherit default))