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

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

[elpa] externals/modus-vivendi-theme dbfffe9 27/73: Add explicit support


From: Stefan Monnier
Subject: [elpa] externals/modus-vivendi-theme dbfffe9 27/73: Add explicit support for git-rebase (Magit)
Date: Wed, 26 Aug 2020 09:20:56 -0400 (EDT)

branch: externals/modus-vivendi-theme
commit dbfffe919a8c10100bb60eb06170076bf27f6128
Author: Protesilaos Stavrou <info@protesilaos.com>
Commit: Protesilaos Stavrou <info@protesilaos.com>

    Add explicit support for git-rebase (Magit)
---
 README.org              | 1 +
 modus-operandi-theme.el | 6 ++++++
 modus-vivendi-theme.el  | 6 ++++++
 3 files changed, 13 insertions(+)

diff --git a/README.org b/README.org
index a460aca..d70bf1f 100644
--- a/README.org
+++ b/README.org
@@ -1059,6 +1059,7 @@ the "full support" may not be 100% true…
 + git-commit
 + git-gutter (and variants)
 + git-lens
++ git-rebase
 + git-timemachine
 + git-walktree
 + gnus
diff --git a/modus-operandi-theme.el b/modus-operandi-theme.el
index e19498f..025675b 100644
--- a/modus-operandi-theme.el
+++ b/modus-operandi-theme.el
@@ -169,6 +169,7 @@
 ;;     git-commit
 ;;     git-gutter (and variants)
 ;;     git-lens
+;;     git-rebase
 ;;     git-timemachine
 ;;     git-walktree
 ;;     gnus
@@ -2077,6 +2078,11 @@ Also bind `class' to ((class color) (min-colors 89))."
    `(git-commit-overlong-summary ((,class :inherit modus-theme-refine-yellow)))
    `(git-commit-pseudo-header ((,class :inherit bold :foreground ,fg-alt)))
    `(git-commit-summary ((,class :foreground ,magenta-alt-other)))
+;;;;; git-rebase
+   `(git-rebase-comment-hash ((,class :foreground ,fg-special-cold :slant 
,modus-theme-slant)))
+   `(git-rebase-comment-heading ((,class :inherit bold :foreground ,fg-dim 
:slant ,modus-theme-slant)))
+   `(git-rebase-description ((,class :foreground ,fg-main)))
+   `(git-rebase-hash ((,class :foreground ,cyan-alt-other)))
 ;;;;; git-gutter
    `(git-gutter:added ((,class :inherit modus-theme-fringe-green)))
    `(git-gutter:deleted ((,class :inherit modus-theme-fringe-red)))
diff --git a/modus-vivendi-theme.el b/modus-vivendi-theme.el
index 84789af..53ca3e1 100644
--- a/modus-vivendi-theme.el
+++ b/modus-vivendi-theme.el
@@ -169,6 +169,7 @@
 ;;     git-commit
 ;;     git-gutter (and variants)
 ;;     git-lens
+;;     git-rebase
 ;;     git-timemachine
 ;;     git-walktree
 ;;     gnus
@@ -2102,6 +2103,11 @@ Also bind `class' to ((class color) (min-colors 89))."
    `(git-lens-header ((,class :inherit bold :height 1.1 :foreground ,cyan)))
    `(git-lens-modified ((,class :inherit bold :foreground ,yellow)))
    `(git-lens-renamed ((,class :inherit bold :foreground ,magenta)))
+;;;;; git-rebase
+   `(git-rebase-comment-hash ((,class :foreground ,fg-special-cold :slant 
,modus-theme-slant)))
+   `(git-rebase-comment-heading ((,class :inherit bold :foreground ,fg-dim 
:slant ,modus-theme-slant)))
+   `(git-rebase-description ((,class :foreground ,fg-main)))
+   `(git-rebase-hash ((,class :foreground ,cyan-alt-other)))
 ;;;;; git-timemachine
    `(git-timemachine-commit ((,class :inherit bold :foreground 
,yellow-active)))
    `(git-timemachine-minibuffer-author-face ((,class :foreground 
,fg-special-warm)))



reply via email to

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