URI: 
       Add styles for search, line num, org-modern - monochwome-theme - Regress your Emacs to one-color world.âŒ
   DIR Log
   DIR Files
   DIR Refs
   DIR README
       ---
   DIR commit 00a1cd43516268310901242ec24fd7bee2b0e4fb
   DIR parent 5a9fc29ed0d212b60da748a01463be29c73be99c
  HTML Author: Scarlett McAllister <no+reply@roygbyte.com>
       Date:   Mon, 11 Sep 2023 20:53:55 -0300
       
       Add styles for search, line num, org-modern
       
       Diffstat:
         M monochwome-theme.el                 |       7 ++++---
       
       1 file changed, 4 insertions(+), 3 deletions(-)
       ---
   DIR diff --git a/monochwome-theme.el b/monochwome-theme.el
       @@ -281,7 +281,7 @@ Also bind `class' to ((class color) (min-colors 89))."
        ;;;;; info
           `(Info-quoted ((t (:inherit font-lock-constant-face))))
        ;;;;; isearch
       -   `(isearch ((t (:foreground ,monochwome-tone-0 :weight bold :background ,monochwome-bg+1))))
       +   `(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-0 :weight bold :background ,monochwome-bg))))
        
       @@ -316,8 +316,8 @@ Also bind `class' to ((class color) (min-colors 89))."
        
           `(c-annotation-face ((t (:inherit font-lock-constant-face))))
        ;;;;; line numbers (Emacs 26.1 and above)
       -   `(line-number ((t (:inherit default :foreground ,monochwome-bg+3 :background ,monochwome-bg-1))))
       -   `(line-number-current-line ((t (:inherit line-number :foreground ,monochwome-tone-2-2))))
       +   `(line-number ((t (:inherit default :foreground ,monochwome-tone-0-5 :background ,monochwome-bg-0 :weight ultralight))))
       +   `(line-number-current-line ((t (:inherit line-number :weight bold))))
        ;;;;; man
           '(Man-overstrike ((t (:inherit font-lock-keyword-face))))
           '(Man-underline  ((t (:inherit (font-lock-string-face underline)))))
       @@ -1352,6 +1352,7 @@ Also bind `class' to ((class color) (min-colors 89))."
           `(org-modern-date-active ((t (:inherit org-modern-time-active))))
           `(org-modern-time-inactive ((t (:inherit org-modern-label :background ,monochwome-bg-2 :foreground ,monochwome-tone-0-3 :distant-foreground ,monochwome-bg :width condensed))))
           `(org-modern-date-inactive ((t (:inherit org-modern-time-inactive))))
       +   `(org-modern-tag ((t (:inherit org-modern-time-inactive))))
        ;;;;; org-ref
           `(org-ref-ref-face ((t :underline t)))
           `(org-ref-label-face ((t :underline t)))