URI: 
       Darken the region selection - monochwome-theme - Regress your Emacs to one-color world.âŒ
   DIR Log
   DIR Files
   DIR Refs
   DIR README
       ---
   DIR commit 4d0b5769becee5346bf3410493b8ab2da8f4b012
   DIR parent 917b138ee96b9159a66f3ccc7bc28146218717b1
  HTML Author: Scarlett McAllister <no+reply@roygbyte.com>
       Date:   Fri, 29 Sep 2023 21:20:36 -0300
       
       Darken the region selection
       
       Diffstat:
         M monochwome-theme.el                 |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
   DIR diff --git a/monochwome-theme.el b/monochwome-theme.el
       @@ -298,7 +298,7 @@ Also bind `class' to ((class color) (min-colors 89))."
           ;; `(mode-line-buffer-id ((t (:foreground ,monochwome-tone-0 :weight bold))))
           `(mode-line-inactive ((t (:foreground ,monochwome-bg :background ,monochwome-tone-0-5))))
        
       -   `(region ((,class (:background ,monochwome-bg+1 :extend t))
       +   `(region ((,class (:background ,monochwome-bg+2 :extend t)) ; aka, selection/highlight
                         (t :inverse-video t)))
           `(secondary-selection ((t (:background ,monochwome-tone-0+5))))
           `(trailing-whitespace ((t (:background ,monochwome-tone-1))))