From ba7ba17a853e69a80b5dcb1018db4c8d6c70c389 Mon Sep 17 00:00:00 2001 From: jao Date: Fri, 29 Oct 2021 04:41:16 +0100 Subject: color nits --- lib/themes/jao-themes.el | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'lib') 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)) -- cgit v1.2.3