Title: MAKE HEADER SAME AS BROWSER THEME
Last modified: November 22, 2021

---

# MAKE HEADER SAME AS BROWSER THEME

 *  Resolved Anonymous User 17280002
 * (@anonymized-17280002)
 * [4 years, 6 months ago](https://wordpress.org/support/topic/make-header-same-as-browser-theme/)
 * Hello I find that when I install pwa app that use this plugin top header is completely
   white which is super annoying and disturbing instead of that make it looks the
   same as the browser theme or provide options to select that color

Viewing 2 replies - 1 through 2 (of 2 total)

 *  [Halil](https://wordpress.org/support/users/halilesen/)
 * (@halilesen)
 * [4 years, 3 months ago](https://wordpress.org/support/topic/make-header-same-as-browser-theme/#post-15328289)
 *     ```
       add_filter( 'web_app_manifest', function( $manifest ) {
       $manifest['theme_color'] = '#fff';
       return $manifest;
       } );
       ```
   
 * Change where it says #fff. Add it to the functions.php file.
 *  Plugin Author [Weston Ruter](https://wordpress.org/support/users/westonruter/)
 * (@westonruter)
 * [4 years, 3 months ago](https://wordpress.org/support/topic/make-header-same-as-browser-theme/#post-15329994)
 * Thanks for commenting. I never got notified of this support topic in my email.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘MAKE HEADER SAME AS BROWSER THEME’ is closed to new replies.

 * ![](https://ps.w.org/pwa/assets/icon.svg?rev=1908485)
 * [PWA](https://wordpress.org/plugins/pwa/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/pwa/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/pwa/)
 * [Active Topics](https://wordpress.org/support/plugin/pwa/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/pwa/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/pwa/reviews/)

 * 2 replies
 * 3 participants
 * Last reply from: [Weston Ruter](https://wordpress.org/support/users/westonruter/)
 * Last activity: [4 years, 3 months ago](https://wordpress.org/support/topic/make-header-same-as-browser-theme/#post-15329994)
 * Status: resolved