Skip to content

Instantly share code, notes, and snippets.

View aridanpantoja's full-sized avatar
🍃
Vruuuuuum

Aridan Pantoja aridanpantoja

🍃
Vruuuuuum
View GitHub Profile
@aridanpantoja
aridanpantoja / settings.json
Last active February 18, 2024 21:33
My Vscode Config
{
"workbench.colorTheme": "Min Dark",
"symbols.hidesExplorerArrows": false,
"workbench.iconTheme": "symbols",
"editor.fontFamily": "JetBrains Mono",
"editor.fontSize": 14,
"editor.lineHeight": 1.8,
"workbench.startupEditor": "newUntitledFile",
"editor.renderLineHighlight": "line",
"editor.fontLigatures": true,