URI: 
       Add bold weight to some org headlines - monochwome-theme - Regress your Emacs to one-color world.âŒ
   DIR Log
   DIR Files
   DIR Refs
   DIR README
       ---
   DIR commit 20814a7b27268763c5e0b48fb6b22419ab5cb158
   DIR parent 89e316eaeeb6523025846ea6c4cc124aba6d3db9
  HTML Author: Scarlett McAllister <no+reply@roygbyte.com>
       Date:   Sun, 31 Dec 2023 22:04:46 -0400
       
       Add bold weight to some org headlines
       
       Diffstat:
         M monochwome-theme.el                 |       6 +++---
       
       1 file changed, 3 insertions(+), 3 deletions(-)
       ---
   DIR diff --git a/monochwome-theme.el b/monochwome-theme.el
       @@ -1311,13 +1311,13 @@ Also bind `class' to ((class color) (min-colors 89))."
           `(org-level-1 ((t (:inherit ,monochwome-variable-pitch :foreground ,monochwome-tone-0 :weight bold
                                           ,@(when monochwome-scale-org-headlines
                                           (list :height monochwome-height-plus-4))))))
       -   `(org-level-2 ((t (:inherit ,monochwome-variable-pitch :foreground ,monochwome-tone-0-2
       +   `(org-level-2 ((t (:inherit ,monochwome-variable-pitch :foreground ,monochwome-tone-0-2 :weight bold
                                           ,@(when monochwome-scale-org-headlines
                                           (list :height monochwome-height-plus-3))))))
       -   `(org-level-3 ((t (:inherit ,monochwome-variable-pitch :foreground ,monochwome-tone-0+4
       +   `(org-level-3 ((t (:inherit ,monochwome-variable-pitch :foreground ,monochwome-tone-0+4 :weight bold
                                           ,@(when monochwome-scale-org-headlines
                                           (list :height monochwome-height-plus-2))))))
       -   `(org-level-4 ((t (:inherit ,monochwome-variable-pitch :foreground ,monochwome-tone-0+2
       +   `(org-level-4 ((t (:inherit ,monochwome-variable-pitch :foreground ,monochwome-tone-0+2 :weight bold
                                           ,@(when monochwome-scale-org-headlines
                                           (list :height monochwome-height-plus-1))))))
           `(org-level-5 ((t (:inherit ,monochwome-variable-pitch :foreground ,monochwome-tone-5))))