Last active
February 29, 2020 23:23
-
-
Save bbg/d4b62b0727007a8a878bc9d5ace1e7ae to your computer and use it in GitHub Desktop.
vscode 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
{ | |
"go.buildOnSave": "workspace", | |
"go.toolsGopath": "/home/nocturnalmonster/go", | |
"workbench.tree.renderIndentGuides": "always", | |
"workbench.colorCustomizations": { | |
// "list.inactiveSelectionBackground": "#C5DEF0", | |
// "sideBar.background": "#F8F6F6", | |
// "sideBar.foreground": "#000000", | |
// "editor.background": "#FFFFFF", | |
// "editor.foreground": "#000000", | |
// "sideBarSectionHeader.background": "#CAC9C9", | |
// "sideBarSectionHeader.foreground": "#000000", | |
"activityBar.border": "#000000", | |
"sideBar.border": "#000000", | |
"editorGroup.border": "#000000", | |
// "editorGutter.background": "#000000" | |
// "statusBar.background": "#102F97", | |
// "scrollbarSlider.activeBackground": "#77D4CB", | |
// "scrollbarSlider.hoverBackground": "#8CE6DA", | |
// "badge.background": "#81CA91" | |
"panel.background": "#222222", | |
"panel.border": "#000000", | |
"focusBorder": "#666666", | |
}, | |
"go.formatTool": "goformat", | |
"terminal.explorerKind": "external", | |
"terminal.integrated.fontSize": 13, | |
"terminal.integrated.fontWeightBold": "normal", | |
"git.ignoreLimitWarning": true, | |
"editor.fontSize": 13, | |
"editor.lineHeight": 22, | |
"workbench.tree.indent": 22, | |
"workbench.iconTheme": "material-icon-theme" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment