Google Chrome Themes
Questions tagged [google-chrome-theme]
22 questions
50
votes
6 answers
Google Chrome Customize Developer Tools Theme / Color Schema
How to change color schema on Developer Tools, JavaScript Console in Google Chrome ?
Like this:

Anton Dozortsev
- 4,782
- 5
- 34
- 69
14
votes
5 answers
Can I Edit a Google Chrome Theme?
I downloaded some themes from the Chrome Web Store. Is there any way I can edit these themes?
(I want to change colors, buttons etc.)
If yes, how?
If no, why?

hakki
- 6,181
- 6
- 62
- 106
14
votes
2 answers
Idea: Conditional Chrome theme based on environment
As a web developer I'm constantly working on projects in different environments (local, staging, testing, production). I mostly work on Drupal projects. I can't tell you the number of times I've been led from local to production by just browsing the…

TD540
- 1,728
- 3
- 14
- 26
13
votes
3 answers
how to customize chrome theme per window
I usually have three chrome windows open. To easily distinguish my work chrome from the personal chrome window, I would like to set a theme to one window, and another theme to other windows.
I figure out how to change the theme globally, wondering…

american-ninja-warrior
- 7,397
- 11
- 46
- 80
6
votes
2 answers
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…

Ákos Nikházy
- 1,276
- 17
- 33
6
votes
1 answer
Is it possible to create dynamic theme in Chrome?
I can create static theme as described in documentation which I guess can not be modified at runtime. I need some way or API for changing theme properties at runtime. Is it possible to do it with Chrome?

ks1322
- 33,961
- 14
- 109
- 164
6
votes
3 answers
Chrome theme: How to change the colour of the URL text when hovered over a link on a web page?
I am very new to developing Chrome themes. Everything went well but when I hover mouse pointer over a link, the URL displayed at the bottom left side is not readable because of its font color! How can I change the font color?

omggs
- 1,163
- 1
- 11
- 23
4
votes
1 answer
Creating a dynamic Chrome theme
I'm trying to build a theme extension for Google Chrome that will regularly update the background image using a remote image source (i.e. images are stored on a web server, not locally). The problem is that themes are not allowed to contain…

dpq
- 9,028
- 10
- 49
- 69
4
votes
1 answer
How can I run JS code from a google chrome theme
Google Chrome themes are defined on the Chrome developer docs as follows:
A theme is a special kind of extension that changes the way the
browser looks. Themes are packaged like regular extensions, but they
don't contain JavaScript or HTML…

Greedo
- 4,967
- 2
- 30
- 78
2
votes
1 answer
Chrome Extension: Set both themes and defaults in single extension
Is it possible to set both chrome themes and chrome defaults (i.e. Default Homepage and Search engine) in single chrome extension?

Ms Chrome
- 21
- 1
2
votes
1 answer
Is it possible to access google Chrome's theme?
This must have been asked somewhere, but can't find where :(
I was reading up on finding out which browser someone was using in html.
My site uses a 'theme' (DevExpress' Black glass) and was wondering if there was a way of accessing Chrome's current…
user3913686
2
votes
1 answer
Designing a Chrome theme, what's going wrong?
(So, I'm a graphic designer/artist and I'm new to any type of code or script.)
In my Chrome Theme code, I get an error:
"Could not load extension from 'E:\Web\dev\theme\dev\Test'. Manifest is not valid JSON. Line: 7, column: 4, Syntax error."
I do…

ynfnitysquared
- 23
- 6
1
vote
0 answers
Detect dark mode of the Chrome in the extension
I have an extension and I want to detect dark mode in Chrome.
In the toggleIcon.js I try to detect theme by this code:
if (window.matchMedia('(prefers-color-scheme: dark)').matches) {
chrome.runtime.sendMessage({
scheme: "dark"
})
}
else{
…

Hanie Asemi
- 1,318
- 2
- 9
- 23
1
vote
0 answers
Manifest is not valid JSON. Line: 12, column: 2, Trailing comma not allowed
I'm trying to create my own Google Chrome theme.
Manifest is not valid JSON. Line: 12, column: 2, Trailing comma not
allowed.
Can anyone tell me the solution to this error?
{
"version": "2.6",
"manifest_version": "2",
"name": "theme",
…

Siromeshi
- 11
- 1
1
vote
1 answer
Google chrome theme: modifying the download section color
I have created my custom google chrome theme. Everything seems fine until I downloaded a file. The download section at the bottom of the page is white and the text is white. Only icon are visible
How can I modified either the color of the text only…

MagTun
- 5,619
- 5
- 63
- 104