Skip to content

Instantly share code, notes, and snippets.

@pyk
Created August 3, 2019 20:42
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save pyk/fa0a06a84291489c9c141e35aa0e2aad to your computer and use it in GitHub Desktop.
{
"editor.fontSize": 14,
"workbench.colorTheme": "Visual Studio Light",
"workbench.colorCustomizations": {
"[DuoTone Dark Sea]": {
"sideBar.background": "#1D262F",
"sideBar.foreground": "#bec9d3",
"sideBar.dropBackground": "#bec9d3",
"sideBarTitle.foreground": "#444c55",
"sideBarSectionHeader.background": "#1D262F",
"sideBarSectionHeader.foreground": "#444c55",
"input.background": "#1D262F",
"input.border": "#42675a",
"activityBar.background": "#1D262F",
"activityBar.foreground": "#88b4e7",
"badge.background": "#354454",
"titleBar.activeBackground": "#1D262F",
"editorGroupHeader.tabsBackground": "#1D262F",
"tab.inactiveBackground":"#1D262F",
"statusBar.background": "#32ae85",
"editorLineNumber.foreground":"#444c55"
}
},
"editor.minimap.enabled": false,
"terminal.integrated.lineHeight": 1.5,
"files.trimTrailingWhitespace": true,
"extensions.ignoreRecommendations": false,
"workbench.sideBar.location": "right",
"editor.renderWhitespace": "none",
"rust-client.channel": "stable",
"rust-client.revealOutputChannelOn": "info",
"rust.all_features": true,
"rust.goto_def_racer_fallback": true,
"rust.show_warnings": true,
"window.zoomLevel": 0,
"[javascript]": {
"editor.tabSize": 2,
"editor.formatOnSave": true
},
"[rust]": {
"editor.tabSize": 4,
"editor.formatOnSave": true
},
"[sql]": {
"editor.tabSize": 2,
"editor.formatOnSave": true
},
"python.linting.flake8Enabled": true,
"todo-tree.defaultHighlight": {
"foreground": "green",
"type": "none"
},
"todo-tree.customHighlight": {
"TODO": {},
"FIXME": {}
},
"city-lights-icons-vsc.hidesExplorerArrows": false,
"workbench.activityBar.visible": false,
"editor.multiCursorModifier": "ctrlCmd"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment