Skip to content

Instantly share code, notes, and snippets.

View wiizzl's full-sized avatar

pier wiizzl

View GitHub Profile
@wiizzl
wiizzl / config.json
Last active November 8, 2025 12:08
My VS Code config
{
// Theme
"workbench.iconTheme": "flow-dim",
"window.autoDetectColorScheme": true,
"workbench.preferredLightColorTheme": "Catppuccin Latte",
"workbench.preferredDarkColorTheme": "Catppuccin Mocha",
"workbench.productIconTheme": "material-product-icons",
// Misc
"workbench.startupEditor": "none",