X-Git-Url: https://git.distorted.org.uk/~mdw/profile/blobdiff_plain/319736bd87f8b8ca3c86a13cd89a3dfe88587ca6..24da418485641fe2bb7be447ccbc858a9d789aac:/el/dot-emacs.el?ds=sidebyside 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")