From 8764ad6c8687250227ae5b11b35f544b57fcdb4b Mon Sep 17 00:00:00 2001 From: David Morgan Date: Thu, 23 Feb 2023 12:01:29 +0000 Subject: [PATCH] Include fix from modus-themes --- .emacs.d/themes/non-modo-theme.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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")))