URI: 
       Refine some styles for grep, magit, highlights - monochwome-theme - Regress your Emacs to one-color world.âŒ
   DIR Log
   DIR Files
   DIR Refs
   DIR README
       ---
   DIR commit 89e316eaeeb6523025846ea6c4cc124aba6d3db9
   DIR parent a89a04daf473077529cd6bafaa12ea9f42a9d179
  HTML Author: Scarlett McAllister <no+reply@roygbyte.com>
       Date:   Sat, 30 Dec 2023 12:25:56 -0400
       
       Refine some styles for grep, magit, highlights
       
       Diffstat:
         M monochwome-theme.el                 |       8 ++++----
       
       1 file changed, 4 insertions(+), 4 deletions(-)
       ---
   DIR diff --git a/monochwome-theme.el b/monochwome-theme.el
       @@ -274,7 +274,7 @@ Also bind `class' to ((class color) (min-colors 89))."
           `(grep-context-face ((t (:foreground ,monochwome-tone-0))))
           `(grep-error-face ((t (:foreground ,monochwome-tone-1-1 :weight bold :underline t))))
           `(grep-hit-face ((t (:foreground ,monochwome-tone-4))))
       -   `(grep-match-face ((t (:foreground ,monochwome-tone-6 :weight bold))))
       +   `(grep-match-face ((t (:foreground ,monochwome-tone-6 :background ,monochwome-bg-3 :weight bold))))
           `(match ((t (:background ,monochwome-bg-2 :foreground ,monochwome-tone-6 :weight bold))))
        ;;;;; hi-lock
           `(hi-blue    ((t (:background ,monochwome-tone-5    :foreground ,monochwome-bg-2))))
       @@ -289,7 +289,7 @@ Also bind `class' to ((class color) (min-colors 89))."
        ;;;;; isearch
           `(isearch ((t (:foreground ,monochwome-tone-0+2 :weight bold :background ,monochwome-bg+1))))
           `(isearch-fail ((t (:foreground ,monochwome-bg+1 :background ,monochwome-tone-0))))
       -   `(lazy-highlight ((t (:foreground ,monochwome-tone+3 :weight bold :background ,monochwome-bg-1))))
       +   `(lazy-highlight ((t (:foreground ,monochwome-tone-0+3 :weight bold :background ,monochwome-bg-1))))
        
           `(menu ((t (:foreground ,monochwome-tone-0 :background ,monochwome-bg))))
           `(minibuffer-prompt ((t (:foreground ,monochwome-tone-0+1 :background ,monochwome-bg-0 :weight normal))))
       @@ -315,7 +315,7 @@ Also bind `class' to ((class color) (min-colors 89))."
           `(font-lock-preprocessor-face ((t (:foreground ,monochwome-tone-0))))
           `(font-lock-regexp-grouping-construct ((t (:foreground ,monochwome-tone-2 :weight bold))))
           `(font-lock-regexp-grouping-backslash ((t (:foreground ,monochwome-tone-3 :weight bold))))
       -   `(font-lock-string-face ((t (:foreground ,monochwome-tone-0+2 :slant italic :family "Victor Mono")))) ;; should replace with var
       +   `(font-lock-string-face ((t (:foreground ,monochwome-tone-0+3 :slant italic :family "Victor Mono")))) ;; should replace with var
           `(font-lock-type-face ((t (:foreground ,monochwome-tone-0+1 :weight bold))))
           `(font-lock-variable-name-face ((t (:foreground ,monochwome-tone-0+2 :slant italic))))
           `(font-lock-warning-face ((t (:foreground ,monochwome-tone-0+1 :underline t))))
       @@ -1077,7 +1077,7 @@ Also bind `class' to ((class color) (min-colors 89))."
                                                                :foreground ,monochwome-bg+2))))
           `(magit-diff-context                ((t (:background ,monochwome-bg
                                                                :foreground ,monochwome-tone-0-4))))
       -   `(magit-diff-context-highlight      ((t (:background ,monochwome-bg
       +   `(magit-diff-context-highlight      ((t (:background ,monochwome-bg-1
                                                                :foreground ,monochwome-tone-0-4))))
           `(magit-diffstat-added              ((t (:foreground ,monochwome-tone-3+4))))
           `(magit-diffstat-removed            ((t (:foreground ,monochwome-tone-1))))