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

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

[nongnu] elpa/spacemacs-theme ce45974252 223/336: Support treemacs


From: ELPA Syncer
Subject: [nongnu] elpa/spacemacs-theme ce45974252 223/336: Support treemacs
Date: Fri, 14 Jan 2022 10:59:39 -0500 (EST)

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

    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))))



reply via email to

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