From e0a594d0c22c0c0b625303ab824c5f03e5777a08 Mon Sep 17 00:00:00 2001 From: Jessie Hildebrandt Date: Mon, 19 Dec 2022 19:23:53 -0500 Subject: [PATCH] Refine magit faces --- adwaita-dark-theme.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/adwaita-dark-theme.el b/adwaita-dark-theme.el index a62eeb1..195a4ee 100644 --- a/adwaita-dark-theme.el +++ b/adwaita-dark-theme.el @@ -604,7 +604,7 @@ `(magit-cherry-unmatched ((,class (:foreground ,cyan)))) `(magit-diff-context ((,class (:foreground ,fg-alt)))) `(magit-diff-context-highlight ((,class (:inherit 'hl-line :foreground ,base-6)))) - `(magit-diff-file-heading ((,class (:foreground ,fg :extend t :box ,(when flat-button-available-p '(:line-width 4 :style flat-button)))))) + `(magit-diff-file-heading ((,class (:foreground ,fg :extend t :box ,(when flat-button-available-p '(:line-width 2 :style flat-button)))))) `(magit-diff-file-heading-highlight ((,class (:inherit 'hl-line)))) `(magit-diff-file-heading-selection ((,class (:inherit 'hl-line :foreground ,blue :weight bold)))) `(magit-diff-hunk-heading ((,class (:background ,base-3 :foreground ,base-7 :extend t :box ,(when flat-button-available-p '(:line-width 1 :style flat-button)))))) @@ -632,7 +632,7 @@ `(magit-reflog-remote ((,class (:foreground ,cyan)))) `(magit-reflog-reset ((,class (:inherit 'error)))) `(magit-refname ((,class (:foreground ,base-5)))) - `(magit-section-heading ((,class (:foreground ,base-7 :weight bold)))) + `(magit-section-heading ((,class (:foreground ,base-7 :weight bold :box ,(when flat-button-available-p '(:line-width 4 :style flat-button)))))) `(magit-section-heading-selection ((,class (:foreground ,base-8 :weight bold)))) `(magit-section-highlight ((,class (:inherit 'hl-line)))) `(magit-sequence-drop ((,class (:foreground ,red))))