diff options
author | David Morgan <djm_uk@protonmail.com> | 2024-10-14 16:23:05 +0100 |
---|---|---|
committer | David Morgan <djm_uk@protonmail.com> | 2024-10-14 16:23:05 +0100 |
commit | 4ee504a0dafee2de55267bc347e8ee19d5efe425 (patch) | |
tree | 5c2a73f932fc3df545ab2f91c5b7d3b7c670eb8c /.emacs.d/themes | |
parent | 0cc6cf2687d81f74abc341b77699c8756a4030ad (diff) | |
download | dotfiles-4ee504a0dafee2de55267bc347e8ee19d5efe425.tar.gz |
Replace fancy-dabbrev with mono-complete
Diffstat (limited to '.emacs.d/themes')
-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 8afefeb..c5f4422 100644 --- a/.emacs.d/themes/non-modo-theme.el +++ b/.emacs.d/themes/non-modo-theme.el @@ -1167,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"))) |