emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/alect-themes 6ea7c46 08/11: Modify 'diff' faces


From: ELPA Syncer
Subject: [nongnu] elpa/alect-themes 6ea7c46 08/11: Modify 'diff' faces
Date: Fri, 22 Oct 2021 02:57:33 -0400 (EDT)

branch: elpa/alect-themes
commit 6ea7c46f0d08c10d44de05a9be0c374711ee0b63
Author: Alex Kost <alezost@gmail.com>
Commit: Alex Kost <alezost@gmail.com>

    Modify 'diff' faces
---
 alect-themes.el | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

diff --git a/alect-themes.el b/alect-themes.el
index 46cee88..a355dbb 100644
--- a/alect-themes.el
+++ b/alect-themes.el
@@ -711,15 +711,15 @@ For INVERT, see `alect-get-color'."
          (diff-added             ((,c :foreground ,(gc 'green-1))))
          (diff-changed           ((,c :foreground ,(gc 'yellow-1))))
          (diff-removed           ((,c :foreground ,(gc 'red-1))))
-         (diff-indicator-added   ((,c :inherit diff-added)))
-         (diff-indicator-changed ((,c :inherit diff-changed)))
-         (diff-indicator-removed ((,c :inherit diff-removed)))
-         (diff-refine-added      ((,c :inherit diff-added
-                                      :underline t)))
-         (diff-refine-changed    ((,c :inherit diff-changed
-                                      :underline t)))
-         (diff-refine-removed    ((,c :inherit diff-removed
-                                      :underline t)))
+         (diff-indicator-added   ((,c :inherit diff-added :weight bold)))
+         (diff-indicator-changed ((,c :inherit diff-changed :weight bold)))
+         (diff-indicator-removed ((,c :inherit diff-removed :weight bold)))
+         (diff-refine-added      ((,c :background ,(gc 'green-bg)
+                                      :foreground ,(gc 'fg+1))))
+         (diff-refine-changed    ((,c :background ,(gc 'yellow-bg)
+                                      :foreground ,(gc 'fg+1))))
+         (diff-refine-removed    ((,c :background ,(gc 'red-bg)
+                                      :foreground ,(gc 'fg+1))))
          (diff-header            ((,c :foreground ,(gc 'blue-2) :weight bold)))
          (diff-hunk-header       ((,c :inherit diff-header
                                       :foreground ,(gc 'green+2))))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]