Skip to content

Instantly share code, notes, and snippets.

@madiodio
Created January 3, 2019 19:40
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 madiodio/9e73d99d433b3f376ed4cfa4040d3cf5 to your computer and use it in GitHub Desktop.
Save madiodio/9e73d99d433b3f376ed4cfa4040d3cf5 to your computer and use it in GitHub Desktop.
{
"typescript.tsserver.log": "verbose",
// "window.title": "${dirty} ${activeEditorMedium}${separator}${rootName}",
"window.title": "${activeEditorMedium}${separator}${rootName} ⚡",
"terminal.integrated.fontSize": 14,
"terminal.integrated.fontFamily": "Hasklig",
"editor.tokenColorCustomizations": {
"[fairyfloss]": {
"types": {
"foreground": "#ffb0fe"
},
"keywords": "#75ffc8",
"comments": "#9690b4",
"strings": "#fdffc5",
"variables": "#fff8fb"
}
},
"editor.tabSize": 2,
"editor.wordWrap": "on",
"editor.renderWhitespace": "all",
"editor.matchBrackets": false,
"editor.cursorBlinking": "smooth",
"editor.cursorWidth": 3,
"editor.dragAndDrop": true,
"editor.fontFamily": "SF Mon, Dank Mon, LigaRobotoMon, Hasklg, Fira Cde, Operator Mono",
"editor.fontLigatures": true,
"editor.fontWeight": "200",
"editor.fontSize": 16.8,
"editor.lineHeight": 24,
"editor.minimap.enabled": false,
"editor.snippetSuggestions": "top",
"editor.multiCursorModifier": "ctrlCmd",
"editor.lineNumbers": "interval",
"editor.occurrencesHighlight": true,
"editor.formatOnType": false,
"editor.formatOnPaste": true,
"css.validate": true,
"javascript.validate.enable": false,
"emmet.syntaxProfiles": {
"javascript": "jsx"
},
"prettier.eslintIntegration": true,
"prettier.printWidth": 90,
"eslint.autoFixOnSave": true,
// "flow.useLSP": true,
"files.defaultLanguage": "javascript",
"files.autoSave": "off",
"files.associations": {
"*.js": "javascriptreact",
"*.sass": "scss",
".env-cmdrc": "json",
"*.graphcool": "graphql",
".graphqlconfig": "json",
".stylelintrc": "json"
},
"files.watcherExclude": {
"**/.git/objects/**": true,
"**/.git/subtree-cache/**": true,
"**/node_modules/**": true,
"**/web/node_modules": true,
"**/web/build": true, // will change frequently by build command
"**/admin/node_modules": true
},
"extensions.autoUpdate": false,
"git.autofetch": true,
"npm.enableScriptExplorer": true,
"emmet.triggerExpansionOnTab": true,
"emmet.includeLanguages": {
"javascript": "javascriptreact"
},
"workbench.startupEditor": "newUntitledFile",
"workbench.colorCustomizations": {
"[One Dark Pro Vivid]": {
"tab.activeBackground": "#282c34",
"activityBar.background": "#282c34",
"editorGroup.emptyBackground": "#282c34",
"sideBar.background": "#282c34"
},
"[One Dark Pro]": {
"sideBar.foreground": "#7F848E",
"editor.background": "#282c35"
},
"[Material Theme]": {
"activityBarBadge.background": "#00BCD4",
"list.activeSelectionForeground": "#00BCD4",
"list.inactiveSelectionForeground": "#00BCD4",
"list.highlightForeground": "#00BCD4",
"scrollbarSlider.activeBackground": "#00BCD450",
"editorSuggestWidget.highlightForeground": "#00BCD4",
"textLink.foreground": "#00BCD4",
"progressBar.background": "#00BCD4",
"pickerGroup.foreground": "#00BCD4",
"tab.activeBorder": "#00BCD4",
"editorIndentGuide.background": "#56616b59"
},
"[fairyfloss]": {
"editor.wordHighlightBackground": "#ffb0fe40",
"editor.wordHighlightBorder": "#7f848e",
"editor.wordHighlightStrongBackground": "#ffb0fe40",
"editor.wordHighlightStrongBorder": "#7f848e",
"editor.selectionBackground": "#ffb0fe40",
"editor.selectionHighlightBackground": "#ffffff2f",
"editor.selectionHighlightBorder": "#c3b6c4c2",
"editorLineNumber.foreground": "#b78bd887",
"editorLineNumber.activeForeground": "#dcd5fc",
"editorIndentGuide.background": "#e5e5e52d",
"editorWhitespace.foreground": "#dbb4d13b",
"sideBar.foreground": "#a09bb9",
"statusBar.background": "#514C66",
"statusBar.foreground": "#a09bb9",
"titleBar.activeBackground": "#be4c89",
"editor.background": "#514C66"
// "editor.background": "#2c2b36"
},
"[Oceanic Next]": {
"titleBar.activeBackground": "#93eceb"
},
// github.com/Tyriar/vscode-snazzy
"terminal.foreground": "#eff0eb",
"terminal.ansiBlack": "#282a36",
"terminal.ansiRed": "#ff5c57",
"terminal.ansiGreen": "#5af78e",
"terminal.ansiYellow": "#f3f99d",
"terminal.ansiBlue": "#57c7ff",
"terminal.ansiMagenta": "#ff6ac1",
"terminal.ansiCyan": "#9aedfe",
"terminal.ansiWhite": "#f1f1f0",
"terminal.ansiBrightBlack": "#686868",
"terminal.ansiBrightRed": "#ff5c57",
"terminal.ansiBrightGreen": "#5af78e",
"terminal.ansiBrightYellow": "#f3f99d",
"terminal.ansiBrightBlue": "#57c7ff",
"terminal.ansiBrightMagenta": "#ff6ac1",
"terminal.ansiBrightCyan": "#9aedfe",
"terminal.ansiBrightWhite": "#eff0eb"
},
"workbench.editor.tabSizing": "shrink",
"materialTheme.autoApplyIcons": false,
"material-icon-theme.files.associations": {
"*.js": "react",
".graphqlconfig": "graphql"
},
"material-icon-theme.folders.associations": {
"pages": "docs",
"utils": "scripts",
"server": "global",
"__types__": "javascript"
},
"material-icon-theme.activeIconPack": "react_redux",
"telemetry.enableCrashReporter": false,
"telemetry.enableTelemetry": false,
"workbench.iconTheme": "material-icon-theme",
"bracketPairColorizer.showVerticalScopeLine": true,
"bracketPairColorizer.highlightActiveScope": true,
"bracketPairColorizer.activeScopeCSS": [
"backgroundColor : {color}; opacity: 0.7",
"borderColor: {color}; opacity: 0.2"
],
"bracketPairColorizer.forceUniqueOpeningColor": true,
"workbench.activityBar.visible": true,
"terminal.integrated.rendererType": "dom",
"window.clickThroughInactive": false,
"workbench.sideBar.location": "left",
"typescript.validate.enable": true,
"stylelint.configOverrides": {
"ignoreFiles": ["**/*.md", "**/*.mdx"]
},
"javascript.updateImportsOnFileMove.enabled": "never",
"php.suggest.basic": false,
"flow.useLSP": true,
"breadcrumbs.enabled": true,
"git.confirmSync": false,
"html.autoClosingTags": false,
"typescript.autoClosingTags": false,
"auto-close-tag.activationOnLanguage": ["mdx"],
"git.decorations.enabled": false,
"editor.tabCompletion": "on",
"editor.find.globalFindClipboard": true,
"editor.suggest.localityBonus": true,
"gitlens.mode.statusBar.enabled": false,
"eslint.packageManager": "yarn",
"eslint.validate": ["javascript", "javascriptreact"],
"gitlens.blame.highlight.enabled": false,
"gitlens.blame.heatmap.enabled": false,
"gitlens.blame.avatars": false,
"gitlens.advanced.telemetry.enabled": false,
"gitlens.codeLens.enabled": false,
"gitlens.currentLine.enabled": false,
"gitlens.hovers.annotations.changes": false,
"gitlens.hovers.annotations.details": false,
"gitlens.hovers.annotations.enabled": false,
"gitlens.hovers.enabled": false,
"gitlens.showWhatsNewAfterUpgrades": false,
"workbench.colorTheme": "fairyfloss",
"editor.renderControlCharacters": true,
"editor.renderIndentGuides": false,
"editor.formatOnSave": true,
"typescript.referencesCodeLens.enabled": true,
"javascript.referencesCodeLens.enabled": true,
"window.zoomLevel": 1,
"editor.letterSpacing": 0.7,
"gitlens.views.repositories.showTrackingBranch": false,
"gitlens.views.fileHistory.avatars": false,
"gitlens.views.lineHistory.avatars": false,
"liveServer.settings.donotShowInfoMsg": true,
"update.channel": "none",
"vscode_custom_css.policy": true,
"gitlens.views.compare.avatars": false,
"gitlens.views.repositories.avatars": false,
"gitlens.views.search.avatars": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment