diff options
-rw-r--r-- | lib/themes/jao-themes.el | 1 |
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*))) |