summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lisp/init-appearance.el12
1 files changed, 12 insertions, 0 deletions
diff --git a/lisp/init-appearance.el b/lisp/init-appearance.el
index a5ed0fd..ad153ea 100644
--- a/lisp/init-appearance.el
+++ b/lisp/init-appearance.el
@@ -43,6 +43,18 @@
'(gnus-cite-2 ((t (:inherit font-lock-string-face))))
'(gnus-header-name ((t (:inherit font-lock-constant-face))))
'(gnus-header-content ((t (:inherit default))))
+ '(magit-section-highlight ((t (:background "white"))))
+ '(magit-diff-hunk-heading-highlight ((t (:foreground "gray30" :background "grey80"))))
+ '(magit-diff-hunk-heading ((t (:foreground "gray30" :background "grey90"))))
+ '(magit-diff-added-highlight ((t (:foreground "DarkGreen" :background "grey98"))))
+ '(magit-diff-added ((t (:foreground "DarkGreen" :background "grey98"))))
+ '(magit-diff-removed-highlight ((t (:foreground "#aa2222" :background "grey98"))))
+ '(magit-diff-removed ((t (:foreground "#aa2222" :background "grey98"))))
+ '(magit-diff-context-highlight ((t (:foreground "grey50" :background "grey98"))))
+ '(magit-diff-context ((t (:foreground "grey50" :background "grey98"))))
+ '(diff-added ((t (:foreground "DarkGreen" :background "grey98"))))
+ '(diff-removed ((t (:foreground "#aa2222" :background "grey98"))))
+ '(diff-context ((t (:foreground "grey50" :background "grey98"))))
'(term-color-black ((t (:inherit default))))
'(term-color-red ((t (:inherit font-lock-string-face))))
'(term-color-green ((t (:foreground "#3cb371"))))