From b69f052c54183d495e83c0f6ecb90c7cdaf6054d Mon Sep 17 00:00:00 2001 From: Ariful Alam Date: Mon, 24 Oct 2022 15:30:56 +0600 Subject: [PATCH] Set default theme to `business` --- gitprofile.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gitprofile.config.js b/gitprofile.config.js index 2b0ce33..8652a68 100644 --- a/gitprofile.config.js +++ b/gitprofile.config.js @@ -87,7 +87,7 @@ const config = { snippetVersion: 6, }, themeConfig: { - defaultTheme: 'night', + defaultTheme: 'business', // Hides the switch in the navbar // Useful if you want to support a single color mode