Skip to content

Commit

Permalink
fix(apps/vscode): use correct catppuccin flavor
Browse files Browse the repository at this point in the history
  • Loading branch information
uncenter committed Dec 19, 2024
1 parent ae5f65a commit b8b5255
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions users/uncenter/apps/vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@

/* UI/Interface */
"workbench.colorTheme": "Catppuccin Macchiato",
"workbench.iconTheme": "catppuccin-macchiato",
"workbench.preferredDarkColorTheme": "Catppuccin Macchiato",
"workbench.iconTheme": "catppuccin-mocha",
"workbench.preferredDarkColorTheme": "Catppuccin Mocha",
"workbench.preferredLightColorTheme": "Catppuccin Latte",
"workbench.productIconTheme": "Tabler",
"workbench.sideBar.location": "left",
Expand Down

0 comments on commit b8b5255

Please sign in to comment.