commit e076a291382828d6fef2787480c667f7a6f387af
parent c894c383e0376970f158b8b9a5243f14ed039b97
Author: Thomas Frössman <thomasf@jossystem.se>
Date: Thu, 9 Jan 2020 20:36:10 +0100
add faces for lsp-ui-doc
Diffstat:
1 file changed, 5 insertions(+), 0 deletions(-)
diff --git a/solarized-faces.el b/solarized-faces.el
@@ -1012,6 +1012,9 @@
;;;;; display-line-number-mode
`(line-number ((,class (:weight thin :underline nil :foreground ,s-fringe-fg :background ,s-fringe-bg))))
;;;;; lsp-ui
+ `(lsp-ui-doc-background ((,class (:background ,base03))))
+ `(lsp-ui-doc-header ((,class (:background ,yellow-1bg :foreground ,yellow-1fg))))
+ `(lsp-ui-doc-url ((,class (:inherit link))))
`(lsp-ui-sideline-code-action ((,class (:foreground ,yellow-1fg :background ,yellow-1bg :weight normal))))
`(lsp-ui-sideline-current-symbol ((,class (:foreground ,magenta :weight normal))))
`(lsp-ui-sideline-global ((,class (:underline ,s-line))))
@@ -2004,6 +2007,8 @@
,base03 ,base03))
`(hl-bg-colors '(,yellow-lc ,orange-lc ,red-lc ,magenta-lc
,violet-lc ,blue-lc ,cyan-lc ,green-lc))
+;;;;; lsp-mode
+ `(lsp-ui-doc-border ,base1)
;;;;; pos-tip
`(pos-tip-foreground-color ,base1)
`(pos-tip-background-color ,base02)