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

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

[nongnu] elpa/spacemacs-theme 40d971e3b3 193/336: Support Magit-reflog (


From: ELPA Syncer
Subject: [nongnu] elpa/spacemacs-theme 40d971e3b3 193/336: Support Magit-reflog (fix #73)
Date: Fri, 14 Jan 2022 10:59:34 -0500 (EST)

branch: elpa/spacemacs-theme
commit 40d971e3b35f497ba0c78f6aeacb9dd17f3fa9a5
Author: nashamri <designernasser@gmail.com>
Commit: nashamri <designernasser@gmail.com>

    Support Magit-reflog (fix #73)
    
    Thanks @duianto
---
 spacemacs-common.el | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/spacemacs-common.el b/spacemacs-common.el
index 22435b3526..4e4d28776b 100644
--- a/spacemacs-common.el
+++ b/spacemacs-common.el
@@ -518,6 +518,15 @@
      `(magit-process-ok ((,class (:foreground ,func :inherit bold))))
      `(magit-section-heading        ((,class (:foreground ,keyword :inherit 
bold))))
      `(magit-section-highlight      ((,class (:background ,bg2))))
+     `(magit-reflog-commit ((,class (:foreground ,green))))
+     `(magit-reflog-amend ((,class (:foreground ,magenta))))
+     `(magit-reflog-merge ((,class (:foreground ,green))))
+     `(magit-reflog-checkout ((,class (:foreground ,blue))))
+     `(magit-reflog-reset ((,class (:foreground ,red))))
+     `(magit-reflog-rebase ((,class (:foreground ,magenta))))
+     `(magit-reflog-cherry-pick ((,class (:foreground ,green))))
+     `(magit-reflog-remote ((,class (:foreground ,cyan))))
+     `(magit-reflog-other ((,class (:foreground ,cyan))))
      `(magit-section-title ((,class (:background ,bg1 :foreground ,keyword 
:inherit bold))))
 
 ;;;;; man



reply via email to

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