Skip to content

Instantly share code, notes, and snippets.

@khikrama
Last active March 24, 2018 14:50
Show Gist options
  • Save khikrama/212731663bb53863325e7b1776bc279f to your computer and use it in GitHub Desktop.
Save khikrama/212731663bb53863325e7b1776bc279f to your computer and use it in GitHub Desktop.
{
"workbench.colorTheme": "City Lights",
// Controls the font size in pixels.
"editor.fontSize": 16,
"sublimeTextKeymap.promptV3Features": true,
"editor.multiCursorModifier": "ctrlCmd",
"editor.snippetSuggestions": "top",
"editor.formatOnPaste": true,
"editor.tabCompletion": true,
"editor.wordWrap": "on",
"editor.lineHeight": 0,
"editor.tabSize": 4,
"files.autoSave": "afterDelay",
"editor.minimap.enabled": false,
"editor.formatOnType": true,
"editor.colorDecorators": false,
"workbench.colorCustomizations": {
// "activityBar.background": "#00AA00"
"editor.selectionBackground": "#00aa0063",
"editor.selectionHighlightBackground": "#fff",
"editor.wordHighlightBackground": "#445344",
"editor.wordHighlightStrongBackground": "#6600aa",
"editor.findMatchBackground": "#609eee"
}
}
@khikrama
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment