Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save jksprattler/9fb2342e6d0479d254686d06678dff3d to your computer and use it in GitHub Desktop.
Save jksprattler/9fb2342e6d0479d254686d06678dff3d to your computer and use it in GitHub Desktop.
vscode settings.json powerlevel10k and Tomorrow Night Blue
{
"editor.fontSize": 14,
"editor.wordWrap": "on",
// Controls the font size in pixels of the terminal.
"terminal.integrated.fontSize": 14,
// powerline10k - which uses https://github.com/romkatv/powerlevel10k/#recommended-meslo-nerd-font-patched-for-powerlevel10k
"terminal.integrated.fontFamily": "MesloLGS NF",
"terminal.integrated.rightClickBehavior": "paste",
"terminal.integrated.rendererType": "canvas",
"terminal.integrated.shell.osx": "/bin/zsh",
"terminal.external.osxExec": "iTerm.app",
"workbench.colorTheme": "Tomorrow Night Blue",
"terminal.integrated.copyOnSelection": true,
"redhat.telemetry.enabled": false,
"workbench.colorCustomizations": {
"terminal.ansiBlue":"#00a1f9"
},
"code-runner.runInTerminal": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment