I creating a theme for Chrome and I experiencing that when I set tab_text in manifest.json, the bottom url bar is got that color too. I searched for solution in the documentation, but I din't find attribute that tints the bottom bar. It affects that bar (as seen on picture) and the download list too. I can't believe they made such mistake, so I am sure I missed something.

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

the tab_text affects the bottom bar

link|improve this question

79% accept rate
feedback

2 Answers

up vote 3 down vote accepted
+50

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.

link|improve this answer
I accept this as answer. I searched for solution a lot. There is no solution at this time. – the_nakos Jan 24 '11 at 9:44
feedback

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.

link|improve this answer
Good thing to know. – the_nakos Aug 26 '11 at 5:46
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.