branch: elpa/gruvbox-theme
commit 745e81553bc5d610ec236ecbfecf7b42dd9ae50a
Author: cvdub <[email protected]>
Commit: Jason Milkins <[email protected]>
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)))