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

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

[nongnu] elpa/gotham-theme b80562aaaf 052/214: Add magit


From: ELPA Syncer
Subject: [nongnu] elpa/gotham-theme b80562aaaf 052/214: Add magit
Date: Fri, 7 Jan 2022 17:58:40 -0500 (EST)

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

    Add magit
---
 gotham-theme.el | 63 +++++++++++++++++++++++++++------------------------------
 1 file changed, 30 insertions(+), 33 deletions(-)

diff --git a/gotham-theme.el b/gotham-theme.el
index 21aceaf828..9251266a4e 100644
--- a/gotham-theme.el
+++ b/gotham-theme.el
@@ -371,38 +371,35 @@ depending on DISPLAY for keys which are either 
:foreground or
    ;; (helm-time-zone-home)
    ;; (helm-visible-mark)
 
-   ;; FIXME magit
-   ;; (magit-cherry-equivalent)
-   ;; (magit-cherry-unmatched)
-   (magit-item-highlight :background base2)
-   ;; ;(magit-key-mode-args-face) ;(widget-field)
-   ;; (magit-log-author)
-   ;; (magit-log-date) ;empty
-   ;; (magit-log-graph)
-   ;; (magit-log-head-label-bisect-bad)
-   ;; (magit-log-head-label-bisect-good)
-   ;; (magit-log-head-label-bisect-skip)
-   ;; (magit-log-head-label-default)
-   ;; (magit-log-head-label-head)
-   ;; (magit-log-head-label-local)
-   ;; (magit-log-head-label-patches)
-   ;; (magit-log-head-label-remote)
-   ;; (magit-log-head-label-tags)
-   ;; (magit-log-head-label-wip)
-   ;; (magit-log-message) ;empty
-   ;; (magit-log-reflog-label-checkout)
-   ;; (magit-log-reflog-label-cherry-pick)
-   ;; (magit-log-reflog-label-commit)
-   ;; (magit-log-reflog-label-other)
-   ;; (magit-log-reflog-label-rebase)
-   ;; (magit-log-reflog-label-remote)
-   ;; (magit-log-reflog-label-reset)
-   ;; (magit-log-sha1)
-   ;; (magit-process-ng)
-   ;; (magit-process-ok)
-   ;; (magit-signature-bad)
-   ;; (magit-signature-good)
-   ;; (magit-signature-untrusted)
+   ;; magit
+   (magit-cherry-equivalent :foreground magenta)
+   (magit-cherry-unmatched :foreground cyan)
+   (magit-item-highlight :inherit highlight)
+   (magit-log-author :foreground orange)
+   (magit-log-graph :foreground base5)
+   (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))
+   (magit-log-head-label-default :background base4)
+   (magit-log-head-label-head :foreground yellow :background base1 :box t)
+   (magit-log-head-label-local :background base1 :box (:color cyan))
+   (magit-log-head-label-patches :foreground base2 :background orange :box 
(:color base6))
+   (magit-log-head-label-remote :background base1 :box (:color magenta))
+   (magit-log-head-label-tags :inherit magit-log-head-label-bisect-skip)
+   (magit-log-head-label-wip :foreground base4 :background base1 :box t)
+   (magit-log-reflog-label-checkout :background base1 :box t)
+   (magit-log-reflog-label-cherry-pick :inherit 
magit-log-head-label-bisect-good)
+   (magit-log-reflog-label-commit :foreground base2 :background base5 :box 
(:color base7))
+   (magit-log-reflog-label-other :inherit magit-log-head-label-wip)
+   (magit-log-reflog-label-rebase :foreground green :background base1 :box t)
+   (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)
 
    ;; markdown-mode
    (markdown-header-face-1 :background base2)
@@ -412,7 +409,7 @@ depending on DISPLAY for keys which are either :foreground 
or
    (markdown-header-face-5 :background base3)
    (markdown-header-face-6 :background base4)
 
-   ;; FIXME org-mode
+   ;; org-mode
    (org-agenda-dimmed-todo-face :inherit shadow)
    (org-agenda-done :foreground green)
    (org-agenda-restriction-lock :inherit highlight)



reply via email to

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