summaryrefslogtreecommitdiffhomepage
path: root/lib/themes/jao-themes.el
diff options
context:
space:
mode:
Diffstat (limited to 'lib/themes/jao-themes.el')
-rw-r--r--lib/themes/jao-themes.el5
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/themes/jao-themes.el b/lib/themes/jao-themes.el
index 90be19f..1316462 100644
--- a/lib/themes/jao-themes.el
+++ b/lib/themes/jao-themes.el
@@ -188,8 +188,7 @@
((numberp clr) (or (nth clr jao-themes--cidxs)
(nth clr jao-themes--default-cidxs)
(format "color-%s" clr)))
- ((symbolp clr) (or (cadr (assoc clr *jao-themes--color-names*))
- 'unspecified))
+ ((and (symbolp clr) (cadr (assoc clr *jao-themes--color-names*))))
(t 'unspecified)))
(defun jao-themes--parse-face-sym (s)
@@ -919,7 +918,7 @@
(org-ellipsis (p dimm))
(org-formula (p f02))
(org-headline-done (p dimm))
- (org-hide (c ,jao-themes--bg))
+ (org-hide (c dbg dfg))
(org-latex-and-export-specials (~ default))
(org-level-1 (~ outline-1))
(org-level-2 (~ outline-2))