diff --git a/.gitignore b/.gitignore index d325d3bd49d..130a0023abe 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ package-lock.json *.tern-port */**/.tern-port .DS_Store +.vscode/settings.json \ No newline at end of file diff --git a/.vscode/settings.json b/.vscode/settings.json index 7a73a41bfdf..def1f0b6e95 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,2 +1,5 @@ { + "editor.fontFamily": "'Lato', sans-serif;", + "editor.fontSize": 18, + "workbench.colorTheme": "Dainty – Purple Haze" } \ No newline at end of file