You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Can anyone point me in the right direction as how to customize the ivy related face being used by the 'counsel-grep-or-swiper' function within the Emacs mini buffer?
I can't seem to use M-x describe-face within the Emacs minibuffer without getting this message, so I can't give more details as to why I'm getting that crazy grey highlighted mess:
Command attempted to use minibuffer while in minibuffer
Can anyone point me in the right direction as how to customize the ivy related face being used by the 'counsel-grep-or-swiper' function within the Emacs mini buffer?
I'm not entirely sure but my guess is it's the same faces used by swiper or counsel-grep.
You can find all Ivy-related faces under M-x customize-group RET ivy-faces RET.
For example, Swiper defines swiper-match-face-<N>, swiper-background-match-face-<N>, etc.
You could also have a look at what other themes are doing. For example, I have found the built-in Modus themes to be quite well-organised (you can search for Ivy/Swiper/Counsel faces), exhaustive, and providing good contrast. That might tell you which faces it is useful to customise.
I can't seem to use M-x describe-face within the Emacs minibuffer without getting this message, so I can't give more details as to why I'm getting that crazy grey highlighted mess:
Command attempted to use minibuffer while in minibuffer
Have you tried configuring enable-recursive-minibuffers?
Hello there,
I use a custom theme that I created aka the 'morrowind-emacs-theme' found here:
https://github.com/samuelbanya/morrowind-emacs-theme
My Emacs config can be found here:
https://github.com/samuelbanya/samsemacs
https://github.com/SamuelBanya/SamsEmacs/blob/main/configuration.org
The problem I am getting is found in this screenshot:
https://ibb.co/djrW75V
Is there any way to figure out why I'm being blinded by such an awful highlight color in the minibuffer?
Thanks!
The text was updated successfully, but these errors were encountered: