branch: elpa/spacemacs-theme
commit fb2a88a604b0eb6bdeb02506733b947e155a9e64
Author: nashamri <[email protected]>
Commit: nashamri <[email protected]>

    Fix issue (#102) Support tide mode (typescript)
    
    Thanks @it6
---
 spacemacs-common.el | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/spacemacs-common.el b/spacemacs-common.el
index 0ffbae2179..41ee8416f8 100644
--- a/spacemacs-common.el
+++ b/spacemacs-common.el
@@ -775,6 +775,9 @@ to 'auto, tags may not be properly aligned. "
      `(term-color-white ((,class (:foreground ,base))))
      `(term-color-yellow ((,class (:foreground ,yellow))))
 
+;;;;; tide
+     `(tide-hl-identifier-face ((,class (:foreground ,yellow :background 
,yellow-bg))))
+
 ;;;;; treemacs
      `(treemacs-git-added-face ((,class (:foreground ,green :background 
,green-bg))))
      `(treemacs-git-conflict-face ((,class (:foreground ,red :background 
,red-bg))))

Reply via email to