I'm using Spacemacs with
$ emacs --version > GNU Emacs 24.5.1 On OSX 10.10.5
Using C-x C-f to find files shows a minibuffer like:
I have been able to get rid of the ugly green foreground color for highlighting the matching results by changing the face with:
M-x set-face-foreground then searching for helm and selecting helm-match
But I can't seem to find the correct face to modify to change the current directory displayed at the top. In the image, it's the Find file: / bit I'm talking about.
Using 'C-c C-x =' when in the minibuffer in this mode only brings up a cursor position, but no information about the face.
So my questions are:
1) What is this particular face I need to modify?
2) More generally, how would I find out which face this is?