mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-13 16:38:14 +00:00
(diff-refine-change): Adjust colors to be more visible.
This commit is contained in:
parent
ede8c7f013
commit
5e15554dac
@ -1,3 +1,7 @@
|
||||
2008-03-12 Dan Nicolaescu <dann@ics.uci.edu>
|
||||
|
||||
* diff-mode.el (diff-refine-change): Adjust colors to be more visible.
|
||||
|
||||
2008-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
|
||||
|
||||
* textmodes/sgml-mode.el (sgml-font-lock-syntactic-keywords):
|
||||
|
@ -1752,9 +1752,9 @@ For use in `add-log-current-defun-function'."
|
||||
|
||||
(defface diff-refine-change
|
||||
'((((class color) (min-colors 88) (background light))
|
||||
:background "grey90")
|
||||
:background "grey70")
|
||||
(((class color) (min-colors 88) (background dark))
|
||||
:background "grey40")
|
||||
:background "grey60")
|
||||
(((class color) (background light))
|
||||
:background "yellow")
|
||||
(((class color) (background dark))
|
||||
|
Loading…
Reference in New Issue
Block a user