milkypostman / powerline

emacs powerline

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Question: how to set the buffer id background?

azer opened this issue · comments

Hi there,

I turned off everything except the buffer id, and would like to set its background as the default background of powerline.

I tried bunch of variables but couldn't get it working, which variable we need to set to change the background color of buffer id ?

Screenshot:

You'll have to set the mode-line face because that's what is used for rendering the buffer id. This will also change the mode line of speedbar, RefTeX, and similar, which may or may not be what you intend.

An alternative might be my PR #146, which makes the buffer id also customisable, but without affecting speedbar etc. mode lines.

@azer, since PR #146 has been merged (adding the configurability you asked for), it seems we can close this issue now?