branch: externals/doric-themes
commit fbdf9b5caf97aed3127d13a8cb16c6042de2902c
Author: Protesilaos Stavrou <i...@protesilaos.com>
Commit: Protesilaos Stavrou <i...@protesilaos.com>

    Make some diff faces consistent with Magit
---
 doric-themes.el | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/doric-themes.el b/doric-themes.el
index 4a39995905..314a691f4c 100644
--- a/doric-themes.el
+++ b/doric-themes.el
@@ -389,7 +389,6 @@ Run `doric-themes-after-load-theme-hook' after loading a 
theme."
     company-tooltip-scrollbar-track
     consult-preview-line
     corfu-popupinfo
-    diff-header
     ediff-even-diff-A
     ediff-even-diff-Ancestor
     ediff-even-diff-B
@@ -1012,7 +1011,6 @@ Run `doric-themes-after-load-theme-hook' after loading a 
theme."
     dictionary-word-entry-face
     diff-error
     diff-file-header
-    diff-hunk-header
     dired-warning
     elfeed-search-filter-face
     eww-invalid-certificate
@@ -1349,6 +1347,10 @@ Run `doric-themes-after-load-theme-hook' after loading a 
theme."
 
             '(devdocs-code-block ((t :inherit fixed-pitch)))
 
+            '(diff-header (( )))
+            `(diff-hunk-header ((t :inherit bold :background 
,bg-shadow-subtle)))
+            `(diff-function ((t :background ,bg-shadow-subtle)))
+
             `(dired-marked ((t :inherit bold-italic :background ,bg-accent 
:foreground ,fg-main)))
             `(dired-flagged ((t :inherit bold-italic :background 
,bg-shadow-intense :foreground ,fg-main)))
 

Reply via email to