branch: elpa/apropospriate-theme
commit 871ef79273a81b2aef506206983c4f74c72fb8a8
Author: justin talbott <[email protected]>
Commit: justin talbott <[email protected]>
improve lsp-ui-doc styles, support orderless
---
README.md | 1 +
apropospriate.el | 8 ++++++--
2 files changed, 7 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index bff1693..5ccc587 100644
--- a/README.md
+++ b/README.md
@@ -108,3 +108,4 @@ Apropospriate supports all the usual `prog-mode` derived
packages as well as som
* Which Key Posframe
* Company Posframe
* Goggles
+* Orderless
diff --git a/apropospriate.el b/apropospriate.el
index 87e4706..f196108 100644
--- a/apropospriate.el
+++ b/apropospriate.el
@@ -208,8 +208,12 @@ 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))))
+ `(orderless-match-face-0 ((,class (:background ,blue))))
+ `(orderless-match-face-1 ((,class (:background ,purple))))
+ `(orderless-match-face-2 ((,class (:background ,green))))
+ `(orderless-match-face-3 ((,class (:background ,yellow))))
+ `(lsp-ui-doc-background ((,class (:background ,base00-2))))
+ `(lsp-ui-doc-header ((,class (:background ,base00-2 :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))))