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]
}
One click and the visited link stands out giving you quick visual confirmation of where you have already been. To get started, navigate to a page, toggle color links to the on (or green) position, and select your color. You can turn color links off at any time if you'd like by setting the toggle to off (or red).
Use either the name of the color or the hexadecimal color code to specify the color of the visited link. For example, to change the color of visited links to bright red, use either "a:visited {color: bright red ! important;}" or "a:visited {color: #00ff00!
That is, the address bar or search bar is shown as dark while the rest of the interface uses the white theme. What is this? Apparently, it's all because Google now links the Chrome theme settings with the users' Windows theme settings.
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.
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.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With