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:
53906ac
)
el/dot-emacs.el: Don't highlight Magit diff hunks so garishly.
author
Mark Wooding
<mdw@distorted.org.uk>
Wed, 10 Feb 2016 01:07:01 +0000
(
01:07
+0000)
committer
Mark Wooding
<mdw@distorted.org.uk>
Wed, 10 Feb 2016 02:11:06 +0000
(
02:11
+0000)
el/dot-emacs.el
patch
|
blob
|
blame
|
history
diff --git
a/el/dot-emacs.el
b/el/dot-emacs.el
index 4286f7378ac83adebe37fa458763dde4510eb11e..11be2acecfdebf3a54a9c8cbccb528af07f9db34 100644
(file)
--- a/
el/dot-emacs.el
+++ b/
el/dot-emacs.el
@@
-1173,7
+1173,7
@@
(mdw-define-face magit-diff-hunk-header
(t :foreground "SkyBlue1"))
(mdw-define-face magit-item-highlight
(((type tty)) :background "blue")
- (t :background "
DarkSeaGreen4
"))
+ (t :background "
grey11
"))
(mdw-define-face magit-log-head-label-remote
(((type tty)) :background "cyan" :foreground "green")
(t :background "grey11" :foreground "DarkSeaGreen2" :box t))