More revisions to magit - monochwome-theme - Regress your Emacs to one-color world.⌠DIR Log DIR Files DIR Refs DIR README --- DIR commit 59d6f27a3584b19b0199e6ab8d990eff53713659 DIR parent 4d0b5769becee5346bf3410493b8ab2da8f4b012 HTML Author: Scarlett McAllister <no+reply@roygbyte.com> Date: Fri, 29 Sep 2023 21:22:42 -0300 More revisions to magit Diffstat: M monochwome-theme.el | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) --- DIR diff --git a/monochwome-theme.el b/monochwome-theme.el @@ -1055,18 +1055,16 @@ Also bind `class' to ((class color) (min-colors 89))." ;;;;;; headings and diffs ;; Please read (info "(magit)Theming Faces") before changing this. `(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-section-heading ((t (:foreground ,monochwome-tone-0+5 :weight bold)))) + `(magit-section-heading-selection ((t (:foreground ,monochwome-tone-0-2 :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-bg - :foreground ,monochwome-tone-0+5 - :weight bold)))) + :foreground ,monochwome-tone-0+6)))) `(magit-diff-added-highlight ((t (:background ,monochwome-bg - :foreground ,monochwome-tone-0+5 - :weight bold)))) + :foreground ,monochwome-tone-0+6)))) `(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)))) @@ -1116,8 +1114,8 @@ Also bind `class' to ((class color) (min-colors 89))." `(magit-blame-summary ((t (:background ,monochwome-bg-2 :foreground ,monochwome-tone-4-2 :weight bold)))) ;;;;;; references etc - `(magit-dimmed ((t (:foreground ,monochwome-bg+3)))) - `(magit-hash ((t (:foreground ,monochwome-bg+3)))) + `(magit-dimmed ((t (:foreground ,monochwome-tone-0-3)))) + `(magit-hash ((t (:foreground ,monochwome-tone-0-3)))) `(magit-tag ((t (:foreground ,monochwome-tone-6 :weight bold)))) `(magit-branch-remote ((t (:foreground ,monochwome-tone-3 :weight bold)))) `(magit-branch-local ((t (:foreground ,monochwome-tone-4 :weight bold))))