branch: elpa/spacemacs-theme
commit 2e65aa9a13539543725097124284500c13629886
Author: Jordan Wade <[email protected]>
Commit: Jordan Wade <[email protected]>
Add lsp-ui-sideline faces
See #143
---
spacemacs-common.el | 3 +++
1 file changed, 3 insertions(+)
diff --git a/spacemacs-common.el b/spacemacs-common.el
index 868049a326..a8fdfda489 100644
--- a/spacemacs-common.el
+++ b/spacemacs-common.el
@@ -623,6 +623,9 @@ to 'auto, tags may not be properly aligned. "
;;;;; linum-relative
`(linum-relative-current-face ((,class (:foreground ,comp))))
+;;;;; lsp
+ `(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)))