From 8a278967be2453e6705b736daa9ea0965f1e2120 Mon Sep 17 00:00:00 2001 From: Jeremy Baxter Date: Mon, 22 Jul 2024 11:27:26 +1200 Subject: [PATCH] emacs: style corfu --- .emacs.d/init.el | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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")