- Local time
- 10:20 AM
- Posts
- 74
- OS
- windows 11
I use my own custom theme, loaded as an extension. I was wondering if the black colors shown in the image below can be changed? It's the top left button, the G search button, and user icon on the far right.
And the most important, the bottom line separator from the toolbar and the webpage. I want the line removed or the same color as the main toolbar.

My manifest.json is as follows:
And the most important, the bottom line separator from the toolbar and the webpage. I want the line removed or the same color as the main toolbar.

My manifest.json is as follows:
Code:
{
"author": "Krazy",
"description": "Krazy",
"manifest_version": 3,
"name": "Krazy Slight Blue Tint",
"theme": {
"colors": {
"bookmark_text": [ 193, 194, 199 ],
"frame": [ 40, 41, 43 ],
"frame_inactive": [ 40, 41, 43 ],
"frame_incognito": [ 40, 41, 43 ],
"frame_incognito_inactive": [ 40, 41, 43 ],
"ntp_background": [ 23, 24, 26 ],
"ntp_header": [ 45, 46, 48 ],
"ntp_text": [ 205, 217, 229 ],
"omnibox_background": [ 40, 41, 43 ],
"omnibox_text": [ 205, 217, 229 ],
"tab_background_text": [ 193, 194, 199 ],
"tab_background_text_inactive": [ 193, 194, 199 ],
"tab_background_text_incognito": [ 193, 194, 199 ],
"tab_background_text_incognito_inactive": [ 193, 194, 199 ],
"tab_text": [ 223, 224, 229 ],
"toolbar": [ 0, 0, 0 ],
"toolbar_button_icon": [ 193, 194, 199 ]
},
"images": {
"theme_frame": "images/theme_frame.png",
"theme_frame_inactive": "images/theme_frame.png",
"theme_toolbar": "images/theme_toolbar.png"
},
"tints": {
"background_tab": [ -1.0, -1.0, -1.0 ],
"buttons": [ -1.0, -1.0, -1.0 ],
"frame": [ -1.0, -1.0, -1.0 ],
"frame_inactive": [ -1.0, -1.0, -1.0 ],
"frame_incognito": [ -1.0, -1.0, -1.0 ],
"frame_incognito_inactive": [ -1.0, -1.0, -1.0 ]
}
},
"update_url": "https://clients2.google.com/service/update2/crx",
"version": "1.0.2"
}
My Computer
System One
-
- OS
- windows 11