Skip to content

Commit 4121d32

Browse files
committed
Disable theme option
1 parent 438381e commit 4121d32

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

gitprofile.config.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -174,11 +174,11 @@ const CONFIG = {
174174
snippetVersion: 6,
175175
},
176176
themeConfig: {
177-
defaultTheme: 'dum',
177+
defaultTheme: 'bumblebee',
178178

179179
// Hides the switch in the navbar
180180
// Useful if you want to support a single color mode
181-
disableSwitch: false,
181+
disableSwitch: true,
182182

183183
// Should use the prefers-color-scheme media-query,
184184
// using user system preferences, instead of the hardcoded defaultTheme

0 commit comments

Comments
 (0)