chiark
/
gitweb
/
~mdw
/
profile
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
e686280
)
el/dot-emacs.el: Set more restful colours for `diff-mode' refinements.
author
Mark Wooding
<mdw@distorted.org.uk>
Tue, 3 May 2016 16:26:37 +0000
(17:26 +0100)
committer
Mark Wooding
<mdw@distorted.org.uk>
Tue, 3 May 2016 16:26:37 +0000
(17:26 +0100)
el/dot-emacs.el
patch
|
blob
|
blame
|
history
diff --git
a/el/dot-emacs.el
b/el/dot-emacs.el
index b235fcd5c51e419ab06da82e1857e5ec9e5556f9..d88366674e05cd264136fb5b4c8bab798740db35 100644
(file)
--- a/
el/dot-emacs.el
+++ b/
el/dot-emacs.el
@@
-1356,6
+1356,12
@@
(mdw-define-face diff-context
(mdw-define-face diff-refine-change
(((class color) (type x)) :background "RoyalBlue4")
(t :underline t))
(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")
(mdw-define-face dylan-header-background
(((class color) (type x)) :background "NavyBlue")