Ctrl+P
{ // settings.json "editor.fontFamily": "Operator Mono L", "editor.fontLigatures": true, "editor.lineHeight": 24, "editor.lineNumbers": "off", "editor.hideCursorInOverviewRuler": true, "editor.scrollbar.verticalScrollbarSize": 10, "editor.overviewRulerBorder": false, "editor.renderLineHighlight": "all", "editor.renderIndentGuides": false, "workbench.iconTheme": "material-icon-theme", "workbench.colorTheme": "Syro", "window.menuBarVisibility": "compact", // Extension: Customize UI by iocave "customizeUI.font.regular": "Operator Mono", "customizeUI.stylesheet": { // ".mtki": "font-style: normal !important", // Removes italics ".window-appicon, .tabs .editor-actions": "display: none !important", // Removes Icons ".fullscreen .title-actions": "display: none !important", // Removes Icons in Zen Mode ".label-description": "white-space: unset !important", // Fixes spacing in quick open // Makes tabs fill available space ".tabs .sizing-fit": "flex-grow: 1; text-align: center;", ".tabs .monaco-icon-label-container": "flex: unset !important", ".tabs .monaco-icon-label": "justify-content: center" } }
Removes borders:
{ "workbench.colorCustomizations": { "[Syro]": { "titleBar.border": "#0000", "sideBar.border": "#0000", "editorOverviewRuler.border": "#0000", "activityBar.border": "#0000", "statusBar.border": "#0000", "editorSuggestWidget.border": "#0000", "editorGroupHeader.tabsBorder": "#0000", "editorGroupHeader.border": "#0000", "tab.activeBorder": "#0000", "tab.border": "#0000", "menu.border": "#0000" } } }