Skip to content

Commit

Permalink
Update gitprofile.config.ts
Browse files Browse the repository at this point in the history
Set theme to corporate and disable theme changing
  • Loading branch information
houssamkanso authored Jun 19, 2024
1 parent 7c9bfb1 commit 628395b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gitprofile.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -171,11 +171,11 @@ const CONFIG = {
snippetVersion: 6,
},
themeConfig: {
defaultTheme: 'lofi',
defaultTheme: 'corporate',

// Hides the switch in the navbar
// Useful if you want to support a single color mode
disableSwitch: false,
disableSwitch: true,

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

0 comments on commit 628395b

Please sign in to comment.