emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Dan Nicolaescu
Subject: [Emacs-diffs] Changes to emacs/lisp/faces.el
Date: Mon, 11 Apr 2005 16:47:27 -0400

Index: emacs/lisp/faces.el
diff -c emacs/lisp/faces.el:1.303 emacs/lisp/faces.el:1.304
*** emacs/lisp/faces.el:1.303   Tue Mar  8 02:55:39 2005
--- emacs/lisp/faces.el Mon Apr 11 20:47:25 2005
***************
*** 2015,2021 ****
  
  (defface secondary-selection
    '((((class color) (min-colors 88) (background light))
!      :background "yellow")
      (((class color) (min-colors 88) (background dark))
       :background "SkyBlue4")
      (((class color) (min-colors 16) (background light))
--- 2015,2021 ----
  
  (defface secondary-selection
    '((((class color) (min-colors 88) (background light))
!      :background "yellow1")
      (((class color) (min-colors 88) (background dark))
       :background "SkyBlue4")
      (((class color) (min-colors 16) (background light))
***************
*** 2041,2049 ****
  
  (defface trailing-whitespace
    '((((class color) (background light))
!      :background "red")
      (((class color) (background dark))
!      :background "red")
      (t :inverse-video t))
    "Basic face for highlighting trailing whitespace."
    :version "21.1"
--- 2041,2049 ----
  
  (defface trailing-whitespace
    '((((class color) (background light))
!      :background "red1")
      (((class color) (background dark))
!      :background "red1")
      (t :inverse-video t))
    "Basic face for highlighting trailing whitespace."
    :version "21.1"




reply via email to

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