Search code examples
jsongoogle-chromegoogle-chrome-devtoolsmanifestgoogle-chrome-theme

Google Chrome theme color for href links hover


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


Solution

  • 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.