[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/nano-theme 0413eb66c1 2/4: Merge pull request #53 from
From: |
ELPA Syncer |
Subject: |
[elpa] externals/nano-theme 0413eb66c1 2/4: Merge pull request #53 from skyler544/master |
Date: |
Mon, 24 Jun 2024 06:58:33 -0400 (EDT) |
branch: externals/nano-theme
commit 0413eb66c1f72363a2a6fabc25212635adea46d4
Merge: 3cb00fdc6d bd84cfbe87
Author: Nicolas P. Rougier <Nicolas.Rougier@inria.fr>
Commit: GitHub <noreply@github.com>
Merge pull request #53 from skyler544/master
fix(magit-diff-faces): Don't highlight inactive hunks
---
nano-theme-support.el | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/nano-theme-support.el b/nano-theme-support.el
index ce44cf89fb..6692d04fe2 100644
--- a/nano-theme-support.el
+++ b/nano-theme-support.el
@@ -1419,15 +1419,15 @@ background color that is barely perceptible."
'(magit-cherry-equivalent ((t (:inherit nano-default))))
'(magit-cherry-unmatched ((t (:inherit nano-default))))
- '(magit-diff-added ((t (:inherit (highlight
nano-salient nano-strong)))))
+ '(magit-diff-added ((t (:inherit (nano-salient
nano-strong)))))
'(magit-diff-base ((t (:inherit nano-default))))
- '(magit-diff-context ((t (:inherit (highlight
nano-faded)))))
+ '(magit-diff-context ((t (:inherit nano-faded))))
'(magit-diff-file-heading-selection ((t (:inherit nano-default))))
'(magit-diff-hunk-heading-selection ((t (:inherit nano-default))))
'(magit-diff-hunk-region ((t (:inherit nano-default))))
'(magit-diff-lines-boundary ((t (:inherit nano-default))))
'(magit-diff-our ((t (:inherit nano-default))))
- '(magit-diff-removed ((t (:inherit (highlight
nano-popout nano-strong)))))
+ '(magit-diff-removed ((t (:inherit (nano-popout
nano-strong)))))
'(magit-diff-revision-summary ((t (:inherit nano-popout))))
'(magit-diff-their ((t (:inherit nano-default))))
'(magit-diff-whitespace-warning ((t (:inherit nano-subtle))))