X-Git-Url: https://git.distorted.org.uk/~mdw/profile/blobdiff_plain/e686280fee8a8071341d1c43c195c8a1ec7ad474..5f454d3e0c3c1fbc179aedcedcfe4ee191f171c2:/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")