Skip to content
| Marketplace
Sign in
Visual Studio Code>Themes>SyroNew to Visual Studio Code? Get it now.
Syro

Syro

evanl

|
269 installs
| (0) | Free
Minimal theme based off One Dark
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Syro Editor Preview Bare Syro Editor Preview

{
  // 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"
    }
  }
}
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft