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
I'm trying to darken the buffer id when the window isn't active by setting mode-line-buffer-id-inactive, but it doesn't seem to have any effect. I tried on emacs 25 and 27.
To test, I started emacs -Q -L <path/to/powerline> version GNU Emacs 25.3.1 (x86_64-apple-darwin13.4.0, NS appkit-1265.21 Version 10.9.5 (Build 13F1911)) of 2017-09-13 and ran something like this:
I think you should be using/customising the faces powerline-active0 and/or powerline-inactive0 instead.
(NOTE: It seems that mode-line-buffer-id-inactive could be a candidate for being marked as obsolete. But as I'm not the maintainer, that's my very personal point of view only. END NOTE)
I'm trying to darken the buffer id when the window isn't active by setting mode-line-buffer-id-inactive, but it doesn't seem to have any effect. I tried on emacs 25 and 27.
To test, I started
emacs -Q -L <path/to/powerline>
versionGNU Emacs 25.3.1 (x86_64-apple-darwin13.4.0, NS appkit-1265.21 Version 10.9.5 (Build 13F1911)) of 2017-09-13
and ran something like this:And saw this (both buffer ids are blue):
Am I doing something wrong?
The text was updated successfully, but these errors were encountered: