URI: 
       Add magit styles - monochwome-theme - Regress your Emacs to one-color world.âŒ
   DIR Log
   DIR Files
   DIR Refs
   DIR README
       ---
   DIR commit 8a439585d532d1f438754b7082e58a53bfa5d7df
   DIR parent 00a1cd43516268310901242ec24fd7bee2b0e4fb
  HTML Author: Scarlett McAllister <no+reply@roygbyte.com>
       Date:   Fri, 29 Sep 2023 20:52:45 -0300
       
       Add magit styles
       
       Diffstat:
         M monochwome-theme.el                 |      28 ++++++++++++++++++----------
       
       1 file changed, 18 insertions(+), 10 deletions(-)
       ---
   DIR diff --git a/monochwome-theme.el b/monochwome-theme.el
       @@ -1048,25 +1048,33 @@ Also bind `class' to ((class color) (min-colors 89))."
        ;;;;; magit
        ;;;;;; headings and diffs
           ;; Please read (info "(magit)Theming Faces") before changing this.
       -   `(magit-section-highlight           ((t (:background ,monochwome-bg+1))))
       +   `(magit-section-highlight           ((t (:background ,monochwome-bg+1 :weight bold))))
           `(magit-section-heading             ((t (:foreground ,monochwome-tone-2 :weight bold))))
           `(magit-section-heading-selection   ((t (:foreground ,monochwome-tone-6 :weight bold))))
           `(magit-diff-file-heading           ((t (:weight bold))))
           `(magit-diff-file-heading-highlight ((t (:background ,monochwome-bg+1 :weight bold))))
           `(magit-diff-file-heading-selection ((t (:background ,monochwome-bg+1 :weight bold
                                                                :foreground ,monochwome-tone-6))))
       -   ;;`(magit-diff-added                  ((t (:background ,monochwome-tone-3-2))))
       -   ;;`(magit-diff-added-highlight        ((t (:background ,monochwome-tone-3))))
       -   ;;`(magit-diff-removed                ((t (:background ,monochwome-tone-1-4))))
       -   ;;`(magit-diff-removed-highlight      ((t (:background ,monochwome-tone-1-3))))
       -   `(magit-diff-hunk-heading           ((t (:background ,monochwome-bg+1))))
       -   `(magit-diff-hunk-heading-highlight ((t (:background ,monochwome-bg+2))))
       -   `(magit-diff-hunk-heading-selection ((t (:background ,monochwome-bg+2
       +   `(magit-diff-added                  ((t (:background ,monochwome-bg
       +                                                        :foreground ,monochwome-tone-0+5
       +                                                        :weight bold))))
       +   `(magit-diff-added-highlight        ((t (:background ,monochwome-bg
       +                                                        :foreground ,monochwome-tone-0+5
       +                                                        :weight bold))))
       +   `(magit-diff-removed                ((t (:background ,monochwome-bg))))
       +   `(magit-diff-removed-highlight      ((t (:background ,monochwome-bg))))
       +   `(magit-diff-hunk-heading           ((t (:foreground ,monochwome-bg :background ,monochwome-tone-0-5))))
       +   `(magit-diff-hunk-heading-highlight ((t (:background ,monochwome-tone-0
       +                                                        :weight bold))))
       +   `(magit-diff-hunk-heading-selection ((t (:background ,monochwome-bg
       +                                                        :weight bold
                                                                :foreground ,monochwome-tone-6))))
           `(magit-diff-lines-heading          ((t (:background ,monochwome-tone-6
                                                                :foreground ,monochwome-bg+2))))
       -   `(magit-diff-context-highlight      ((t (:background ,monochwome-bg+1
       -                                                        :foreground "grey70"))))
       +   `(magit-diff-context                ((t (:background ,monochwome-bg
       +                                                        :foreground ,monochwome-tone-0-4))))
       +   `(magit-diff-context-highlight      ((t (:background ,monochwome-bg
       +                                                        :foreground ,monochwome-tone-0-4))))
           `(magit-diffstat-added              ((t (:foreground ,monochwome-tone-3+4))))
           `(magit-diffstat-removed            ((t (:foreground ,monochwome-tone-1))))
        ;;;;;; popup