How to change background color in address bar in Chrome?

I would like to change the background color of the Chrome address bar to black (with gray text). I did this in Firefox by changing userChrome-example.css and wondered if there is an equivalent method for Chrome?

+2
source share
3 answers

Unfortunately, as far as I know, this is not possible. All I can offer is this: http://code.google.com/chrome/extensions/themes.html

+3
source

FIREFOX and IE: http://www.ehow.com/how_6673791_change-color-address-bar.html

CHROME: the address bar inherits the coloring scheme of your operating system, so you just need to change the background color of your window. Now I would suggest a gray or dark blue background, because the text of the address bar cannot easily change color and, most likely, will remain black. I currently have a gray background in my Chrome browser with the theme "DarkVibe".

0
source

AFAIK is possible on my Windows 10 (version: 10.0.17134).

1) In Windows SettingsColorsChoose your default app mode → Choose Dark set default app mode to dark

2) In Chrome SettingsThemesJust Black (or any other dark theme) set chrome theme to dark

3) Done result

0
source

Source: https://habr.com/ru/post/1245843/


All Articles