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

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

[nongnu] elpa/gruvbox-theme 745e81553b 220/258: Add faces for diff-hl (#


From: ELPA Syncer
Subject: [nongnu] elpa/gruvbox-theme 745e81553b 220/258: Add faces for diff-hl (#140)
Date: Sat, 1 Jan 2022 01:59:48 -0500 (EST)

branch: elpa/gruvbox-theme
commit 745e81553bc5d610ec236ecbfecf7b42dd9ae50a
Author: cvdub <51159750+cvdub@users.noreply.github.com>
Commit: Jason Milkins <jasonm23@users.noreply.github.com>

    Add faces for diff-hl (#140)
    
    * Add faces for diff-hl
    
    * Add diff-hl to list of supported plugins in README
---
 README.md  | 1 +
 gruvbox.el | 5 +++++
 2 files changed, 6 insertions(+)

diff --git a/README.md b/README.md
index 0981ccef3c..13e65dd740 100644
--- a/README.md
+++ b/README.md
@@ -75,6 +75,7 @@ This theme contains custom support for the following features 
and plugins:
 - [Auto-dim-other-buffers](https://github.com/mina86/auto-dim-other-buffers.el)
 - Comint (and the like)
 - Company
+- [diff-hl](https://github.com/dgutov/diff-hl)
 - Diffs
 - Dired+
 - Elfeed
diff --git a/gruvbox.el b/gruvbox.el
index 96ad5d5917..971d966441 100644
--- a/gruvbox.el
+++ b/gruvbox.el
@@ -508,6 +508,11 @@ Should contain 2 %s constructs to allow for theme name and 
directory/prefix")
      (git-gutter-fr:added                       (:inherit 'git-gutter:added))
      (git-gutter-fr:deleted                     (:inherit 'git-gutter:deleted))
 
+     ;; diff-hl
+     (diff-hl-change (:background gruvbox-faded_blue :foreground 
gruvbox-faded_blue))
+     (diff-hl-delete (:background gruvbox-faded_red :foreground 
gruvbox-faded_red))
+     (diff-hl-insert (:background gruvbox-faded_green :foreground 
gruvbox-faded_green))
+
      ;; flyspell
      (flyspell-duplicate                        (:underline (:color 
gruvbox-light4 :style 'line)))
      (flyspell-incorrect                        (:underline (:color 
gruvbox-bright_red :style 'line)))



reply via email to

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