summaryrefslogtreecommitdiffhomepage
path: root/lib/themes
diff options
context:
space:
mode:
authorjao <jao@gnu.org>2021-09-17 01:29:01 +0100
committerjao <jao@gnu.org>2021-09-17 01:29:01 +0100
commit02febe0d66e0c77209d9f5bc831f7a7c0f49d856 (patch)
tree070e13e3b7ba4f159bbe6e3aad7e1c838a1b965f /lib/themes
parent32e102b72b7339774bd6df7a4c5a116584fc424a (diff)
downloadelibs-02febe0d66e0c77209d9f5bc831f7a7c0f49d856.tar.gz
elibs-02febe0d66e0c77209d9f5bc831f7a7c0f49d856.tar.bz2
nits
Diffstat (limited to 'lib/themes')
-rw-r--r--lib/themes/jao-themes.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/themes/jao-themes.el b/lib/themes/jao-themes.el
index ec6dcea..96e8398 100644
--- a/lib/themes/jao-themes.el
+++ b/lib/themes/jao-themes.el
@@ -204,6 +204,7 @@
(jao-themes--parse-face-body val)
val)))))
(ul `(:underline ,(jao-themes--color (cadr s))))
+ (st `(:strike-through ,(jao-themes--color (cadr s))))
(~ (cdr (assq (cadr s) *jao--parsed-faces*)))
(t (list s))))
((atom s)
@@ -989,6 +990,7 @@
(rst-level-7-face (~ outline-7))
(rst-level-8-face (~ outline-8)))
`((secondary-selection (p hilite) ex)
+ (separator-line (~ default) (st "grey85"))
(sh-quoted-exec (p f00))
(shortdoc-heading (p outline-1) nul)
(shortdoc-section (p outline-2))