Created
April 7, 2021 13:59
-
-
Save MashukeAlam/03e0af1ecc24de157aea9db37bc0f415 to your computer and use it in GitHub Desktop.
This file contains 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.startupEditor": "newUntitledFile", | |
"editor.fontFamily": "'SF Mono', Consolas, 'Courier New', monospace", | |
"editor.fontSize": 18, | |
"files.autoSave": "afterDelay", | |
"workbench.colorTheme": "Default High Contrast", | |
"editor.suggestSelection": "first", | |
"vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue", | |
"terminal.integrated.shell.windows": "C:\\Program Files\\Git\\bin\\bash.exe", | |
"terminal.integrated.shellArgs.windows": [ | |
"--login" | |
], | |
"window.zoomLevel": 1.2, | |
"workbench.colorCustomizations": { | |
"editor.background": "#000000", | |
"editor.foreground": "#eeffff", | |
"activityBarBadge.background": "#3dee37", | |
"sideBarTitle.foreground": "#a4e1ff", | |
"statusBar.background": "#0c8f00", | |
"sideBar.background": "#191919", | |
"statusBar.noFolderBackground": "#212121", | |
"statusBar.debuggingBackground": "#263238", | |
"activityBar.activeBorder": "#00ff00", | |
"activityBar.background": "#0a230a", | |
"tab.activeBackground": "#61ff64", | |
"tab.activeForeground": "#000000", | |
"tab.activeBorder": "#fff", | |
"titleBar.border": "#00ff00", | |
"panel.border": "#00ff00", | |
"menu.border": "#00ff00", | |
"tab.border": "#00ff00", | |
"focusBorder": "#00ff00", | |
"scrollbarSlider.hoverBackground": "#fff461", | |
"scrollbarSlider.activeBackground": "#00ff90", | |
"editor.lineHighlightBorder": "#ff61f2", | |
"editorBracketMatch.border": "#a74fff" | |
}, | |
"workbench.sideBar.location": "right" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment