From 04fbc9a22b6fc94e6a2956c530e7d91b94def8e4 Mon Sep 17 00:00:00 2001 From: ipcintron Date: Fri, 16 Feb 2024 02:15:27 -0600 Subject: [PATCH] change theme color --- client/nuxt.config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client/nuxt.config.js b/client/nuxt.config.js index 1736e3f6..b50ad787 100644 --- a/client/nuxt.config.js +++ b/client/nuxt.config.js @@ -95,7 +95,7 @@ module.exports = { meta: { appleStatusBarStyle: 'black', name: 'Audiobookshelf', - theme_color: '#373838', + theme_color: '#232323', mobileAppIOS: true, nativeUI: true }, @@ -103,7 +103,7 @@ module.exports = { name: 'Audiobookshelf', short_name: 'Audiobookshelf', display: 'standalone', - background_color: '#373838', + background_color: '#232323', icons: [ { src: (process.env.ROUTER_BASE_PATH || '') + '/icon.svg',