branch: elpa/spacemacs-theme
commit 6811b68da63905391fe4dee60ebed9e787688e5e
Author: nashamri <[email protected]>
Commit: nashamri <[email protected]>
Support lsp-mode
---
spacemacs-theme.el | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)
diff --git a/spacemacs-theme.el b/spacemacs-theme.el
index 8d533a0fd7..0e444b1f69 100644
--- a/spacemacs-theme.el
+++ b/spacemacs-theme.el
@@ -671,10 +671,14 @@ to `auto', tags may not be properly aligned. "
;;;;; linum-relative
`(linum-relative-current-face ((,class (:foreground ,comp))))
-;;;;; lsp
+;;;;; lsp-mode
+ `(lsp-face-highlight-read ((,class (:background ,yellow-bg))))
+ `(lsp-face-highlight-write ((,class (:background ,green-bg-s))))
+ `(lsp-face-highlight-textual ((,class (:background ,green-bg))))
+
+;;;;; lsp-ui
`(lsp-ui-doc-background ((,class (:background ,bg2))))
`(lsp-ui-doc-header ((,class (:foreground ,head1 :background ,head1-bg))))
-
`(lsp-ui-sideline-code-action ((,class (:foreground ,comp))))
;;;;; magit