Merge pull request #571 from jmorag/theme-selectrum

Theme selectrum in doom-themes-base
This commit is contained in:
Edmund Miller 2021-02-19 09:10:52 -06:00 committed by GitHub
commit 3fb14b4f82
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -715,6 +715,17 @@
;;;; ivy-posframe ;;;; ivy-posframe
(ivy-posframe :background (doom-darken bg-alt 0.2)) (ivy-posframe :background (doom-darken bg-alt 0.2))
(ivy-posframe-border :inherit 'internal-border) (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
(jabber-activity-face :foreground red :weight 'bold) (jabber-activity-face :foreground red :weight 'bold)
(jabber-activity-personal-face :foreground blue :weight 'bold) (jabber-activity-personal-face :foreground blue :weight 'bold)