diff options
-rw-r--r-- | .emacs.d/themes/non-modo-theme.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.emacs.d/themes/non-modo-theme.el b/.emacs.d/themes/non-modo-theme.el index d6778c7..8afefeb 100644 --- a/.emacs.d/themes/non-modo-theme.el +++ b/.emacs.d/themes/non-modo-theme.el @@ -296,6 +296,8 @@ ;;;;; corfu-quick `(corfu-quick1 ((,class :inherit bold :background "#0050af"))) `(corfu-quick2 ((,class :inherit bold :background "#7f1f7f"))) +;;;;; corfu-candidate-overlay + `(corfu-candidate-overlay-face ((t :inherit shadow))) ;;;;; cov `(cov-coverage-not-run-face ((,class :foreground "red"))) `(cov-coverage-run-face ((,class :foreground "#4fe42f"))) |