VSCodium settings
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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