replace ivy->vertico emac

This commit is contained in:
2025-12-27 02:26:27 -05:00
parent 2fb1571ce0
commit 3594439b47
12 changed files with 1484 additions and 15329 deletions

View File

@@ -39,6 +39,10 @@
'(font-lock-type-face ((t (:foreground "#85B8DE"))))
'(font-lock-warning-face ((t (:foreground "#FC2D07"))))
;; Dired
'(dired-directory ((t (:foreground "#5FAFD7" :weight bold))))
'(dired-symlink ((t (:foreground "#87919D"))))
;; Custom/widget faces
'(custom-group-tag ((t (:underline t :foreground "lightblue"))))
'(custom-variable-tag ((t (:underline t :foreground "lightblue"))))

View File

@@ -87,14 +87,12 @@
'(flyspell-incorrect ((t (:underline (:style wave :color "#772222")))))
'(flyspell-duplicate ((t (:underline (:style wave :color "#986032")))))
;; Ivy
'(ivy-current-match ((t (:background "#1C4449" :foreground "#BFC9DB"))))
'(ivy-minibuffer-match-face-1 ((t (:foreground "#599999"))))
'(ivy-minibuffer-match-face-2 ((t (:foreground "#26B2B2" :weight bold))))
'(ivy-minibuffer-match-face-3 ((t (:foreground "#E0AD82" :weight bold))))
'(ivy-minibuffer-match-face-4 ((t (:foreground "#D699B5" :weight bold))))
'(ivy-confirm-face ((t (:foreground "#227722"))))
'(ivy-match-required-face ((t (:foreground "#772222"))))
;; Vertico
'(vertico-current ((t (:background "#1C4449" :foreground "#BFC9DB"))))
'(vertico-group-title ((t (:foreground "#599999"))))
'(vertico-group-separator ((t (:foreground "#3A4255"))))
'(completions-common-part ((t (:foreground "#26B2B2"))))
'(completions-first-difference ((t (:foreground "#E0AD82" :weight bold))))
;; Dired
'(dired-directory ((t (:foreground "#82AAA3"))))

View File

@@ -86,14 +86,12 @@
'(flyspell-incorrect ((t (:underline (:style wave :color "#ff6f6f")))))
'(flyspell-duplicate ((t (:underline (:style wave :color "#d09950")))))
;; Ivy
'(ivy-current-match ((t (:background "#503240" :foreground "#efd5c5"))))
'(ivy-minibuffer-match-face-1 ((t (:foreground "#8fcfd0"))))
'(ivy-minibuffer-match-face-2 ((t (:foreground "#ff9f0a" :weight bold))))
'(ivy-minibuffer-match-face-3 ((t (:foreground "#ffaacf" :weight bold))))
'(ivy-minibuffer-match-face-4 ((t (:foreground "#d0b0ff" :weight bold))))
'(ivy-confirm-face ((t (:foreground "#51b04f"))))
'(ivy-match-required-face ((t (:foreground "#ff6f6f"))))
;; Vertico
'(vertico-current ((t (:background "#503240" :foreground "#efd5c5"))))
'(vertico-group-title ((t (:foreground "#8fcfd0"))))
'(vertico-group-separator ((t (:foreground "#635850"))))
'(completions-common-part ((t (:foreground "#ff9f0a"))))
'(completions-first-difference ((t (:foreground "#ffaacf" :weight bold))))
;; Dired
'(dired-directory ((t (:foreground "#57b0ff"))))