Include fix from modus-themes

This commit is contained in:
David Morgan 2023-02-23 12:01:29 +00:00
parent eccec831a5
commit 8764ad6c86
Signed by: djm
GPG Key ID: C171251002C200F2
1 changed files with 1 additions and 1 deletions

View File

@ -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")))