Skip to content

Instantly share code, notes, and snippets.

/settings.json Secret

Created July 26, 2017 22:11
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 anonymous/7dcbdfec41b4f6c2c9e1e09396ab7be6 to your computer and use it in GitHub Desktop.
Save anonymous/7dcbdfec41b4f6c2c9e1e09396ab7be6 to your computer and use it in GitHub Desktop.
{
"editor.fontFamily": "'Source Code Pro'",
"editor.fontSize": 13,
"editor.minimap.enabled": false,
"editor.renderIndentGuides": false,
"editor.rulers": [80],
"editor.tabSize": 2,
"emmet.useNewEmmet": true,
"explorer.enableDragAndDrop": false,
"explorer.openEditors.visible": 0,
"files.exclude": {
"blib/": true,
"pm_to_blib": true,
"Makefile.old": true,
"MYMETA.*": true
},
"files.insertFinalNewline": true,
"perltidy-more.profile": ".../.perltidyrc",
"terminal.integrated.fontSize": 13,
"workbench.colorCustomizations": {
"activityBar.background": "#282c34",
"editorGroup.background": "#282c34",
"focusBorder": "#0000",
"scrollbar.shadow": "#0000",
"tab.activeBackground": "#282c34",
"terminal.ansiBlack": "#282c34",
"terminal.ansiBlue": "#61afef",
"terminal.ansiBrightBlack": "#282c34",
"terminal.ansiBrightBlue": "#61afef",
"terminal.ansiBrightCyan": "#56b6c2",
"terminal.ansiBrightGreen": "#98c379",
"terminal.ansiBrightMagenta": "#c678dd",
"terminal.ansiBrightRed": "#e06c75",
"terminal.ansiBrightYellow": "#d19a66",
"terminal.ansiCyan": "#56b6c2",
"terminal.ansiGreen": "#98c379",
"terminal.ansiMagenta": "#c678dd",
"terminal.ansiRed": "#e06c75",
"terminal.ansiYellow": "#d19a66",
"widget.shadow": "#0000"
},
"workbench.colorTheme": "One Dark Pro",
"workbench.editor.enablePreview": false,
"workbench.iconTheme": "vs-minimal",
"workbench.startupEditor": "none"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment