change vscode gonfig

This commit is contained in:
Frost-Phoenix 2023-12-16 22:32:22 +01:00
parent f5bea9b50f
commit b88eb22cf9

View file

@ -24,6 +24,7 @@
"window.menuBarVisibility" = "toggle";
"editor.fontFamily" = "'JetBrainsMono Nerd Font', 'SymbolsNerdFont', 'monospace', monospace";
"terminal.integrated.fontFamily" = "'JetBrainsMono Nerd Font', 'SymbolsNerdFont'";
"markdown-preview-enhanced.automaticallyShowPreviewOfMarkdownBeingEdited" = true;
"editor.fontSize" = 16;
"workbench.colorTheme" = "Catppuccin Mocha";
"workbench.iconTheme" = "catppuccin-mocha";