comparison 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
comparison
equal deleted inserted replaced
95955:cbe26a0456e0 95956:d2bcf235d764
4 ;; Free Software Foundation, Inc. 4 ;; Free Software Foundation, Inc.
5 5
6 ;; Author: Ulf Jasper <ulf.jasper@web.de> 6 ;; Author: Ulf Jasper <ulf.jasper@web.de>
7 ;; Filename: newst-plainview.el 7 ;; Filename: newst-plainview.el
8 ;; URL: http://www.nongnu.org/newsticker 8 ;; URL: http://www.nongnu.org/newsticker
9 ;; Time-stamp: "13. Juni 2008, 19:28:15 (ulf)" 9 ;; Time-stamp: "15. Juni 2008, 09:41:55 (ulf)"
10 10
11 ;; ====================================================================== 11 ;; ======================================================================
12 12
13 ;; This file is part of GNU Emacs. 13 ;; This file is part of GNU Emacs.
14 14
152 :group 'newsticker-plainview) 152 :group 'newsticker-plainview)
153 153
154 154
155 ;; ====================================================================== 155 ;; ======================================================================
156 ;; faces 156 ;; faces
157 (defgroup newsticker-faces nil
158 "Settings for the faces of the feed reader."
159 :group 'newsticker-plainview)
160
161 (defface newsticker-feed-face
162 '((((class color) (background dark))
163 (:family "helvetica" :bold t :height 1.2 :foreground "misty rose"))
164 (((class color) (background light))
165 (:family "helvetica" :bold t :height 1.2 :foreground "black")))
166 "Face for news feeds."
167 :group 'newsticker-faces)
168 157
169 (defface newsticker-new-item-face 158 (defface newsticker-new-item-face
170 '((((class color) (background dark)) 159 '((((class color) (background dark))
171 (:family "helvetica" :bold t)) 160 (:family "helvetica" :bold t))
172 (((class color) (background light)) 161 (((class color) (background light))
209 (defface newsticker-statistics-face 198 (defface newsticker-statistics-face
210 '((((class color) (background dark)) 199 '((((class color) (background dark))
211 (:family "helvetica" :italic t :height 0.8)) 200 (:family "helvetica" :italic t :height 0.8))
212 (((class color) (background light)) 201 (((class color) (background light))
213 (:family "helvetica" :italic t :height 0.8))) 202 (:family "helvetica" :italic t :height 0.8)))
214 "Face for newsticker dates."
215 :group 'newsticker-faces)
216
217 (defface newsticker-enclosure-face
218 '((((class color) (background dark))
219 (:bold t :background "orange"))
220 (((class color) (background light))
221 (:bold t :background "orange")))
222 "Face for enclosed elements."
223 :group 'newsticker-faces)
224
225 (defface newsticker-extra-face
226 '((((class color) (background dark))
227 (:italic t :foreground "gray50" :height 0.8))
228 (((class color) (background light))
229 (:italic t :foreground "gray50" :height 0.8)))
230 "Face for newsticker dates." 203 "Face for newsticker dates."
231 :group 'newsticker-faces) 204 :group 'newsticker-faces)
232 205
233 (defface newsticker-default-face 206 (defface newsticker-default-face
234 '((((class color) (background dark)) 207 '((((class color) (background dark))