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

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

[nongnu] elpa/ample-theme c8083e0 118/137: Add a few new magit faces


From: ELPA Syncer
Subject: [nongnu] elpa/ample-theme c8083e0 118/137: Add a few new magit faces
Date: Thu, 21 Oct 2021 18:00:30 -0400 (EDT)

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

    Add a few new magit faces
---
 ample-theme.el | 36 +++++++++++++++++++++---------------
 1 file changed, 21 insertions(+), 15 deletions(-)

diff --git a/ample-theme.el b/ample-theme.el
index 82c8aa1..9eb0044 100644
--- a/ample-theme.el
+++ b/ample-theme.el
@@ -612,21 +612,27 @@
 
    ;; 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-section-heading-selection   ((t (:foreground ,ample/lighter-blue))))
+   `(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-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-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-popup-argument              ((t (:foreground ,ample/red :inherit 
font-lock-warning-face))))
 
    ;; old
    `(magit-branch                              ((t (:foreground ,ample/orange 
:background nil))))



reply via email to

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