about summary refs log tree commit diff stats
path: root/.emacs.d/themes/non-modo-theme.el
diff options
context:
space:
mode:
Diffstat (limited to '.emacs.d/themes/non-modo-theme.el')
-rw-r--r--.emacs.d/themes/non-modo-theme.el6
1 files changed, 5 insertions, 1 deletions
diff --git a/.emacs.d/themes/non-modo-theme.el b/.emacs.d/themes/non-modo-theme.el
index d6778c7..4ef4a54 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")))
@@ -1165,6 +1167,8 @@
    `(mode-line-emphasis ((,class :inherit bold :foreground "#d5b1ff")))
    `(mode-line-highlight ((,class :inherit 'highlight)))
    `(mode-line-inactive ((,class :background "#1e1e1e" :foreground "#bfc0c4" :box "#3c3c3c")))
+;;;;; mono-complete
+   `(mono-complete-preview-face ((t :inherit shadow)))
 ;;;;; mpdel
    `(mpdel-browser-directory-face ((,class :foreground "#2fafff")))
    `(mpdel-playlist-current-song-face ((,class :inherit bold :foreground "#00bcff")))
@@ -1475,7 +1479,7 @@
    `(shortdoc-section (())) ; remove the default's variable-pitch style
 ;;;;; show-paren-mode
    `(show-paren-match ((,class :inherit bold :background "#7416b5" :foreground "#ffffff" :underline t)))
-   `(show-paren-match-expression ((,class :background "#221044")))
+   `(show-paren-match-expression ((,class :background "grey12")))
    `(show-paren-mismatch ((,class :background "#a4202a" :foreground "#ffffff")))
 ;;;;; shr
    `(shr-abbreviation ((,class :foreground "#9d9def" :underline (:color "#5f6fff" :style wave))))