Skip to content

Instantly share code, notes, and snippets.

@MBehtemam
Last active November 7, 2017 15:43
Show Gist options
  • Save MBehtemam/df58a710edb83d6d96fb52142526be63 to your computer and use it in GitHub Desktop.
Save MBehtemam/df58a710edb83d6d96fb52142526be63 to your computer and use it in GitHub Desktop.
My Visual Studio Code Config
{
"editor.fontFamily": "Operator Mono SSm Light",
"editor.fontSize": 14,
"workbench.colorTheme": "Dracula Soft",
"terminal.integrated.shell.windows": "C:\\Windows\\System32\\bash.exe",
"workbench.iconTheme": "vscode-great-icons",
"window.zoomLevel": 0,
"vim.disableAnnoyingNeovimMessage": true,
"vim.statusBarColorControl": true,
"vim.statusBarColors": {
"normal": "#282a36",
"insert": "#ff5555",
"visual": "#ff79c6",
"visualline": "#005f87",
"visualblock": "#86592d",
"replace": "#000000"
},
"workbench.colorCustomizations": {
"statusBar.background": "#ff79c6",
"statusBar.noFolderBackground": "#ff79c6",
"statusBar.debuggingBackground": "#ff79c6"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment