summaryrefslogtreecommitdiffhomepage
path: root/lib
diff options
context:
space:
mode:
authorjao <jao@gnu.org>2021-10-29 04:41:16 +0100
committerjao <jao@gnu.org>2021-10-29 04:41:16 +0100
commitba7ba17a853e69a80b5dcb1018db4c8d6c70c389 (patch)
tree1d6ac28ee948419a395ccf53708d09765f3a73a1 /lib
parent7c47ab51654df9f900b81817d410033ca803ff3d (diff)
downloadelibs-ba7ba17a853e69a80b5dcb1018db4c8d6c70c389.tar.gz
elibs-ba7ba17a853e69a80b5dcb1018db4c8d6c70c389.tar.bz2
color nits
Diffstat (limited to 'lib')
-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))