branch: elpa/apropospriate-theme
commit 3b63203f9e5bc080f8c4ccebac9002d94b1b684e
Author: justin talbott <[email protected]>
Commit: justin talbott <[email protected]>
add `lsp-ui` support
---
README.md | 1 +
apropospriate.el | 13 +++++++++++++
2 files changed, 14 insertions(+)
diff --git a/README.md b/README.md
index ebe5d10..cc328cb 100644
--- a/README.md
+++ b/README.md
@@ -94,4 +94,5 @@ Apropospriate supports all the usual `prog-mode` derived
packages as well as som
* Ivy Posframe
* Smerge
* Lsp-mode
+* Lsp-UI-mode
* Grizzl
diff --git a/apropospriate.el b/apropospriate.el
index 68c7da7..8419c7b 100644
--- a/apropospriate.el
+++ b/apropospriate.el
@@ -197,6 +197,19 @@ Set to `1.0' or nil to prevent font size manipulation."
`(ido-virtual ((,class (:foreground ,cyan))))
`(ido-vertical-match-face ((,class (:foreground ,yellow))))
`(grizzl-selection-face ((,class (:inherit match))))
+ `(lsp-ui-doc-background ((,class (:background ,base00-1))))
+ `(lsp-ui-doc-header ((,class (:background ,base00-1 :foreground
,purple))))
+ `(lsp-ui-sideline-symbol ((,class (:background ,base00-1 :foreground
,base03 :box nil))))
+ `(lsp-ui-sideline-current-symbol ((,class (:background ,base00-1
:foreground ,purple :box nil))))
+ `(lsp-ui-sideline-code-action ((,class (:background ,base00-1 :foreground
,base02))))
+ `(lsp-ui-sideline-symbol-info ((,class (:background ,base00-1 :foreground
,base02))))
+ `(lsp-ui-peek-peek ((,class (:background ,base00-1))))
+ `(lsp-ui-peek-list ((,class (:background ,base00-1))))
+ `(lsp-ui-peek-filename ((,class (:background ,base03))))
+ `(lsp-ui-peek-line-number ((,class (:background ,base02))))
+ `(lsp-ui-peek-highlight ((,class (:background ,base00+1 :foreground
,light-emphasis))))
+ `(lsp-ui-peek-header ((,class (:background ,base00-1 :foreground
,light-emphasis))))
+ `(lsp-ui-peek-selection ((,class (:background ,base00-1 :inherit
secondary-selection))))
`(ivy-current-match ((,class (:foreground unspecified :background
,light-emphasis))))
`(ivy-confirm-face ((,class (:foreground ,green))))
`(ivy-match-required-face ((,class (:foreground ,red))))