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

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

[nongnu] elpa/gotham-theme 62754f8d0e 088/214: Add faces for Magit 2.1


From: ELPA Syncer
Subject: [nongnu] elpa/gotham-theme 62754f8d0e 088/214: Add faces for Magit 2.1
Date: Fri, 7 Jan 2022 17:58:44 -0500 (EST)

branch: elpa/gotham-theme
commit 62754f8d0e59742f17e351842690cf832c9279d9
Author: Vasilij Schneidermann <v.schneidermann@gmail.com>
Commit: Vasilij Schneidermann <v.schneidermann@gmail.com>

    Add faces for Magit 2.1
    
    Closes #16
---
 gotham-theme.el | 58 ++++++++++++++++++++++++++++++++++++++++++++++++++-------
 1 file changed, 51 insertions(+), 7 deletions(-)

diff --git a/gotham-theme.el b/gotham-theme.el
index 8c1bc817b1..3b7b71ba34 100644
--- a/gotham-theme.el
+++ b/gotham-theme.el
@@ -498,12 +498,61 @@ depending on DISPLAY for keys which are either 
:foreground or
    (lui-highlight-face :foreground base7 :weight bold)
    (lui-time-stamp-face :foreground magenta :weight bold)
 
-   ;; magit
+   ;; magit 2.1
+   (magit-bisect-bad :foreground base1 :background red :box (:color base6))
+   (magit-bisect-good :foreground base2 :background green :box (:color base7))
+   (magit-bisect-skip :foreground base2 :background yellow :box (:color base7))
+   (magit-blame-heading :inherit header-line)
+   (magit-branch-local :foreground base6)
+   (magit-branch-remote :foreground green)
    (magit-cherry-equivalent :foreground magenta)
    (magit-cherry-unmatched :foreground cyan)
-   (magit-item-highlight :inherit highlight)
+   (magit-diff-added :foreground green)
+   (magit-diff-added-highlight :foreground green :weight bold)
+   (magit-diff-base :foreground blue)
+   (magit-diff-base-highlight :foreground blue :weight bold)
+   (magit-diff-context :background base1)
+   (magit-diff-context-highlight :background base1 :weight bold)
+   (magit-diff-file-heading-selection :foreground orange :inherit 
magit-diff-file-heading-highlight)
+   (magit-diff-hunk-heading :background base2)
+   (magit-diff-hunk-heading-highlight :background base2 :weight bold)
+   (magit-diff-hunk-heading-selection :foreground orange :inherit 
magit-diff-hunk-heading-highlight)
+   (magit-diff-lines-heading :foreground base2 :background orange)
+   (magit-diff-removed :foreground red)
+   (magit-diff-removed-highlight :foreground red :weight bold)
+   (magit-diffstat-added :foreground green)
+   (magit-diffstat-removed :foreground red)
+   (magit-dimmed :inherit shadow)
+   (magit-hash :foreground base5)
    (magit-log-author :foreground orange)
+   (magit-log-date :foreground magenta)
    (magit-log-graph :foreground base5)
+   (magit-process-ng :foreground red)
+   (magit-process-ok :foreground green)
+   (magit-reflog-amend :foreground magenta)
+   (magit-reflog-checkout :foreground base5)
+   (magit-reflog-cherry-pick :foreground green)
+   (magit-reflog-commit :foreground green)
+   (magit-reflog-merge :foreground green)
+   (magit-reflog-other :foreground cyan)
+   (magit-reflog-rebase :foreground magenta)
+   (magit-reflog-remote :foreground cyan)
+   (magit-reflog-reset :foreground red)
+   (magit-refname :foreground violet)
+   (magit-section-heading :foreground yellow :weight bold)
+   (magit-section-heading-selection :foreground orange :weight bold)
+   (magit-section-highlight :background base2)
+   (magit-sequence-drop :foreground red)
+   (magit-sequence-head :foreground base5)
+   (magit-sequence-part :foreground yellow)
+   (magit-sequence-stop :foreground green)
+   (magit-signature-bad :foreground red)
+   (magit-signature-good :foreground green)
+   (magit-signature-untrusted :foreground cyan)
+   (magit-tag :foreground yellow)
+
+   ;; magit 1.4
+   (magit-item-highlight :inherit highlight)
    (magit-log-head-label-bisect-bad :foreground base1 :background red :box 
(:color base6))
    (magit-log-head-label-bisect-good :foreground base2 :background green :box 
(:color base7))
    (magit-log-head-label-bisect-skip :foreground base2 :background yellow :box 
(:color base7))
@@ -522,11 +571,6 @@ depending on DISPLAY for keys which are either :foreground 
or
    (magit-log-reflog-label-remote :background base1 :box t)
    (magit-log-reflog-label-reset :inherit magit-log-head-label-bisect-bad)
    (magit-log-sha1 :foreground orange)
-   (magit-process-ng :foreground red)
-   (magit-process-ok :foreground green)
-   (magit-signature-bad :foreground red)
-   (magit-signature-good :foreground green)
-   (magit-signature-untrusted :foreground cyan)
    (git-rebase-hash :foreground orange)
 
    ;; markdown-mode



reply via email to

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