emacs: style corfu
This commit is contained in:
parent
04ee403124
commit
8a278967be
1 changed files with 5 additions and 1 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue