summaryrefslogtreecommitdiffhomepage
path: root/lib/themes/jao-themes.el
diff options
context:
space:
mode:
authorjao <jao@gnu.org>2022-03-12 23:59:26 +0000
committerjao <jao@gnu.org>2022-03-12 23:59:26 +0000
commit5d0e66fb6bb48609146d6954ab504ebf6ed88613 (patch)
tree52e92d1c07fef0673488422a01c23900b03d22fa /lib/themes/jao-themes.el
parent3cfbfaa4817d16d03e4d7447960c50c42d206295 (diff)
downloadelibs-5d0e66fb6bb48609146d6954ab504ebf6ed88613.tar.gz
elibs-5d0e66fb6bb48609146d6954ab504ebf6ed88613.tar.bz2
themes dsl: (bf weight)
Diffstat (limited to 'lib/themes/jao-themes.el')
-rw-r--r--lib/themes/jao-themes.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/themes/jao-themes.el b/lib/themes/jao-themes.el
index db68668..e2ad2bf 100644
--- a/lib/themes/jao-themes.el
+++ b/lib/themes/jao-themes.el
@@ -203,6 +203,7 @@
(if (listp val)
(jao-themes--parse-face-body val)
val)))))
+ (bf `(:bold t :weight ,(cadr s)))
(ul `(:underline ,(jao-themes--color (cadr s))))
(st `(:strike-through ,(jao-themes--color (cadr s))))
(~ (cdr (assq (cadr s) *jao--parsed-faces*)))