URI: 
       Add styles for button - monochwome-theme - Regress your Emacs to one-color world.âŒ
   DIR Log
   DIR Files
   DIR Refs
   DIR README
       ---
   DIR commit edaf31c548486ea277649daebd48cc0da4b3270b
   DIR parent 8a439585d532d1f438754b7082e58a53bfa5d7df
  HTML Author: Scarlett McAllister <no+reply@roygbyte.com>
       Date:   Fri, 29 Sep 2023 20:52:53 -0300
       
       Add styles for button
       
       Diffstat:
         M monochwome-theme.el                 |       4 ++++
       
       1 file changed, 4 insertions(+), 0 deletions(-)
       ---
   DIR diff --git a/monochwome-theme.el b/monochwome-theme.el
       @@ -227,6 +227,10 @@ Also bind `class' to ((class color) (min-colors 89))."
           `(success   ((t (:foreground ,monochwome-tone-3 :weight bold))))
           `(warning   ((t (:foreground ,monochwome-tone-6 :weight bold))))
           `(tooltip   ((t (:foreground ,monochwome-tone-0 :background ,monochwome-bg+1))))
       +   `(custom-button ((t (:box (:line-width 2 :color ,monochwome-bg)
       +                             :background ,monochwome-tone-0-5
       +                             :weight bold
       +                             :foreground ,monochwome-bg-3))))
        ;;;;; ansi-colors
           `(ansi-color-black ((t (:foreground ,monochwome-bg :background ,monochwome-bg-2))))
           `(ansi-color-red ((t (:foreground ,monochwome-tone-1-2 :background ,monochwome-tone-1-4))))