Skip to content

Instantly share code, notes, and snippets.

@kmansei
Last active February 4, 2018 13:57
Show Gist options
  • Select an option

  • Save kmansei/922f1649217afb336915408fdcd5bd0e to your computer and use it in GitHub Desktop.

Select an option

Save kmansei/922f1649217afb336915408fdcd5bd0e to your computer and use it in GitHub Desktop.
{
"workbench.colorTheme": "Hybrid Next (Gray Background)",
"csharp.format.enable": false,
"runner.languageMap": {
"c" : "~/bash/clang.sh",
"cpp" : "~/bash/cpp.sh",
"csharp" : "~/bash/csharp.sh"
},
"window.zoomLevel": 0,
"vim.statusBarColorControl": true,
"vim.statusBarColors" : {
"normal": "#007928",
"insert": "#005f87",
"visual": "#a35b12",
"visualline": "#86592d",
"visualblock": "#86592d",
"replace": "#5f0000"
},
"workbench.colorCustomizations": {
"statusBar.background": "#a35b12",
"statusBar.noFolderBackground": "#a35b12",
"statusBar.debuggingBackground": "#a35b12"
},
"vim.useSystemClipboard": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment