1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-30 12:21:25 -08:00

(diff-header): Make the color louder.

(diff-refine-change): Tone the color down.
This commit is contained in:
Dan Nicolaescu 2008-03-19 04:59:34 +00:00
parent cdafbdec8c
commit 9f4e4f5bb9
2 changed files with 7 additions and 2 deletions

View file

@ -1,3 +1,8 @@
2008-03-19 Dan Nicolaescu <dann@ics.uci.edu>
* diff-mode.el (diff-header): Make the color louder.
(diff-refine-change): Tone the color down.
2008-03-19 Juanma Barranquero <lekktu@gmail.com>
* descr-text.el (describe-char): When `describe-char-unidata-list'

View file

@ -229,7 +229,7 @@ when editing big diffs)."
(defface diff-header
'((((class color) (min-colors 88) (background light))
:background "grey85")
:background "grey80")
(((class color) (min-colors 88) (background dark))
:background "grey45")
(((class color) (background light))
@ -1752,7 +1752,7 @@ For use in `add-log-current-defun-function'."
(defface diff-refine-change
'((((class color) (min-colors 88) (background light))
:background "grey70")
:background "grey85")
(((class color) (min-colors 88) (background dark))
:background "grey60")
(((class color) (background light))