Pergunta

I'm creating a theme for Chrome, but when I set "tab_text" in manifest.json, the bottom URL status bar is the same color. I searched for a solution in the documentation, but I didn't find an attribute that tints the bottom bar. It affects that bar (as seen on picture) and the download list too. Is there a way to customize the bottom URL status bar?

"colors" : {
    "tab_text" : [150,150,150]
}

The <code>"tab_text"</code> affects the bottom bar

Foi útil?

Solução

I just had a look at the source file for this (linked from the Chrome theme page on Google code). There currently is no way of setting the status bar text independently.

The background color of the status bar is always the same as that of the toolbar.

Outras dicas

While it's not possible to do it today, there is a feature request raised for this in the Chromium issue tracker, if you want to star it.

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top