branch: externals/modus-operandi-theme
commit 2e88ffa680e2d3eb6394385c2a4b5644533f19a5
Author: Protesilaos Stavrou <[email protected]>
Commit: Protesilaos Stavrou <[email protected]>
Add support for GIT-WALKTREE
---
README.org | 1 +
modus-operandi-theme.el | 5 +++++
modus-vivendi-theme.el | 5 +++++
3 files changed, 11 insertions(+)
diff --git a/README.org b/README.org
index 5eb59d8..d95ed3f 100644
--- a/README.org
+++ b/README.org
@@ -266,6 +266,7 @@ the "full support" may not be 100% true…
+ git-gutter (and variants)
+ git-lens
+ git-timemachine
++ git-walktree
+ gnus
+ helm* (also see [[#h:e4408911-e186-4825-bd4f-4d0ea55cd6d6][section below on
Helm's grep-related functions]])
+ helm-ls-git
diff --git a/modus-operandi-theme.el b/modus-operandi-theme.el
index 409295d..adf2dfe 100644
--- a/modus-operandi-theme.el
+++ b/modus-operandi-theme.el
@@ -143,6 +143,7 @@
;; git-gutter (and variants)
;; git-lens
;; git-timemachine
+;; git-walktree
;; gnus
;; helm
;; helm-ls-git
@@ -1429,6 +1430,10 @@ between foreground and background is >= 7:1)."
`(git-timemachine-commit ((,class (:foreground ,yellow-active :weight
bold))))
`(git-timemachine-minibuffer-author-face ((,class (:foreground
,fg-special-warm))))
`(git-timemachine-minibuffer-detail-face ((,class (:foreground ,red-alt))))
+ ;;;; git-walktree
+ `(git-walktree-commit-face ((,class (:foreground ,yellow))))
+ `(git-walktree-symlink-face ((,class (:foreground ,cyan :underline t))))
+ `(git-walktree-tree-face ((,class (:foreground ,magenta))))
;;;; gnus
`(gnus-button ((,class (:inherit button))))
`(gnus-cite-1 ((,class (:foreground ,blue-alt))))
diff --git a/modus-vivendi-theme.el b/modus-vivendi-theme.el
index 423cf01..4f1e962 100644
--- a/modus-vivendi-theme.el
+++ b/modus-vivendi-theme.el
@@ -143,6 +143,7 @@
;; git-gutter (and variants)
;; git-lens
;; git-timemachine
+;; git-walktree
;; gnus
;; helm
;; helm-ls-git
@@ -1429,6 +1430,10 @@ between foreground and background is >= 7:1)."
`(git-timemachine-commit ((,class (:foreground ,yellow-active :weight
bold))))
`(git-timemachine-minibuffer-author-face ((,class (:foreground
,fg-special-warm))))
`(git-timemachine-minibuffer-detail-face ((,class (:foreground ,red-alt))))
+ ;;;; git-walktree
+ `(git-walktree-commit-face ((,class (:foreground ,yellow))))
+ `(git-walktree-symlink-face ((,class (:foreground ,cyan :underline t))))
+ `(git-walktree-tree-face ((,class (:foreground ,magenta))))
;;;; gnus
`(gnus-button ((,class (:inherit button))))
`(gnus-cite-1 ((,class (:foreground ,blue-alt))))