~ubuntu-branches/ubuntu/karmic/emacs-snapshot/karmic

« back to all changes in this revision

Viewing changes to lisp/org/org-faces.el

  • Committer: Bazaar Package Importer
  • Author(s): Romain Francoise
  • Date: 2008-10-13 19:36:36 UTC
  • mfrom: (1.1.29 upstream)
  • Revision ID: james.westby@ubuntu.com-20081013193636-sbr08toxlqazm1wz
Tags: 1:20081013-1
New snapshot.

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
;; Author: Carsten Dominik <carsten at orgmode dot org>
6
6
;; Keywords: outlines, hypermedia, calendar, wp
7
7
;; Homepage: http://orgmode.org
8
 
;; Version: 6.06b
 
8
;; Version: 6.09a
9
9
;;
10
10
;; This file is part of GNU Emacs.
11
11
;;
381
381
  (when (fboundp 'set-face-attribute)
382
382
    (set-face-attribute 'org-agenda-date-weekend nil :weight 'bold)))
383
383
 
 
384
(defface org-scheduled
 
385
  (org-compatible-face nil
 
386
    '((((class color) (min-colors 88) (background light)) (:foreground "DarkGreen"))
 
387
      (((class color) (min-colors 88) (background dark)) (:foreground "PaleGreen"))
 
388
      (((class color) (min-colors 8)) (:foreground "green"))
 
389
      (t (:bold t :italic t))))
 
390
  "Face for items scheduled for a certain day."
 
391
  :group 'org-faces)
 
392
 
384
393
(defface org-scheduled-today
385
394
  (org-compatible-face nil
386
395
    '((((class color) (min-colors 88) (background light)) (:foreground "DarkGreen"))
390
399
  "Face for items scheduled for a certain day."
391
400
  :group 'org-faces)
392
401
 
 
402
 
393
403
(defface org-scheduled-previously
394
404
  (org-compatible-face nil
395
405
    '((((class color) (min-colors 88) (background light)) (:foreground "Firebrick"))