summaryrefslogtreecommitdiffhomepage
path: root/themes/jao-themes.el
diff options
context:
space:
mode:
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))