Skip to content

Instantly share code, notes, and snippets.

@zerodois
Last active February 21, 2018 14:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zerodois/a4415bac1aa92a2b823099956deec225 to your computer and use it in GitHub Desktop.
Save zerodois/a4415bac1aa92a2b823099956deec225 to your computer and use it in GitHub Desktop.
Meteor VSCode Settings
{
"workbench.colorTheme": "Meteor",
"workbench.startupEditor": "newUntitledFile",
"editor.tabSize": 2,
"editor.fontFamily": "Fira Code",
"editor.fontLigatures": true,
"debug.allowBreakpointsEverywhere": false,
"workbench.colorCustomizations": {
"statusBar.background": "#F92672",
"statusBar.foreground": "#fff",
"sideBar.background": "#22172d",
"editorGroupHeader.tabsBackground": "#22172d",
"tab.inactiveBackground": "#22172d",
"activityBar.background": "#38254a",
"activityBar.foreground": "#F92672",
"activityBarBadge.background": "#26f9ad",
"activityBarBadge.foreground": "#333",
"input.background": "#22172d",
"list.hoverBackground": "#191022",
"list.hoverForeground": "#fff",
"list.activeSelectionBackground": "#51366C",
"list.focusBackground": "#51366C",
"list.dropBackground": "#191022",
"list.inactiveFocusBackground": "#f80",
"list.inactiveSelectionBackground": "#533c6d",
"editorSuggestWidget.background": "#22172d",
"editorSuggestWidget.border": "#180f20",
"badge.background": "#F92672",
"scrollbarSlider.hoverBackground": "#51366C",
"scrollbarSlider.background": "#38254a"
},
"files.autoSave": "off"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment