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]
}