diff --git a/.emacs.d/init.el b/.emacs.d/init.el index 6eefc4e..9533851 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -319,7 +319,11 @@ value `italic'." :foreground ,accent) (anzu-mode-line :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 (setq custom-file "~/.emacs.d/custom.el")