branch: elpa/dracula-theme
commit ffb2982dfe839960d8fbd5700b4828b4900e6a5a
Author: Romain <[email protected]>
Commit: Romain <[email protected]>

    Add diff-hl-mode faces
---
 dracula-theme.el | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/dracula-theme.el b/dracula-theme.el
index 2acc8cc..c66ca15 100644
--- a/dracula-theme.el
+++ b/dracula-theme.el
@@ -102,6 +102,10 @@
    `(company-tooltip-common-selection ((,class (:foreground ,str))))
    `(company-tooltip-mouse ((,class (:inherit highlight))))
    `(company-tooltip-selection ((,class (:background ,bg3 :foreground ,fg3))))
+   ;; diff-hl
+   `(diff-hl-change ((,class (:foreground ,rainbow-5 :background ,rainbow-5))))
+   `(diff-hl-delete ((,class (:foreground ,rainbow-9 :background ,rainbow-9))))
+   `(diff-hl-insert ((,class (:foreground ,rainbow-6 :background ,rainbow-6))))
    ;; enh-ruby
    `(enh-ruby-heredoc-delimiter-face ((,class (:foreground ,str))))
    `(enh-ruby-op-face ((,class (:foreground ,keyword))))

Reply via email to