diff options
author | David Morgan <djm_uk@protonmail.com> | 2023-02-23 12:01:29 +0000 |
---|---|---|
committer | David Morgan <djm_uk@protonmail.com> | 2023-02-23 12:01:29 +0000 |
commit | 8764ad6c8687250227ae5b11b35f544b57fcdb4b (patch) | |
tree | 87b91020d7cbbfc1dcc8ed54002c8197ca2be4c2 /.emacs.d/themes | |
parent | eccec831a5e87b31541d1d46bfae7520161736ec (diff) | |
download | dotfiles-8764ad6c8687250227ae5b11b35f544b57fcdb4b.tar.gz |
Include fix from modus-themes
Diffstat (limited to '.emacs.d/themes')
-rw-r--r-- | .emacs.d/themes/non-modo-theme.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.emacs.d/themes/non-modo-theme.el b/.emacs.d/themes/non-modo-theme.el index 27cc448..f2432e1 100644 --- a/.emacs.d/themes/non-modo-theme.el +++ b/.emacs.d/themes/non-modo-theme.el @@ -280,7 +280,7 @@ `(consult-async-running ((,class :inherit bold :foreground "#2fafff"))) `(consult-async-split ((,class :foreground "LightCoral"))) `(consult-bookmark ((,class :foreground "#2fafff"))) - `(consult-file ((,class :foreground "#c6eaff"))) + `(consult-file ((,class :inherit bold :foreground "#c6eaff"))) `(consult-imenu-prefix ((,class :inherit shadow))) `(consult-key ((,class :inherit bold :foreground "#00bcff"))) `(consult-line-number ((,class :foreground "#f8dec0"))) |