Last active
February 4, 2018 13:57
-
-
Save kmansei/922f1649217afb336915408fdcd5bd0e to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| { | |
| "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