Skip to content

Instantly share code, notes, and snippets.

@mindvox
Last active May 25, 2017 17:59
Show Gist options
  • Save mindvox/fc1efc58c3118e75da5ac5c0b1a3390b to your computer and use it in GitHub Desktop.
Save mindvox/fc1efc58c3118e75da5ac5c0b1a3390b to your computer and use it in GitHub Desktop.
VS Code Configuration
{
"editor.fontFamily": "'Roboto Mono', 'Source Code Pro', 'Courier New', monospace, 'Droid Sans Fallback'",
"editor.fontWeight": "normal",
"editor.fontSize": 14,
"editor.tabSize": 2,
"editor.insertSpaces": true,
"editor.cursorBlinking": "phase",
"editor.renderLineHighlight": "all",
"workbench.colorTheme": "Monokai",
"workbench.iconTheme": "vscode-icons",
"editor.minimap.enabled": true,
"workbench.colorCustomizations": {
"tab.activeBackground": "#121212",
"tab.inactiveBackground": "#212121",
"foreground": "#F8F8F2",
"editor.foreground": "#F8F8F2",
"editor.background": "#121212",
"editorLineNumber.foreground": "#484848",
"editor.lineHighlightBackground": "#282828",
"sideBar.background": "#181818",
"sideBarSectionHeader.background": "#222",
"activityBar.background": "#222",
"activityBarBadge.background": "#F92672",
"activityBarBadge.foreground": "#F8F8F2",
"activityBar.foreground": "#F8F8F2",
"statusBar.background": "#AE81FF",
"statusBar.foreground": "#FFFFFF",
"button.background": "#529B2F",
"button.hoverBackground": "#529B2F",
"button.foreground": "#FFFFFF",
"input.background": "#282828",
"dropdown.background": "#282828",
"panel.background": "#121212",
"panel.border": "#383838"
},
"tslint.enable": true,
"vsicons.projectDetection.disableDetect": true,
"typescript.check.npmIsInstalled": false,
"editor.minimap.renderCharacters": false,
"editor.minimap.maxColumn": 250
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment