Last active
January 28, 2021 06:04
-
-
Save itsmikita/e33ca04fd00a112f6b55657cb7ec69e7 to your computer and use it in GitHub Desktop.
Visual Studio Code Custom Settings
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"editor.matchBrackets": "always", | |
"workbench.colorTheme": "Framer Syntax", | |
"workbench.iconTheme": "macos-modern-minimal-mono-icon-theme", | |
"editor.cursorStyle": "block", | |
"editor.fontSize": 15, | |
"editor.fontFamily": "JetBrains Mono", | |
"editor.fontWeight": "normal", | |
"editor.fontLigatures": "'zero'", | |
"editor.tabSize": 2, | |
"workbench.editor.enablePreview": false, | |
"editor.autoClosingBrackets": "always", | |
"editor.autoClosingQuotes": "always", | |
"editor.codeLens": false, | |
"editor.rename.enablePreview": false, | |
"editor.roundedSelection": false, | |
"editor.semanticHighlighting.enabled": false, | |
"window.autoDetectHighContrast": false, | |
"editor.formatOnPaste": true, | |
"editor.formatOnSave": true, | |
"editor.minimap.enabled": false, | |
"workbench.activityBar.visible": false, | |
"workbench.tree.indent": 22, | |
"workbench.editor.showIcons": false, | |
"workbench.tree.renderIndentGuides": "none", | |
"workbench.editor.tabCloseButton": "left", | |
"workbench.editor.tabSizing": "fit", | |
"files.simpleDialog.enable": true, | |
"grunt.autoDetect": "off", | |
"gulp.autoDetect": "off", | |
"html.format.wrapLineLength": 80, | |
"intelephense.completion.maxItems": 30, | |
"intelephense.maxMemory": 512, | |
"intelephense.telemetry.enabled": false, | |
"jake.autoDetect": "off", | |
"debug.javascript.autoAttachFilter": "smart", | |
"npm.packageManager": "yarn", | |
"php.validate.executablePath": "/usr/local/bin/php", | |
"subtleBrackets.pairs": [ | |
{ | |
"open": "(", | |
"close": ")" | |
}, | |
{ | |
"open": "[", | |
"close": "]" | |
}, | |
{ | |
"open": "{", | |
"close": "}" | |
} | |
], | |
"subtleBrackets.style": { | |
"borderWidth": "0px", | |
"borderStyle": "none none solid none", | |
"backgroundColor": "#ffd14a", | |
"color": "#000" | |
}, | |
"breadcrumbs.enabled": false, | |
"window.titleBarStyle": "native", | |
"window.nativeTabs": true, | |
"window.zoomLevel": 0, | |
"problems.decorations.enabled": false, | |
"workbench.colorCustomizations": { | |
"activityBar.background": "#111", | |
"activityBar.border": "#111", | |
"activityBar.dropBackground": "#000", | |
"activityBar.foreground": "#fff", | |
"activityBarBadge.foreground": "#FFF", | |
"activityBarBadge.background": "#00AEFF", | |
"list.activeSelectionForeground": "#fff", | |
"list.inactiveSelectionForeground": "#fff", | |
"list.highlightForeground": "#00AEFF", | |
"scrollbarSlider.activeBackground": "#777", | |
"editorSuggestWidget.highlightForeground": "#fff", | |
"textLink.foreground": "#00AEFF", | |
"progressBar.background": "#00AEFF", | |
"pickerGroup.foreground": "#00AEFF", | |
"notificationLink.foreground": "#00AEFF", | |
"badge.foreground": "#fff", | |
"button.background": "#0a84ff", | |
"button.foreground": "#fff", | |
"button.hoverBackground": "#0a84ff", | |
"contrastBorder": "#111", | |
"debugExceptionWidget.background": "#272727", | |
"debugExceptionWidget.border": "#2D2D2D", | |
"debugToolBar.background": "#141414", | |
"descriptionForeground": "#808080", | |
"diffEditor.insertedTextBackground": "#333", | |
"diffEditor.insertedTextBorder": "#2D2D2D", | |
"diffEditor.removedTextBackground": "#333", | |
"diffEditor.removedTextBorder": "#2D2D2D", | |
"dropdown.background": "#333", | |
"dropdown.border": "#2D2D2D", | |
"dropdown.foreground": "#fff", | |
"editor.foreground": "#fff", | |
"editor.findRangeHighlightBackground": "#333", | |
"editor.hoverHighlightBackground": "#333", | |
"editor.inactiveSelectionBackground": "#333", | |
"editor.rangeHighlightBackground": "#222", | |
"editor.selectionHighlightBackground": "#333", | |
"editor.wordHighlightStrongBackground": "#333", | |
"editor.wordHighlightBackground": "#333", | |
"editorBracketMatch.background": "#333", | |
"editorBracketMatch.border": "#333", | |
"editorCodeLens.foreground": "#333", | |
"editorError.border": "#2D2D2D", | |
"editorError.foreground": "#e27e8d", | |
"editorGutter.background": "#111", | |
"editorGutter.deletedBackground": "#e27e8d", | |
"editorGutter.modifiedBackground": "#111", | |
"editorGroup.emptyBackground": "#111", | |
"editorGroup.border": "#2D2D2D", | |
"editorGroup.dropBackground": "#111", | |
"editorGroupHeader.tabsBackground": "#111", | |
"editorGroupHeader.tabsBorder": "#2d2d2d", | |
"editorHoverWidget.background": "#111", | |
"editorHoverWidget.border": "#2d2d2d", | |
"editorIndentGuide.background": "#111", | |
"editorLink.activeForeground": "#888", | |
"editorMarkerNavigation.background": "#111", | |
"editorMarkerNavigationError.background": "#111", | |
"editorMarkerNavigationWarning.background": "#2d2d2d", | |
"editorOverviewRuler.border": "#2d2d2d", | |
"editorOverviewRuler.commonContentForeground": "#ebbf8355", | |
"editorOverviewRuler.currentContentForeground": "#ee3a4355", | |
"editorOverviewRuler.incomingContentForeground": "#3ad90055", | |
"editorRuler.foreground": "#fff", | |
"editorSuggestWidget.background": "#111", | |
"editorSuggestWidget.border": "#2d2d2d", | |
"editorSuggestWidget.foreground": "#888", | |
"editorSuggestWidget.selectedBackground": "#333", | |
"editorWarning.border": "#ffffff00", | |
"editorWarning.foreground": "#e27e8d", | |
"editorWhitespace.foreground": "#444", | |
"editorWidget.background": "#111", | |
"editorWidget.border": "#2d2d2d", | |
"errorForeground": "#e27e8d", | |
"extensionButton.prominentBackground": "#333", | |
"extensionButton.prominentForeground": "#fff", | |
"extensionButton.prominentHoverBackground": "#222", | |
"focusBorder": "#2d2d2d", | |
"foreground": "#888", | |
"input.background": "#111", | |
"input.border": "#111", | |
"input.foreground": "#fff", | |
"input.placeholderForeground": "#888", | |
"inputOption.activeBorder": "#eee", | |
"inputValidation.errorBackground": "#FF5459", | |
"inputValidation.errorBorder": "#4C292A", | |
"inputValidation.errorForeground": "#fff", | |
"inputValidation.infoBackground": "#5ec4ff", | |
"inputValidation.infoBorder": "#539afc", | |
"inputValidation.infoForeground": "#fff", | |
"inputValidation.warningBackground": "#fff", | |
"inputValidation.warningBorder": "#d98e48", | |
"list.activeSelectionBackground": "#333", | |
"list.dropBackground": "#000", | |
"list.focusBackground": "#333", | |
"list.focusForeground": "#888", | |
"list.hoverBackground": "#333", | |
"list.hoverForeground": "#fff", | |
"list.inactiveSelectionBackground": "#333", | |
"merge.border": "#ffffff00", | |
"merge.commonContentBackground": "#ffffff00", | |
"merge.commonHeaderBackground": "#ffffff00", | |
"merge.currentContentBackground": "#ffffff00", | |
"merge.currentHeaderBackground": "#ffffff00", | |
"merge.incomingContentBackground": "#ffffff00", | |
"merge.incomingHeaderBackground": "#ffffff00", | |
"panel.background": "#111", | |
"panel.border": "#2D2D2D", | |
"panelTitle.activeBorder": "#2D2D2D", | |
"panelTitle.activeForeground": "#888", | |
"panelTitle.inactiveForeground": "#333", | |
"peekView.border": "#2D2D2D", | |
"peekViewEditor.background": "#111", | |
"peekViewEditor.matchHighlightBackground": "#333", | |
"peekViewEditorGutter.background": "#111", | |
"peekViewResult.background": "#111", | |
"peekViewResult.fileForeground": "#fff", | |
"peekViewResult.lineForeground": "#fff", | |
"peekViewResult.matchHighlightBackground": "#333", | |
"peekViewResult.selectionBackground": "#333", | |
"peekViewResult.selectionForeground": "#fff", | |
"peekViewTitle.background": "#111", | |
"peekViewTitleDescription.foreground": "#888", | |
"peekViewTitleLabel.foreground": "#00AEFF", | |
"pickerGroup.border": "#333", | |
"scrollbar.shadow": "#000", | |
"scrollbarSlider.background": "#333", | |
"scrollbarSlider.hoverBackground": "#333", | |
"selection.background": "#96ceee", | |
"sideBar.border": "#111", | |
"sideBarTitle.foreground": "#888", | |
"statusBar.background": "#111", | |
"statusBar.border": "#111", | |
"statusBar.debuggingBackground": "#111", | |
"statusBar.debuggingForeground": "#666", | |
"statusBar.noFolderBackground": "#111", | |
"statusBar.noFolderForeground": "#666", | |
"statusBarItem.activeBackground": "#09f", | |
"statusBarItem.hoverBackground": "#333", | |
"tab.unfocusedActiveForeground": "#888", | |
"tab.unfocusedInactiveForeground": "#888", | |
"textBlockQuote.background": "#111", | |
"textBlockQuote.border": "#111", | |
"textCodeBlock.background": "#111", | |
"textLink.activeForeground": "#00AEFF", | |
"textPreformat.foreground": "#888", | |
"textSeparator.foreground": "#888", | |
"titleBar.activeBackground": "#111", | |
"titleBar.activeForeground": "#fff", | |
"titleBar.inactiveBackground": "#111", | |
"titleBar.inactiveForeground": "#777", | |
"walkThrough.embeddedEditorBackground": "#111", | |
"welcomePage.buttonBackground": "#111", | |
"welcomePage.buttonHoverBackground": "#333", | |
"widget.shadow": "#000", | |
"tab.border": "#535353", | |
"tab.activeBorder": "#000", | |
"tab.activeBackground": "#2e2e2e", | |
"tab.activeForeground": "#fff", | |
"tab.inactiveBackground": "#1c1c1c", | |
"tab.inactiveForeground": "#5d5d5d", | |
"statusBar.foreground": "#9e9e9e", | |
"sideBar.background": "#282829", | |
"sideBar.foreground": "#949494", | |
"gitDecoration.ignoredResourceForeground": "#7b7b7bbb", | |
"sideBarSectionHeader.background": "#4c4c4d", | |
"sideBarSectionHeader.foreground": "#fff", | |
"editor.background": "#111", | |
"editorCursor.background": "#fff", | |
"editorCursor.foreground": "#0a84ff", | |
"editor.selectionBackground": "#0a84ff", | |
"editor.lineHighlightBackground": "#000", | |
"editor.lineHighlightBorder": "#000", | |
"editorLineNumber.foreground": "#7b7b7b40", | |
"editorLineNumber.activeForeground": "#409cff", | |
"editor.findMatchBackground": "#91dd64", | |
"editor.findMatchHighlightBackground": "#91dd6440", | |
"editorIndentGuide.activeBackground": "#00aeff80" | |
}, | |
"workbench.editor.showTabs": true, | |
"intelephense.phpdoc.textFormat": "text", | |
"intelephense.format.enable": false, | |
"vscode_vibrancy.type": "auto", | |
"vscode_vibrancy.theme": "Dark (Only Subbar)", | |
"terminal.integrated.rendererType": "dom", | |
"vscode_vibrancy.opacity": -1, | |
"workbench.fontAliasing": "default" | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"workbench.colorTheme": "Framer Syntax" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment