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

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

[nongnu] elpa/ample-theme ab3bdaa 126/137: Add more magit faces


From: ELPA Syncer
Subject: [nongnu] elpa/ample-theme ab3bdaa 126/137: Add more magit faces
Date: Thu, 21 Oct 2021 18:00:31 -0400 (EDT)

branch: elpa/ample-theme
commit ab3bdaa99dda8ac86a8be44162ac0f2374392950
Author: Fice T <fice-t@protonmail.com>
Commit: jordonbiondo <jordonbiondo@gmail.com>

    Add more magit faces
---
 ample-theme.el | 35 ++++++++++++++++++++++++++++++++---
 1 file changed, 32 insertions(+), 3 deletions(-)

diff --git a/ample-theme.el b/ample-theme.el
index 22710f3..18b14f6 100644
--- a/ample-theme.el
+++ b/ample-theme.el
@@ -633,7 +633,12 @@
    `(magit-diff-file-heading-selection ((t (:foreground ,ample/lighter-blue 
:inherit magit-diff-file-heading-highlight))))
    `(magit-diff-hunk-heading-selection ((t (:foreground ,ample/lighter-blue 
:inherit magit-diff-hunk-heading-highlight))))
    `(magit-diff-lines-heading          ((t (:background ,ample/light-blue 
:foreground ,ample/bg))))
+   `(magit-diffstat-added              ((t (:background nil :foreground 
,ample/green))))
+   `(magit-diffstat-removed            ((t (:background nil :foreground 
,ample/red))))
 
+   `(magit-bisect-bad                  ((t (:foreground ,ample/red))))
+   `(magit-bisect-good                 ((t (:foreground ,ample/green))))
+   `(magit-bisect-skip                 ((t (:foreground ,ample/orange))))
    `(magit-blame-date                  ((t (:foreground ,ample/purple 
:background "grey25"))))
    `(magit-blame-hash                  ((t (:foreground ,ample/purple 
:background "grey25"))))
    `(magit-blame-heading               ((t (:foreground ,ample/blue 
:background "grey25"))))
@@ -641,11 +646,35 @@
    `(magit-blame-summary               ((t (:foreground ,ample/blue 
:background "grey25"))))
 
    `(magit-popup-argument              ((t (:foreground ,ample/red :inherit 
font-lock-warning-face))))
+   `(magit-process-ng                  ((t (:foreground ,ample/red :bold t))))
+   `(magit-process-ok                  ((t (:foreground ,ample/green))))
+
+   `(magit-reflog-amend                ((t (:foreground ,ample/orange))))
+   `(magit-reflog-checkout             ((t (:foreground ,ample/blue))))
+   `(magit-reflog-cherry-pick          ((t (:foreground ,ample/green))))
+   `(magit-reflog-commit               ((t (:foreground ,ample/green))))
+   `(magit-reflog-merge                ((t (:foreground ,ample/green))))
+   `(magit-reflog-other                ((t (:foreground ,ample/light-blue))))
+   `(magit-reflog-rebase               ((t (:foreground ,ample/orange))))
+   `(magit-reflog-remote               ((t (:foreground ,ample/light-blue))))
+   `(magit-reflog-reset                ((t (:foreground ,ample/red))))
+
+   `(magit-sequence-head               ((t (:foreground ,ample/light-blue))))
+   `(magit-sequence-part               ((t (:foreground ,ample/orange))))
+   `(magit-sequence-stop               ((t (:foreground ,ample/green))))
+
+   ;;`(magit-signature-bad             ((t (:foreground "red" :bold t))))
+   `(magit-signature-error             ((t (:foreground ,ample/red))))
+   ;;`(magit-signature-expired         ((t (:foreground "orange"))))
+   ;;`(magit-signature-expired-key     ((t (:inherit 
magit-signature-expired))))
+   `(magit-signature-good              ((t (:foreground ,ample/green))))
+   `(magit-signature-revoked           ((t (:foreground ,ample/purple))))
+   `(magit-signature-untrusted         ((t (:foreground ,ample/light-blue))))
 
    ;; old
    `(magit-branch                              ((t (:foreground ,ample/orange 
:background nil))))
-   ;;`(magit-cherry-equivalent                 ((t (:foreground "cyan" 
:background nil))))
-   ;;`(magit-cherry-unmatched                  ((t (:foreground "magenta" 
:background nil))))
+   `(magit-cherry-equivalent                   ((t (:foreground ,ample/green 
:background nil))))
+   `(magit-cherry-unmatched                    ((t (:foreground 
,ample/light-blue :background nil))))
    `(magit-diff-add                            ((t (:foreground nil 
:background ,ample/dark-green))))
    `(magit-diff-del                            ((t (:foreground nil 
:background ,ample/dark-red))))
    `(magit-diff-file-header                    ((t (:foreground ,ample/bg 
:background ,ample/blue :bold t))))
@@ -664,7 +693,7 @@
    ;;`(magit-key-mode-switch-face              ((t (:foreground "red" 
:background nil :bold t))))
    `(magit-log-author                          ((t (:foreground ,ample/red 
:background nil))))
    `(magit-log-author-date-cutoff              ((t (:foreground ,ample/red 
:background nil :bold t))))
-   `(magit-log-date                            ((t (:foreground nil 
:background nil))))
+   `(magit-log-date                            ((t (:foreground ,ample/blue 
:background nil))))
    `(magit-log-graph                           ((t (:foreground "grey80" 
:background nil))))
    ;;`(magit-log-head-label-bisect-bad         ((t (:foreground "IndianRed4" 
:background "IndianRed1"))))
    ;;`(magit-log-head-label-bisect-good                ((t (:foreground "dark 
olive green" :background "light green"))))



reply via email to

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