From 5d0e66fb6bb48609146d6954ab504ebf6ed88613 Mon Sep 17 00:00:00 2001 From: jao Date: Sat, 12 Mar 2022 23:59:26 +0000 Subject: themes dsl: (bf weight) --- lib/themes/jao-themes.el | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/themes/jao-themes.el') 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*))) -- cgit v1.2.3