about summary refs log tree commit diff stats
path: root/.emacs.d/themes
diff options
context:
space:
mode:
authorDavid Morgan <djm_uk@protonmail.com>2024-10-02 16:10:01 +0100
committerDavid Morgan <djm_uk@protonmail.com>2024-10-02 16:10:01 +0100
commitf13e46330da43030d2d7063bbd0a07b961ddf61a (patch)
tree578f68b45e850b0bf9dbb48daa7fa2782c366337 /.emacs.d/themes
parentf00f36da3bac195b3fdab4234cc4f83eae87e011 (diff)
downloaddotfiles-f13e46330da43030d2d7063bbd0a07b961ddf61a.tar.gz
Add corfu-candidate-overlay-face to theme
Diffstat (limited to '.emacs.d/themes')
-rw-r--r--.emacs.d/themes/non-modo-theme.el2
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")))