From a5f2a214b81279d8b6ba5968ab56a90a417b5d8e Mon Sep 17 00:00:00 2001 From: Joseph Morag Date: Thu, 18 Feb 2021 16:43:39 -0500 Subject: [PATCH] Theme selectrum in doom-themes-base --- doom-themes-base.el | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/doom-themes-base.el b/doom-themes-base.el index 724c111..81e1639 100644 --- a/doom-themes-base.el +++ b/doom-themes-base.el @@ -715,6 +715,17 @@ ;;;; ivy-posframe (ivy-posframe :background (doom-darken bg-alt 0.2)) (ivy-posframe-border :inherit 'internal-border) + + ;;;; selectrum + (selectrum-current-candidate :background region :distant-foreground nil :extend t) + (selectrum-primary-highlight + :background nil + :foreground (doom-lighten grey 0.14) + :weight 'light) + (selectrum-secondary-highlight + :inherit 'selectrum-primary-highlight + :foreground magenta :background base1 :weight 'semi-bold) + ;;;; jabber (jabber-activity-face :foreground red :weight 'bold) (jabber-activity-personal-face :foreground blue :weight 'bold)