From 0afd0205ed489e74598aabc56bf5f373d5903770 Mon Sep 17 00:00:00 2001 From: liyasthomas Date: Sun, 29 Sep 2019 21:22:39 +0530 Subject: [PATCH] :zap: Theme color --- nuxt.config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/nuxt.config.js b/nuxt.config.js index 8a4092edf..dbc31dedd 100644 --- a/nuxt.config.js +++ b/nuxt.config.js @@ -225,6 +225,7 @@ export default { display: "standalone", + theme_color: "#252628", background_color: "#252628", start_url: `${routerBase.router.base}` },