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

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

[nongnu] elpa/ample-theme fa38f80 113/137: clean up new magit stuff


From: ELPA Syncer
Subject: [nongnu] elpa/ample-theme fa38f80 113/137: clean up new magit stuff
Date: Thu, 21 Oct 2021 18:00:29 -0400 (EDT)

branch: elpa/ample-theme
commit fa38f80a33f852f10a7327fd06478521f1f05f23
Author: jordonbiondo <jordonbiondo@gmail.com>
Commit: jordonbiondo <jordonbiondo@gmail.com>

    clean up new magit stuff
---
 ample-flat-theme.el | 30 +++++++++++++++---------------
 ample-theme.el      | 30 +++++++++++++++---------------
 2 files changed, 30 insertions(+), 30 deletions(-)

diff --git a/ample-flat-theme.el b/ample-flat-theme.el
index c770450..9524ed2 100644
--- a/ample-flat-theme.el
+++ b/ample-flat-theme.el
@@ -620,21 +620,21 @@
 
    ;; magit
    ;; new
-   `(magit-section-heading ((t (:foreground ,ample/blue, :background nil))))
-   `(magit-hash    ((t (:foreground ,ample/purple :background nil))))
-   `(magit-branch-local    ((t (:foreground ,ample/orange :background nil))))
-   `(magit-branch-remote    ((t (:foreground ,ample/yellow :background nil))))
-
-   `(magit-diff-added-highlight    ((t (:background ,ample/region :foreground 
,ample/green))))
-   `(magit-diff-removed-highlight  ((t (:background ,ample/region :foreground 
,ample/red))))
-   `(magit-diff-added ((t (:background nil :foreground ,ample/green))))
-   `(magit-diff-removed ((t (:background nil :foreground ,ample/red))))
-
-   `(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"))))
-   `(magit-blame-name  ((t (:foreground ,ample/green :background "grey25"))))
-   `(magit-blame-summary  ((t (:foreground ,ample/blue :background "grey25"))))
+   `(magit-section-heading        ((t (:foreground ,ample/blue, :background 
nil))))
+   `(magit-hash                   ((t (:foreground ,ample/purple :background 
nil))))
+   `(magit-branch-local           ((t (:foreground ,ample/orange :background 
nil))))
+   `(magit-branch-remote          ((t (:foreground ,ample/yellow :background 
nil))))
+
+   `(magit-diff-added-highlight   ((t (:background ,ample/region :foreground 
,ample/green))))
+   `(magit-diff-removed-highlight ((t (:background ,ample/region :foreground 
,ample/red))))
+   `(magit-diff-added             ((t (:background nil :foreground 
,ample/green))))
+   `(magit-diff-removed           ((t (:background nil :foreground 
,ample/red))))
+
+   `(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"))))
+   `(magit-blame-name             ((t (:foreground ,ample/green :background 
"grey25"))))
+   `(magit-blame-summary          ((t (:foreground ,ample/blue :background 
"grey25"))))
 
    ;; old
    `(magit-branch    ((t (:foreground ,ample/orange :background nil))))
diff --git a/ample-theme.el b/ample-theme.el
index 839afae..b9213e2 100644
--- a/ample-theme.el
+++ b/ample-theme.el
@@ -611,21 +611,21 @@
 
    ;; magit
    ;; new
-   `(magit-section-heading ((t (:foreground ,ample/blue, :background nil))))
-   `(magit-hash    ((t (:foreground ,ample/purple :background nil))))
-   `(magit-branch-local    ((t (:foreground ,ample/orange :background nil))))
-   `(magit-branch-remote    ((t (:foreground ,ample/yellow :background nil))))
-
-   `(magit-diff-added-highlight    ((t (:background ,ample/region :foreground 
,ample/green))))
-   `(magit-diff-removed-highlight  ((t (:background ,ample/region :foreground 
,ample/red))))
-   `(magit-diff-added ((t (:background nil :foreground ,ample/green))))
-   `(magit-diff-removed ((t (:background nil :foreground ,ample/red))))
-
-   `(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"))))
-   `(magit-blame-name  ((t (:foreground ,ample/green :background "grey25"))))
-   `(magit-blame-summary  ((t (:foreground ,ample/blue :background "grey25"))))
+   `(magit-section-heading        ((t (:foreground ,ample/blue, :background 
nil))))
+   `(magit-hash                   ((t (:foreground ,ample/purple :background 
nil))))
+   `(magit-branch-local           ((t (:foreground ,ample/orange :background 
nil))))
+   `(magit-branch-remote          ((t (:foreground ,ample/yellow :background 
nil))))
+
+   `(magit-diff-added-highlight   ((t (:background ,ample/region :foreground 
,ample/green))))
+   `(magit-diff-removed-highlight ((t (:background ,ample/region :foreground 
,ample/red))))
+   `(magit-diff-added             ((t (:background nil :foreground 
,ample/green))))
+   `(magit-diff-removed           ((t (:background nil :foreground 
,ample/red))))
+
+   `(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"))))
+   `(magit-blame-name             ((t (:foreground ,ample/green :background 
"grey25"))))
+   `(magit-blame-summary          ((t (:foreground ,ample/blue :background 
"grey25"))))
 
    ;; old
    `(magit-branch                              ((t (:foreground ,ample/orange 
:background nil))))



reply via email to

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