mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
(diff-refine-change): Adjust colors to be more visible.
This commit is contained in:
parent
ede8c7f013
commit
5e15554dac
2 changed files with 6 additions and 2 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue