Skip to content
| Marketplace
Sign in
Visual Studio Code>Themes>macOS ThemeNew to Visual Studio Code? Get it now.
macOS Theme

macOS Theme

easyaspi314

|
20,622 installs
| (1) | Free
A macOS-styled theme, based off the light theme and the Xcode_default TextMate theme.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

macOS Theme for Visual Studio Code

GitHub source: https://github.com/easyaspi314/vscode-macOS

Screenshot of JSON code on version 0.0.3

This is a macOS theme for Visual Studio Code. It is based off of the Xcode_default TextMate theme.

For best results, add the following to your User Settings:

{
    // Tab close button on the left
    "workbench.editor.tabCloseButton": "left",
    // Remove icons on the tabs
    "workbench.editor.showIcons": false,
    // Basic theme for Markdown preview 
    // This doesn't seem to work for the extension gallery.
    "markdown.styles": [
     "https://rawgit.com/easyaspi314/vscode-macOS/master/markdown.css"
    ]
}

If you are on macOS, you should also add this:

{
    // Use the native titlebar
    "window.titleBarStyle": "native",
    // Xcode's San Francisco Mono font. See below.
    "editor.fontFamily": "'SF Mono', Menlo, Monaco, 'Courier New', monospace"
}

To get Xcode's San Francisco Mono font installed, install Xcode, then open Finder.

Press Command+Shift+G, then paste this:

/Applications/Xcode.app/Contents/SharedFrameworks/DVTKit.framework/Versions/A/Resources

Now drag to select all of the SFMono-* fonts, double-click them, then select Install to add SF Mono to your usable fonts. (You can also use it in other apps as well).

License

My workspace colors are released under the MIT license, but as for the syntax theme, no license was provided.

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft