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

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

[nongnu] elpa/gotham-theme f57af3ec78 108/214: add diff-hl support


From: ELPA Syncer
Subject: [nongnu] elpa/gotham-theme f57af3ec78 108/214: add diff-hl support
Date: Fri, 7 Jan 2022 17:58:46 -0500 (EST)

branch: elpa/gotham-theme
commit f57af3ec786ff0065733d0f0792bc06aea89f0e9
Author: Davor Rotim <rotim.davor@gmail.com>
Commit: Davor Rotim <rotim.davor@gmail.com>

    add diff-hl support
---
 gotham-theme.el | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/gotham-theme.el b/gotham-theme.el
index b370f057d5..70cf305575 100644
--- a/gotham-theme.el
+++ b/gotham-theme.el
@@ -413,6 +413,11 @@ depending on DISPLAY for keys which are either :foreground 
or
    (company-tooltip-mouse :foreground base7 :background base4)
    (company-tooltip-selection :foreground base7 :background base4)
 
+   ;; diff-hl
+   (diff-hl-change :background blue)
+   (diff-hl-delete-face :foreground red)
+   (diff-hl-insert :foreground orange)
+
    ;; ecb
    (ecb-default-highlight-face :background violet)
    (ecb-method-non-semantic-face :foreground orange)



reply via email to

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