emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/calendar/calendar.el


From: Dan Nicolaescu
Subject: [Emacs-diffs] Changes to emacs/lisp/calendar/calendar.el
Date: Fri, 08 Apr 2005 10:26:16 -0400

Index: emacs/lisp/calendar/calendar.el
diff -c emacs/lisp/calendar/calendar.el:1.167 
emacs/lisp/calendar/calendar.el:1.168
*** emacs/lisp/calendar/calendar.el:1.167       Wed Mar 30 16:55:58 2005
--- emacs/lisp/calendar/calendar.el     Fri Apr  8 14:26:13 2005
***************
*** 209,216 ****
  (defvar diary-face 'diary-face
    "Face name to use for diary entries.")
  (defface diary-face
!   '((((class color) (background light))
       :foreground "red")
      (((class color) (background dark))
       :foreground "yellow")
      (t
--- 209,220 ----
  (defvar diary-face 'diary-face
    "Face name to use for diary entries.")
  (defface diary-face
!   '((((min-colors 88) (class color) (background light))
!      :foreground "red1")
!     (((class color) (background light))
       :foreground "red")
+     (((min-colors 88) (class color) (background dark))
+      :foreground "yellow1")
      (((class color) (background dark))
       :foreground "yellow")
      (t




reply via email to

[Prev in Thread] Current Thread [Next in Thread]