emacs: style corfu

This commit is contained in:
Jeremy Baxter 2024-07-22 11:27:26 +12:00
parent 04ee403124
commit 8a278967be

View file

@ -319,7 +319,11 @@ value `italic'."
:foreground ,accent) :foreground ,accent)
(anzu-mode-line :foreground ,accent) (anzu-mode-line :foreground ,accent)
(breadcrumb-imenu-leaf-face :foreground ,accent) (breadcrumb-imenu-leaf-face :foreground ,accent)
(dashboard-heading :foreground ,accent :height 1.1 :weight bold)))) (dashboard-heading :foreground ,accent :height 1.1 :weight bold)
(corfu-default :background "#181825")
(corfu-current :background "#2a2e38" :box ,accent)
(corfu-border :background ,accent)
(corfu-bar :background ,accent))))
;; custom ;; custom
(setq custom-file "~/.emacs.d/custom.el") (setq custom-file "~/.emacs.d/custom.el")