From ccb2d7a70374a424da15799d8d17c3f20531e5b9 Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Tue, 19 Jul 2022 00:30:14 +0100 Subject: [PATCH] feat(theme): tweak completion related faces Remove face overrides for oderless, vertico and selectrum. The defaults from doom-themes are actually pretty nice once I gave them a chance :P Also customize the built-in completions-common-part face so it matches doom-themes' setup for orderless. --- themes/siren-doom-themes-overrides-theme.el | 27 ++++----------------- 1 file changed, 5 insertions(+), 22 deletions(-) diff --git a/themes/siren-doom-themes-overrides-theme.el b/themes/siren-doom-themes-overrides-theme.el index b961ff9..2cf7ea4 100644 --- a/themes/siren-doom-themes-overrides-theme.el +++ b/themes/siren-doom-themes-overrides-theme.el @@ -25,6 +25,11 @@ (if window-system 0.4 0)))) '(font-lock-comment-face :foreground (doom-lighten comments 0.15)) + ;; built-in completion faces, based on doom-themes' defaults for orderless + '(completions-common-part :weight 'bold + :foreground (doom-blend blue fg 0.6) + :background (doom-blend blue bg 0.1)) + ;; whitespace-mode '(whitespace-tab :foreground (doom-color base4) :background (doom-color bg)) @@ -130,28 +135,6 @@ '(siren-treemacs-line-highlight :background (doom-blend violet bg 0.2) :extend t) - ;; selectrum - '(selectrum-current-candidate :background (doom-blend violet bg 0.2) - :foreground (doom-blend violet fg 0.3) - :distant-foreground nil - :extend t) - '(selectrum-prescient-primary-highlight :foreground (doom-lighten magenta 0.15) - :weight 'light) - '(selectrum-prescient-secondary-highlight :foreground (doom-blend magenta red 0.6) - :weight 'bold) - - ;; vertico - '(vertico-current :background (doom-blend violet bg 0.2) - :foreground (doom-blend violet fg 0.3) - :distant-foreground nil - :extend t) - - ;; orderless - '(orderless-match-face-0 :foreground (doom-lighten magenta 0.15)) - '(orderless-match-face-1 :foreground (doom-lighten magenta 0.3)) - '(orderless-match-face-2 :foreground (doom-blend magenta red 0.4)) - '(orderless-match-face-3 :foreground (doom-blend magenta red 0.7)) - ;; solaire-mode '(solaire-hl-line-face :inherit 'hl-line :background (doom-blend region bg-alt 0.35)