Skip to content

Instantly share code, notes, and snippets.

@StephenCavender
Last active December 3, 2020 22:03
Show Gist options
  • Save StephenCavender/f821dd072238ba388d86da38903e8fc8 to your computer and use it in GitHub Desktop.
Save StephenCavender/f821dd072238ba388d86da38903e8fc8 to your computer and use it in GitHub Desktop.
VSCodium settings
{
"terminal.integrated.shell.osx": "/usr/local/bin/zsh",
"terminal.integrated.fontFamily": "'SauceCodePro Nerd Font Mono','Source Code Pro'",
"terminal.integrated.fontSize": 14,
"terminal.integrated.cursorStyle": "underline",
"terminal.integrated.cursorBlinking": true,
"workbench.colorTheme": "Night Owl",
"workbench.iconTheme": "material-icon-theme",
"terminal.integrated.automationShell.osx": "",
"workbench.colorCustomizations": {
// The background is optional
// "terminal.background": "#282a36",
"terminalCursor.background": "#282a36",
"terminalCursor.foreground": "#97979b",
"terminal.selectionBackground": "#97979b33",
"terminal.foreground": "#eff0eb",
"terminal.ansiBlack": "#282a36",
"terminal.ansiRed": "#ff5c57",
"terminal.ansiGreen": "#5af78e",
"terminal.ansiYellow": "#f3f99d",
"terminal.ansiBlue": "#57c7ff",
"terminal.ansiMagenta": "#ff6ac1",
"terminal.ansiCyan": "#9aedfe",
"terminal.ansiWhite": "#f1f1f0",
"terminal.ansiBrightBlack": "#686868",
"terminal.ansiBrightRed": "#ff5c57",
"terminal.ansiBrightGreen": "#5af78e",
"terminal.ansiBrightYellow": "#f3f99d",
"terminal.ansiBrightBlue": "#57c7ff",
"terminal.ansiBrightMagenta": "#ff6ac1",
"terminal.ansiBrightCyan": "#9aedfe",
"terminal.ansiBrightWhite": "#eff0eb"
},
"git.enableSmartCommit": true,
"git.confirmSync": false,
"workbench.enableExperiments": false,
"workbench.settings.enableNaturalLanguageSearch": false,
"update.showReleaseNotes": false,
"liveServer.settings.donotShowInfoMsg": true,
"explorer.confirmDelete": false,
"workbench.startupEditor": "newUntitledFile",
"editor.fontFamily": "'Fira Code','SauceCodePro Nerd Font Mono','Source Code Pro'",
"editor.fontLigatures": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment