branch: elpa/apropospriate-theme
commit a21c143b7cc92a0d8402955d079fc78c4140c2ff
Author: justin talbott <[email protected]>
Commit: justin talbott <[email protected]>
update orderless styles
---
apropospriate.el | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/apropospriate.el b/apropospriate.el
index f196108..147474e 100644
--- a/apropospriate.el
+++ b/apropospriate.el
@@ -208,10 +208,10 @@ 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))))
- `(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))))
+ `(orderless-match-face-0 ((,class (:foreground ,blue :background
,base00-1 :weight bold))))
+ `(orderless-match-face-1 ((,class (:foreground ,purple :background
,base00-1 :weight bold))))
+ `(orderless-match-face-2 ((,class (:foreground ,green :background
,base00-1 :weight bold))))
+ `(orderless-match-face-3 ((,class (:foreground ,yellow :background
,base00-1 :weight bold))))
`(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))))