Skip to content

Instantly share code, notes, and snippets.

@praveen001
Last active October 10, 2018 17:19
Show Gist options
  • Save praveen001/c380e7ec749e8db6fc7ba0b293d8c9d5 to your computer and use it in GitHub Desktop.
Save praveen001/c380e7ec749e8db6fc7ba0b293d8c9d5 to your computer and use it in GitHub Desktop.
vs code settings
{
"editor.multiCursorModifier": "ctrlCmd",
"editor.snippetSuggestions": "top",
"gitlens.advanced.messages": {
"suppressShowKeyBindingsNotice": true,
"suppressWelcomeNotice": true
},
"window.zoomLevel": 0,
"editor.tabSize": 2,
"editor.wordWrap": "off",
"editor.formatOnPaste": true,
"gitlens.keymap": "chorded",
"eslint.enable": false,
"workbench.colorCustomizations": {
"statusBar.background": "#000",
"statusBar.border": "#222",
"statusBar.foreground": "#02bb7d",
"sideBar.background": "#000000",
"sideBar.border": "#222",
"sideBarTitle.foreground": "#FFF",
"sideBarSectionHeader.background": "#222",
"sideBarSectionHeader.foreground": "#fff",
"sideBar.foreground": "#fff",
"dropdown.background": "#222",
"dropdown.listBackground": "#000",
"editor.findMatchBackground": "#003b28",
"panel.background": "#000",
"panelTitle.activeForeground": "#02bb7d",
"panelTitle.inactiveForeground": "#aaa",
"terminal.background": "#000",
"terminal.foreground": "#FFF",
"tab.border": "#222",
"editorGroupHeader.tabsBackground": "#000",
"tab.inactiveForeground": "#aaa",
"tab.inactiveBackground": "#000",
"tab.activeBorderTop": "#02bb7d",
"tab.activeForeground": "#7bf0c9",
"tab.activeBackground": "#000000",
"editor.background": "#000000",
"editorBracketMatch.background": "#222",
"editorSuggestWidget.background": "#111",
"editorHoverWidget.background": "#111",
"editor.lineHighlightBackground": "#111",
"activityBar.border": "#222",
"activityBar.background": "#000",
"activityBarBadge.background": "#005f41",
"menu.background": "#111",
"titleBar.activeBackground": "#000",
"breadcrumb.background": "#ff0000",
"list.dropBackground": "#ff0000",
},
"editor.tokenColorCustomizations": {
"keywords": "#f92672",
"comments": "#588500",
"functions": "#d6b004"
},
"terminal.integrated.letterSpacing": 2,
"terminal.integrated.lineHeight": 1.2,
"workbench.sideBar.location": "right",
"workbench.statusBar.feedback.visible": false,
"ruby.intellisense": "rubyLocate",
"window.titleBarStyle": "custom",
"ruby.codeCompletion": "rcodetools",
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment