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

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

[nongnu] elpa/spacemacs-theme fb2a88a604 234/336: Fix issue (#102) Suppo


From: ELPA Syncer
Subject: [nongnu] elpa/spacemacs-theme fb2a88a604 234/336: Fix issue (#102) Support tide mode (typescript)
Date: Fri, 14 Jan 2022 10:59:40 -0500 (EST)

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

    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

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