branch: elpa/spacemacs-theme
commit 462ef2ac16ab8c51de21d5f3d2b1b6122b314391
Merge: 6b26508a60 5f3675a0a2
Author: Nasser Alshammari <[email protected]>
Commit: GitHub <[email protected]>
Merge pull request #175 from jordanwade90/lsp-mode
Add some lsp-mode faces
---
spacemacs-common.el | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/spacemacs-common.el b/spacemacs-common.el
index 868049a326..1229508278 100644
--- a/spacemacs-common.el
+++ b/spacemacs-common.el
@@ -623,6 +623,12 @@ to 'auto, tags may not be properly aligned. "
;;;;; linum-relative
`(linum-relative-current-face ((,class (:foreground ,comp))))
+;;;;; lsp
+ `(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
`(magit-blame-culprit ((,class :background ,yellow-bg :foreground
,yellow)))
`(magit-blame-date ((,class :background ,yellow-bg :foreground
,green)))