Skip to content

Instantly share code, notes, and snippets.

@jvik
Created February 7, 2019 10:43
Show Gist options
  • Save jvik/398ae4ba716ae71b9b322d5c63f586c0 to your computer and use it in GitHub Desktop.
Save jvik/398ae4ba716ae71b9b322d5c63f586c0 to your computer and use it in GitHub Desktop.
{
"terminal.external.osxExec": "iTerm.app",
"terminal.integrated.shell.osx": "/bin/zsh",
"terminal.integrated.fontFamily": "Source Code Pro",
"terminal.integrated.fontSize": 13,
"workbench.startupEditor": "newUntitledFile",
"git.autofetch": true,
"scssFormatter.tabWidth": 4,
"scssFormatter.useTabs": true,
"files.associations": {
"*.njk": "html",
"*.html": "html"
},
"sync.autoUpload": true,
"sync.quietSync": true,
"sync.removeExtensions": true,
"sync.syncExtensions": true,
"sync.autoDownload": false,
"sync.forceDownload": false,
"git.confirmSync": false,
"git.enableSmartCommit": true,
"gitProjectManager.baseProjectsFolders": [
"/Users/jvik/Documents/github-repos"
],
"materialTheme.accent": "Pink",
"material-icon-theme.activeIconPack": "none",
"window.zoomLevel": 0,
// Controls the line height. Use 0 to compute the lineHeight from the fontSize.
"editor.lineHeight": 0,
// Enables font ligatures
"editor.fontLigatures": true,
// Controls if file decorations should use badges.
"explorer.decorations.badges": true,
"workbench.colorTheme": "Dracula",
"editor.fontFamily": "Source Code Pro",
"editor.fontSize": 14,
"workbench.fontAliasing": "antialiased",
"editor.fontWeight": "600",
"editor.renderWhitespace": "all",
"editor.formatOnPaste": false,
"editor.formatOnSave": false,
"editor.formatOnType": false,
"editor.insertSpaces": false,
"editor.cursorBlinking": "smooth",
"editor.cursorStyle": "line-thin",
"terminal.integrated.cursorBlinking": true,
"terminal.integrated.cursorStyle": "line",
"workbench.colorCustomizations": {
"activityBarBadge.background": "#FF4081",
"list.activeSelectionForeground": "#FF4081",
"list.inactiveSelectionForeground": "#FF4081",
"list.highlightForeground": "#FF4081",
"scrollbarSlider.activeBackground": "#FF408150",
"editorSuggestWidget.highlightForeground": "#FF4081",
"textLink.foreground": "#FF4081",
"progressBar.background": "#FF4081",
"pickerGroup.foreground": "#FF4081",
"tab.activeBorder": "#FF4081",
"notificationLink.foreground": "#FF4081",
"editorWidget.resizeBorder": "#FF4081",
"editorWidget.border": "#FF4081",
"settings.modifiedItemIndicator": "#FF4081",
"settings.headerForeground": "#FF4081",
"panelTitle.activeBorder": "#FF4081",
"breadcrumb.activeSelectionForeground": "#FF4081",
"menu.selectionForeground": "#FF4081",
"menubar.selectionForeground": "#FF4081"
},
"gitlens.mode.active": "review",
"files.autoSave": "off",
"tslint.typeCheck": true,
"vetur.format.options.useTabs": true,
"vetur.format.options.tabSize": 4,
"todo-tree.defaultHighlight": {
"foreground": "green",
"type": "none"
},
"todo-tree.customHighlight": {
"TODO": {},
"FIXME": {}
},
"workbench.iconTheme": "material-icon-theme",
"editor.rulers": [120],
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment