branch: externals/nano-theme
commit 3cb00fdc6d4e46809287a81d4c43cee63f5938f4
Author: Nicolas P. Rougier <nicolas.roug...@inria.fr>
Commit: Nicolas P. Rougier <nicolas.roug...@inria.fr>

    Added diff-hl faces
---
 nano-theme-support.el | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/nano-theme-support.el b/nano-theme-support.el
index 3b0d002008..ce44cf89fb 100644
--- a/nano-theme-support.el
+++ b/nano-theme-support.el
@@ -781,6 +781,11 @@ background color that is barely perceptible."
    `(line-number-major-tick       ((t (:inherit nano-default))))
    '(line-number-minor-tick       ((t (:inherit nano-faded))))
 
+   ;; --- Diff HL (fringe mode) ----------------------------------------
+   '(diff-hl-change                  ((t (:inherit nano-faded-i))))
+   '(diff-hl-insert                  ((t (:inherit nano-salient-i))))
+   '(diff-hl-delete                  ((t (:inherit nano-critical-i))))
+
    ;; --- Font lock ----------------------------------------------------
    '(font-lock-comment-face        ((t (:inherit nano-faded))))
    '(font-lock-doc-face            ((t (:inherit nano-faded))))

Reply via email to