Skip to content

Instantly share code, notes, and snippets.

@RGGH
Created December 8, 2022 14:49
Show Gist options
  • Save RGGH/d47ff8240797471881b189642a46b349 to your computer and use it in GitHub Desktop.
Save RGGH/d47ff8240797471881b189642a46b349 to your computer and use it in GitHub Desktop.
{
"window.zoomLevel": 2,
"workbench.sideBar.location": "right",
"workbench.colorCustomizations": {
"terminal.background": "#dfdddd",
"editorCursor.foreground": "#e5b526",
"terminalCursor.foreground": "#c54940",
"editor.hover.enable":true,
"editor.action.triggerParameterHints":true,
},
"workbench.activityBar.visible": false,
"files.autoSave": "afterDelay",
"http.proxyAuthorization": null,
"code-runner.runInTerminal": true,
"editor.fontLigatures": true,
"editor.renderWhitespace": "all",
"editor.fontFamily": "'Fira Code', Menlo, Monaco, 'Courier New', monospace",
"editor.minimap.enabled": false,
"workbench.colorTheme": "Monokai",
"editor.language.colorizedBracketPairs": [
],
"glassit-linux.opacity": 100,
"workbench.startupEditor": "none",
"editor.codeActionsOnSave": {
},
"editor.tokenColorCustomizations": {
"[Monokai]": {
"comments": "#229977",
"textMateRules": [
{
"scope": "entity.name.function",
"settings": {
"fontStyle": "bold"
}
}
]
},
"[Visual Studio Light - C++]": {
"comments": "#b347d7",
"textMateRules": [
{
"scope": "entity.name.function",
"settings": {
"fontStyle": "bold"
}
}
]
}
},
"workbench.iconTheme": "eq-material-theme-icons",
"intellicodeApiExamples.python.enabled": false,
"workbench.editor.enablePreviewFromQuickOpen": true,
"editor.hover.delay": 1000,
"[rust]": {
"editor.defaultFormatter": "statiolake.vscode-rustfmt",
"editor.semanticHighlighting.enabled": false
},
"json.schemas": [
],
"glassit.alpha": 255,
"rust-analyzer.inlayHints.renderColons": false,
"rust-analyzer.lens.implementations.enable": false,
"rust-analyzer.semanticHighlighting.doc.comment.inject.enable": false,
"rust-analyzer.semanticHighlighting.operator.enable": false,
"rust-analyzer.semanticHighlighting.strings.enable": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment