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

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

[nongnu] elpa/gotham-theme 3e3bbbbeea 032/214: Add diff


From: ELPA Syncer
Subject: [nongnu] elpa/gotham-theme 3e3bbbbeea 032/214: Add diff
Date: Fri, 7 Jan 2022 17:58:38 -0500 (EST)

branch: elpa/gotham-theme
commit 3e3bbbbeea010ad09ebbcd7a4fe57ed6349ead92
Author: Vasilij Schneidermann <v.schneidermann@gmail.com>
Commit: Vasilij Schneidermann <v.schneidermann@gmail.com>

    Add diff
---
 gotham-theme.el | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/gotham-theme.el b/gotham-theme.el
index 5b9a7507cb..7509e9e61e 100644
--- a/gotham-theme.el
+++ b/gotham-theme.el
@@ -177,6 +177,16 @@ depending on DISPLAY for keys which are either :foreground 
or
    (compilation-mode-line-fail :foreground unspecified :inherit 
compilation-error)
    (compilation-mode-line-exit :foreground unspecified :inherit 
compilation-info)
 
+   ;;diff
+   (diff-added :foreground green)
+   (diff-changed :foreground cyan)
+   (diff-header :foreground yellow)
+   (diff-file-header :weight bold)
+   (diff-refine-added :weight bold)
+   (diff-refine-change :weight bold)
+   (diff-refine-removed :weight bold)
+   (diff-removed :foreground red)
+
    ;; eshell
    (eshell-prompt :foreground yellow :weight bold)
    (eshell-ls-archive :foreground magenta)



reply via email to

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