summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2019-08-10 22:41:56 -0400
committerKyle Meyer <kyle@kyleam.com>2019-08-10 22:53:34 -0400
commit6f59c3fea091387b5a7defff36ded50b577a16b0 (patch)
tree123a9d51768f68eba4d185886db0978d7d67a6b7 /lisp
parent9af4b1165df5a2cfcbc6765a38d53b065b47edff (diff)
downloademacs.d-6f59c3fea091387b5a7defff36ded50b577a16b0.tar.gz
theme: Tweak diff colors
Diffstat (limited to 'lisp')
-rw-r--r--lisp/km-theme.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/km-theme.el b/lisp/km-theme.el
index 2fc1fe7..7aa62bc 100644
--- a/lisp/km-theme.el
+++ b/lisp/km-theme.el
@@ -26,8 +26,8 @@
(bg-mid "gray96")
(bg-dark "gray92")
(fg-light "gray30")
- (diff-added "DarkGreen")
- (diff-removed "#aa2222"))
+ (diff-added "#1d771d")
+ (diff-removed "#e60000"))
(custom-theme-set-faces
'stekene-light
'(Info-quoted ((t (:inherit default))))