(diff-refine-change): Adjust colors to be more visible.
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user