Add vertico and orderless faces to theme
This commit is contained in:
parent
ad011f7ac4
commit
9036f47c95
@ -1,6 +1,6 @@
|
||||
;;; jdormit-doom-solarized-light-theme.el --- inspired by Atom One Dark -*- no-byte-compile: t; -*-
|
||||
|
||||
;;; A fork of doom-solarized-light-theme that adds support for Selectrum
|
||||
;;; A fork of doom-solarized-light-theme that adds support for Selectrum, Vertico, and Orderless
|
||||
(require 'doom-themes)
|
||||
|
||||
;;
|
||||
@ -190,6 +190,14 @@ determine the exact padding."
|
||||
(selectrum-primary-highlight :foreground blue :background base3 :weight 'bold)
|
||||
(selectrum-secondary-highlight :foreground magenta :background base3 :weight 'bold)
|
||||
|
||||
;; vertico
|
||||
(vertico-current :background (doom-lighten yellow 0.65) :distant-foreground fg)
|
||||
|
||||
;; orderless
|
||||
(swiper-match-face-0 :inherit 'ivy-minibuffer-match-face-1)
|
||||
(swiper-match-face-1 :inherit 'ivy-minibuffer-match-face-2)
|
||||
(swiper-match-face-2 :inherit 'ivy-minibuffer-match-face-3)
|
||||
(swiper-match-face-3 :inherit 'ivy-minibuffer-match-face-4)
|
||||
|
||||
;; posframe
|
||||
(ivy-posframe :background modeline-bg-l)
|
||||
|
Loading…
Reference in New Issue
Block a user