Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

like image 630
Ákos Nikházy Avatar asked Jan 15 '11 11:01

Ákos Nikházy


People also ask

How do I change the hyperlink color in Chrome?

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

How do I change the color of visited links?

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!

Why is my Chrome URL bar black?

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.


2 Answers

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.

like image 187
Tamschi Avatar answered Nov 15 '22 07:11

Tamschi


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.

like image 23
Jan Kleinert Avatar answered Nov 15 '22 07:11

Jan Kleinert