emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/lisp/diff-mode.el
Date: Mon, 31 Dec 2001 15:23:08 -0500

Index: emacs/lisp/diff-mode.el
diff -c emacs/lisp/diff-mode.el:1.43 emacs/lisp/diff-mode.el:1.44
*** emacs/lisp/diff-mode.el:1.43        Sun Nov 25 19:20:41 2001
--- emacs/lisp/diff-mode.el     Mon Dec 31 15:23:08 2001
***************
*** 173,199 ****
  
  (defface diff-header-face
    '((((type tty pc) (class color) (background light))
!      (:foreground "blue1" :bold t))
      (((type tty pc) (class color) (background dark))
!      (:foreground "green" :bold t))
      (((class color) (background light))
       (:background "grey85"))
      (((class color) (background dark))
       (:background "grey45"))
!     (t (:bold t)))
    "`diff-mode' face inherited by hunk and index header faces.")
  (defvar diff-header-face 'diff-header-face)
  
  (defface diff-file-header-face
    '((((type tty pc) (class color) (background light))
!      (:foreground "yellow" :bold t))
      (((type tty pc) (class color) (background dark))
!      (:foreground "cyan" :bold t))
      (((class color) (background light))
!      (:background "grey70" :bold t))
      (((class color) (background dark))
!      (:background "grey60" :bold t))
!     (t (:bold t)))                    ; :height 1.3
    "`diff-mode' face used to highlight file header lines.")
  (defvar diff-file-header-face 'diff-file-header-face)
  
--- 173,199 ----
  
  (defface diff-header-face
    '((((type tty pc) (class color) (background light))
!      (:foreground "blue1" :weight bold))
      (((type tty pc) (class color) (background dark))
!      (:foreground "green" :weight bold))
      (((class color) (background light))
       (:background "grey85"))
      (((class color) (background dark))
       (:background "grey45"))
!     (t (:weight bold)))
    "`diff-mode' face inherited by hunk and index header faces.")
  (defvar diff-header-face 'diff-header-face)
  
  (defface diff-file-header-face
    '((((type tty pc) (class color) (background light))
!      (:foreground "yellow" :weight bold))
      (((type tty pc) (class color) (background dark))
!      (:foreground "cyan" :weight bold))
      (((class color) (background light))
!      (:background "grey70" :weight bold))
      (((class color) (background dark))
!      (:background "grey60" :weight bold))
!     (t (:weight bold)))                       ; :height 1.3
    "`diff-mode' face used to highlight file header lines.")
  (defvar diff-file-header-face 'diff-file-header-face)
  
***************
*** 219,227 ****
  
  (defface diff-changed-face
    '((((type tty pc) (class color) (background light))
!      (:foreground "magenta" :bold t :italic t))
      (((type tty pc) (class color) (background dark))
!      (:foreground "yellow" :bold t :italic t))
      (t ()))
    "`diff-mode' face used to highlight changed lines.")
  (defvar diff-changed-face 'diff-changed-face)
--- 219,227 ----
  
  (defface diff-changed-face
    '((((type tty pc) (class color) (background light))
!      (:foreground "magenta" :weight bold :slant italic))
      (((type tty pc) (class color) (background dark))
!      (:foreground "yellow" :weight bold :slant italic))
      (t ()))
    "`diff-mode' face used to highlight changed lines.")
  (defvar diff-changed-face 'diff-changed-face)



reply via email to

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