diff options
| author | Dan Nicolaescu | 2008-03-19 04:59:34 +0000 |
|---|---|---|
| committer | Dan Nicolaescu | 2008-03-19 04:59:34 +0000 |
| commit | 9f4e4f5bb941b73226e4b60d8a18a0a07568bdaa (patch) | |
| tree | 76be786d3a93311327ff436398761208a70394a6 | |
| parent | cdafbdec8c68d03cfcb40b6b5e3f5919fdbb458b (diff) | |
| download | emacs-9f4e4f5bb941b73226e4b60d8a18a0a07568bdaa.tar.gz emacs-9f4e4f5bb941b73226e4b60d8a18a0a07568bdaa.zip | |
(diff-header): Make the color louder.
(diff-refine-change): Tone the color down.
| -rw-r--r-- | lisp/ChangeLog | 5 | ||||
| -rw-r--r-- | lisp/diff-mode.el | 4 |
2 files changed, 7 insertions, 2 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index ad1ff4a6882..1f70b0284ca 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2008-03-19 Dan Nicolaescu <dann@ics.uci.edu> | ||
| 2 | |||
| 3 | * diff-mode.el (diff-header): Make the color louder. | ||
| 4 | (diff-refine-change): Tone the color down. | ||
| 5 | |||
| 1 | 2008-03-19 Juanma Barranquero <lekktu@gmail.com> | 6 | 2008-03-19 Juanma Barranquero <lekktu@gmail.com> |
| 2 | 7 | ||
| 3 | * descr-text.el (describe-char): When `describe-char-unidata-list' | 8 | * descr-text.el (describe-char): When `describe-char-unidata-list' |
diff --git a/lisp/diff-mode.el b/lisp/diff-mode.el index a025a8b8c70..8caed2bf1ef 100644 --- a/lisp/diff-mode.el +++ b/lisp/diff-mode.el | |||
| @@ -229,7 +229,7 @@ when editing big diffs)." | |||
| 229 | 229 | ||
| 230 | (defface diff-header | 230 | (defface diff-header |
| 231 | '((((class color) (min-colors 88) (background light)) | 231 | '((((class color) (min-colors 88) (background light)) |
| 232 | :background "grey85") | 232 | :background "grey80") |
| 233 | (((class color) (min-colors 88) (background dark)) | 233 | (((class color) (min-colors 88) (background dark)) |
| 234 | :background "grey45") | 234 | :background "grey45") |
| 235 | (((class color) (background light)) | 235 | (((class color) (background light)) |
| @@ -1752,7 +1752,7 @@ For use in `add-log-current-defun-function'." | |||
| 1752 | 1752 | ||
| 1753 | (defface diff-refine-change | 1753 | (defface diff-refine-change |
| 1754 | '((((class color) (min-colors 88) (background light)) | 1754 | '((((class color) (min-colors 88) (background light)) |
| 1755 | :background "grey70") | 1755 | :background "grey85") |
| 1756 | (((class color) (min-colors 88) (background dark)) | 1756 | (((class color) (min-colors 88) (background dark)) |
| 1757 | :background "grey60") | 1757 | :background "grey60") |
| 1758 | (((class color) (background light)) | 1758 | (((class color) (background light)) |