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

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

[nongnu] elpa/ample-theme 02c50a6 084/137: git-gutter colors yay


From: ELPA Syncer
Subject: [nongnu] elpa/ample-theme 02c50a6 084/137: git-gutter colors yay
Date: Thu, 21 Oct 2021 18:00:22 -0400 (EDT)

branch: elpa/ample-theme
commit 02c50a6903c519e7c2c46b7e5cdfab35482f6f0b
Author: jordonbiondo <biondoj@mail.gvsu.edu>
Commit: jordonbiondo <biondoj@mail.gvsu.edu>

    git-gutter colors yay
---
 ample-theme.el | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/ample-theme.el b/ample-theme.el
index e9cc7cc..5c51e55 100644
--- a/ample-theme.el
+++ b/ample-theme.el
@@ -623,6 +623,12 @@
    ;;`(magit-valid-signature                   ((t (:foreground 
"PaleTurquoise" :background nil :bold t))))
    `(magit-whitespace-warning-face             ((t (:foreground ,ample/bg 
:background "white" :bold t))))
 
+   `(git-gutter:added     ((t (:foreground ,ample/green :background nil :bold 
t))))
+   `(git-gutter:deleted   ((t (:foreground ,ample/red :background nil :bold 
t))))
+   `(git-gutter:modified  ((t (:foreground ,ample/purple :background nil :bold 
t))))
+   `(git-gutter:separator ((t (:foreground ,ample/orange :background nil :bold 
t))))
+   `(git-gutter:unchanged ((t (:foreground ,ample/yellow :background nil))))
+
    ;; trailing whitespace
    `(trailing-whitespace ((t (:background "white" :bold t))))))
 



reply via email to

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