branch: elpa/spacemacs-theme
commit ce45974252536af726e67515271186f92d47e3cc
Author: nashamri <[email protected]>
Commit: nashamri <[email protected]>
Support treemacs
---
spacemacs-common.el | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/spacemacs-common.el b/spacemacs-common.el
index aabad329f0..de3310a78a 100644
--- a/spacemacs-common.el
+++ b/spacemacs-common.el
@@ -770,6 +770,13 @@ to 'auto, tags may not be properly aligned. "
`(term-color-white ((,class (:foreground ,base))))
`(term-color-yellow ((,class (:foreground ,yellow))))
+;;;;; treemacs
+ `(treemacs-git-added-face ((,class (:foreground ,green :background
,green-bg))))
+ `(treemacs-git-conflict-face ((,class (:foreground ,red :background
,red-bg))))
+ `(treemacs-git-ignored-face ((,class (:foreground ,yellow))))
+ `(treemacs-git-modified-face ((,class (:foreground ,blue :background
,blue-bg))))
+ `(treemacs-git-untracked-face ((,class (:foreground ,aqua :background
,aqua-bg))))
+
;;;;; web-mode
`(web-mode-builtin-face ((,class (:inherit ,font-lock-builtin-face))))
`(web-mode-comment-face ((,class (:inherit ,font-lock-comment-face))))