branch: elpa/spacemacs-theme commit 80b00f65ba5b06c573c7bf3f8528800150270c84 Author: nashamri <designernas...@gmail.com> Commit: nashamri <designernas...@gmail.com>
corfu support --- spacemacs-theme.el | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/spacemacs-theme.el b/spacemacs-theme.el index d81e03a5b9..65f5eb88d5 100644 --- a/spacemacs-theme.el +++ b/spacemacs-theme.el @@ -171,6 +171,7 @@ to 'auto, tags may not be properly aligned. " ;;;;; basics `(completions-common-part ((,class (:foreground ,keyword :weight bold)))) + `(completions-annotations ((,class (:foreground ,base-dim :italic nil)))) `(cursor ((,class (:background ,cursor)))) `(custom-button ((,class :background ,bg2 :foreground ,base :box (:line-width 2 :style released-button)))) `(default ((,class (:background ,bg1 :foreground ,base)))) @@ -305,6 +306,11 @@ to 'auto, tags may not be properly aligned. " `(company-tooltip-search ((,class (:inherit match)))) `(company-tooltip-selection ((,class (:background ,ttip-sl :foreground ,base)))) +;;;;; corfu + `(corfu-annotations ((,class (:foreground ,var :italic nil)))) + `(corfu-default ((,class (:background ,ttip-bg :foreground ,ttip)))) + `(corfu-current ((,class (:background ,ttip-sl :foreground ,base)))) + ;;;;; diff `(diff-added ((,class :background unspecified :foreground ,green :extend t))) `(diff-changed ((,class :background unspecified :foreground ,blue)))