X-Git-Url: https://git.distorted.org.uk/~mdw/profile/blobdiff_plain/319736bd87f8b8ca3c86a13cd89a3dfe88587ca6..22e3f2873ee1856f0416f777cf2c625c5e4ddd2d:/el/dot-emacs.el diff --git a/el/dot-emacs.el b/el/dot-emacs.el index b235fcd..d883666 100644 --- a/el/dot-emacs.el +++ b/el/dot-emacs.el @@ -1356,6 +1356,12 @@ doesn't match any of the regular expressions in (mdw-define-face diff-refine-change (((class color) (type x)) :background "RoyalBlue4") (t :underline t)) +(mdw-define-face diff-refine-removed + (((class color) (type x)) :background "#500") + (t :underline t)) +(mdw-define-face diff-refine-added + (((class color) (type x)) :background "#050") + (t :underline t)) (mdw-define-face dylan-header-background (((class color) (type x)) :background "NavyBlue")