branch: elpa/apropospriate-theme
commit 88c243ec90c1df7918c463b5a7ec875d057e8999
Author: justin talbott <[email protected]>
Commit: justin talbott <[email protected]>
add lsp-mode faces
---
README.md | 1 +
apropospriate.el | 3 +++
2 files changed, 4 insertions(+)
diff --git a/README.md b/README.md
index aeee1c0..7093fd8 100644
--- a/README.md
+++ b/README.md
@@ -93,3 +93,4 @@ Apropospriate supports all the usual `prog-mode` derived
packages as well as som
* Counsel CSS
* Ivy Posframe
* Smerge
+* Lsp-mode
diff --git a/apropospriate.el b/apropospriate.el
index 77afa71..73c3f85 100644
--- a/apropospriate.el
+++ b/apropospriate.el
@@ -227,6 +227,9 @@ Set to `1.0' or nil to prevent font size manipulation."
`(tabbar-modified ((,class (:inherit tabbar-unselected))))
`(tabbar-selected ((,class (:inherit tabbar-button :box (:line-width 4
:color ,base00 :style nil)))))
`(tabbar-separator ((,class (:inherit tabbar-selected))))
+ `(lsp-face-highlight-read ((,class (:inherit highlight-symbol-face))))
+ `(lsp-face-highlight-textual ((,class (:inherit highlight-symbol-face))))
+ `(lsp-face-highlight-write ((,class (:inherit highlight-symbol-face
:background ,base00+2))))
`(ivy-posframe ((,class :background ,base00-1 :foreground ,base02)))
`(company-tooltip ((,class (:background ,base00-1 :foreground ,base02))))
`(company-tooltip-selection ((,class (:background ,base00-2 :foreground
,base03))))