I think this feature could help to look and feel of themes. I think it's possible with adding some simple meta tag like this
!-- Chrome, Firefox OS and Opera -->
<meta name="theme-color" content="YOUR-COLOR-HERE">
<!-- Windows Phone -->
<meta name="msapplication-navbutton-color" content="YOUR-COLOR-HERE">
<!-- iOS Safari -->
<meta name="apple-mobile-web-app-status-bar-style" content="YOUR-COLOR-HERE">
Ok, I added it!
your params.toml file,
...
themecolor: "#fff"
is it the same color for all theme modes?
I mean, your theme has 5 different modes [dark, light, hacker,...] and for each mode themecolor meta tag is different and I think it could be perfect if the header bar has the same color of the navbar.
for example, when user choose a dark theme, header bar color changes to the navbar background color as it's dark or when choose light theme header bar would be white
You are right.
Ok, I鈥檒l find a way how to set theme color dynamic
@Gictorbit Can you check again?
headbar color changed but has the same color in all modes

Can you check the google dev tool?

But I added the meta tags you asked
Meta tags were added which is great but what I wanted was to change the color of the top bar with the theme change I mean each theme mode could have own header color something like this
for dark:
<meta name="theme-color" content="#403e41">
<meta name="msapplication-navbutton-color" content="#403e41"> 聽
<meta name="apple-mobile-web-app-status-bar-style" content="#403e41">
for light:
<meta name="theme-color" content="#eeeeee">
<meta name="msapplication-navbutton-color" content="#eeeeee"> 聽
<meta name="apple-mobile-web-app-status-bar-style" content="#eeeeee">
for hacker
<meta name="theme-color" content="#252526">
<meta name="msapplication-navbutton-color" content="#252526"> 聽
<meta name="apple-mobile-web-app-status-bar-style" content="#252526">
for solarized
<meta name="theme-color" content="#eee8d5">
<meta name="msapplication-navbutton-color" content="#eee8d5"> 聽
<meta name="apple-mobile-web-app-status-bar-style" content="#eee8d5">
for kimbie
<meta name="theme-color" content="#51412c">
<meta name="msapplication-navbutton-color" content="#51412c"> 聽
<meta name="apple-mobile-web-app-status-bar-style" content="#51412c">
Opps, sorry, I just check that the color not changing dynamically.
I'll look into it
Now, it is changing dynamically!
awsome
thank you a lot
Most helpful comment
Now, it is changing dynamically!