From b2974b10005d2f58b48168368a0999a8d88d8899 Mon Sep 17 00:00:00 2001 From: Ariful Alam Date: Fri, 1 Mar 2024 16:54:25 +0600 Subject: [PATCH] Set default theme to `lofi` --- gitprofile.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gitprofile.config.ts b/gitprofile.config.ts index fad7432..d66950d 100644 --- a/gitprofile.config.ts +++ b/gitprofile.config.ts @@ -168,7 +168,7 @@ const CONFIG = { snippetVersion: 6, }, themeConfig: { - defaultTheme: 'nord', + defaultTheme: 'lofi', // Hides the switch in the navbar // Useful if you want to support a single color mode