summaryrefslogtreecommitdiffhomepage
path: root/themes/jao-themes.el
diff options
context:
space:
mode:
authorjao <jao@gnu.org>2019-10-22 21:08:13 +0100
committerjao <jao@gnu.org>2019-10-22 21:08:13 +0100
commit2a4b4f8f1528df644f0ff7b6b60a36f5e41e1451 (patch)
tree8fa8d8875483ef7abcbcf7f2475c2c34a8d4f347 /themes/jao-themes.el
parentfaa3e1041cb9fd6297c568ecc52077df7af81f16 (diff)
downloadelibs-2a4b4f8f1528df644f0ff7b6b60a36f5e41e1451.tar.gz
elibs-2a4b4f8f1528df644f0ff7b6b60a36f5e41e1451.tar.bz2
themes: dark-forest theme tweaks
Diffstat (limited to 'themes/jao-themes.el')
-rw-r--r--themes/jao-themes.el3
1 files changed, 1 insertions, 2 deletions
diff --git a/themes/jao-themes.el b/themes/jao-themes.el
index c494192..23d134a 100644
--- a/themes/jao-themes.el
+++ b/themes/jao-themes.el
@@ -131,7 +131,7 @@
(cond ((listp s)
(case (car s)
(c `(:foreground ,(jao-themes--color (cadr s))
- :background ,(jao-themes--color (caddr s))))
+ :background ,(jao-themes--color (caddr s))))
(p (let ((var (jao-themes--palette-face (cadr s))))
(when (boundp var)
(let ((val (symbol-value var)))
@@ -641,7 +641,6 @@
`((magit-branch (p f00))
(magit-cherry-equivalent (p warning))
(magit-diff-add (~ diff-added))
- (magit-diff-added-highlight (~ diff-added) ex)
(magit-diff-context-highlight (p hilite))
(magit-diff-del (~ diff-removed))
(magit-diff-file-heading (p keyword))