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

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

[nongnu] elpa/inkpot-theme 0f289a3f46 062/104: Colors for diff-hl mode


From: ELPA Syncer
Subject: [nongnu] elpa/inkpot-theme 0f289a3f46 062/104: Colors for diff-hl mode
Date: Thu, 7 Jul 2022 12:01:14 -0400 (EDT)

branch: elpa/inkpot-theme
commit 0f289a3f465728ed41d532674166eef09ac7209b
Author: Campbell Barton <ideasman42@gmail.com>
Commit: Campbell Barton <ideasman42@gmail.com>

    Colors for diff-hl mode
---
 inkpot-theme.el | 8 +++++++-
 readme.rst      | 1 +
 2 files changed, 8 insertions(+), 1 deletion(-)

diff --git a/inkpot-theme.el b/inkpot-theme.el
index 7a2bba107d..609912ce6d 100644
--- a/inkpot-theme.el
+++ b/inkpot-theme.el
@@ -61,7 +61,7 @@
   '(show-paren-match-face ((t (:background "#4e4e8f"))))
   '(show-paren-match-expression ((t (:background "#2e2e3f"))))
   '(link ((t (:foreground "#ff8bff"))))
-  '(link-visited ((t (:foreground "#cb6ecbv")))) ;; Not a vim color, just a 
little darker.
+  '(link-visited ((t (:foreground "#cb6ecb")))) ;; Not a vim color, just a 
little darker.
 
   ;; white-space.
   '(whitespace-trailing ((nil (:background "#343443" :foreground nil))))
@@ -225,6 +225,12 @@
   ;; highlight-numbers (melpa).
   '(highlight-numbers-number ((t (:foreground "#f0ad6d"))))
 
+  ;; diff-hl (melpa)
+  ;; Use brighter colors to stand out from fringe.
+  '(diff-hl-insert ((t (:background "#306d30"))))
+  '(diff-hl-delete ((t (:background "#af4f4b"))))
+  '(diff-hl-change ((t (:background "#4e4e8f"))))
+
   ;; lsp-mode.
   '(lsp-face-highlight-read ((t (:background "#343443"))))
   '(lsp-face-highlight-write ((t (:background "#343443"))))
diff --git a/readme.rst b/readme.rst
index 42282a33a1..26cd0c1dca 100644
--- a/readme.rst
+++ b/readme.rst
@@ -49,6 +49,7 @@ Other:
 Plugins:
 
    - ``auto-complete``.
+   - ``diff-hl``
    - ``display-line-numbers``.
    - ``gnus``.
    - ``helm-mode``.



reply via email to

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