Skip to content

Instantly share code, notes, and snippets.

@darwin-morocho
Last active April 19, 2023 12:33
Show Gist options
  • Save darwin-morocho/ef7d978af206e95eab5ab6a34576ae35 to your computer and use it in GitHub Desktop.
Save darwin-morocho/ef7d978af206e95eab5ab6a34576ae35 to your computer and use it in GitHub Desktop.
{
"[dart]": {
"editor.formatOnSave": true,
"editor.formatOnType": true,
"editor.rulers": [],
"editor.selectionHighlight": false,
"editor.suggest.snippetsPreventQuickSuggestions": false,
"editor.suggestSelection": "first",
"editor.tabCompletion": "onlySnippets",
"editor.wordBasedSuggestions": false
},
"editor.fontSize": 15,
"editor.fontFamily": "JetBrains Mono ExtraLight",
"editor.fontLigatures": false,
"workbench.iconTheme": "vscode-icons",
"editor.minimap.enabled": false,
"vsicons.dontShowNewVersionMessage": true,
"workbench.colorCustomizations": {
"[Bluloco Dark Italic]": {
"editorIndentGuide.background": "#172c35",
"editorIndentGuide.activeBackground": "#38444b",
"editor.lineHighlightBackground": "#283c576d",
"sideBar.background": "#0f1e25",
"editor.background": "#0f1e25",
"debugToolBar.background": "#102027",
"breadcrumb.background": "#102027",
"sideBarSectionHeader.background": "#122a35",
"statusBar.background": "#102027",
"editor.selectionBackground": "#8bcdff3e",
"sideBarSectionHeader.foreground": "#007bff",
"editorGroupHeader.tabsBackground": "#172c35",
"tab.activeBorderTop": "#00d9ff",
"statusBar.foreground": "#1ca8ff",
"titleBar.activeBackground": "#122a35",
"tab.activeForeground": "#1ca8ff",
"tab.inactiveBackground": "#11262e",
"tab.hoverBackground": "#011921",
"welcomePage.background": "#102027",
"activityBar.background": "#102027",
"terminal.ansiBlack": "#fff",
"terminal.ansiBrightBlack": "#105469",
"terminal.foreground": "#1cd5ff",
"editor.foreground": "#b2c3d8",
"notifications.background": "#102027"
}
},
"dart.showInspectorNotificationsForWidgetErrors": false,
"explorer.confirmDelete": false,
"[json]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"dart.previewFlutterUiGuides": true,
"workbench.editor.enablePreviewFromQuickOpen": true,
"[typescriptreact]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[typescript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"workbench.colorTheme": "Bluloco Dark Italic",
"workbench.activityBar.visible": false,
"workbench.startupEditor": "none",
"liveServer.settings.donotShowInfoMsg": true,
"explorer.confirmDragAndDrop": false,
"dart.warnWhenEditingFilesInPubCache": false,
"[jsonc]": {
"editor.defaultFormatter": "vscode.json-language-features"
},
"editor.fontWeight": "400",
"window.zoomLevel": 2,
"git.openRepositoryInParentFolders": "never",
"explorer.compactFolders": false,
"[python]": {
"editor.formatOnType": true
},
"workbench.editorAssociations": {
"*.ttf": "ttf.preview"
},
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment