Hey!
So, I’ve decided to switch to Brave and I’m recreating the Arc/Zen theme I use.
I’ve done everything except one.
I can’t seem to find the option to change the toolbar icons color when active.
Taking a look at Chromium source code, it says it does that automatically based on my theme, but there’s no blue (the color that’s being applied) in my theme, so I’m kinda lost here.
Here’s how it looks when the icon is not active (take a look at the top left corner, there’s a huge red arrow there haha):
And here how it looks when active:
Here’s the theme colors:
Theme Color
"theme": {
"colors": {
"frame": [ 15, 14, 15 ],
"frame_inactive": [ 15, 14, 15 ],
"frame_incognito": [ 15, 14, 15 ],
"frame_incognito_inactive": [ 15, 14, 15 ],
"background_tab": [ 44, 43, 44 ],
"background_tab_inactive": [ 44, 43, 44 ],
"background_tab_incognito": [ 44, 43, 44 ],
"background_tab_incognito_inactive": [ 44, 43, 44 ],
"bookmark_text": [ 255, 255, 255 ],
"tab_background_text": [ 255, 255, 255 ],
"tab_background_text_inactive": [ 255, 255, 255 ],
"tab_background_text_incognito": [ 255, 255, 255 ],
"tab_background_text_incognito_inactive": [ 255, 255, 255 ],
"tab_text": [ 255, 255, 255 ],
"toolbar": [ 15, 14, 15 ],
"toolbar_button_icon": [ 121, 121, 122 ],
"omnibox_text": [ 255, 255, 255 ],
"omnibox_background": [ 39, 39, 39 ]
}
}
Any clues?