/vscode-macos-classic.theme

A macOS native style theme for Visual Studio Code

Primary LanguageMakefileMIT LicenseMIT

macOS Classic theme for Visual Studio Code

vsm-version

A macOS native style theme for Visual Studio Code, let it same like TextMate, Safari or others native app in macOS.

  • macOS Native style theme;
  • Code Highlight theme (Mac Classic);
  • Icon theme;

Installation

Install Now

https://marketplace.visualstudio.com/items?itemName=huacnlee.theme-macos-classic

Usage

You can setup settings to get best effect:

{
  "editor.fontFamily": "Menlo, Monaco, Consolas, 'Courier New', monospace",
  "editor.fontSize": 12,
  "window.titleBarStyle": "native",
  "workbench.editor.tabCloseButton": "left",
  "workbench.editor.showIcons": false,
  "workbench.sideBar.location": "left",
  "editor.renderLineHighlight": "none",
  "editor.minimap.enabled": false,
  "editor.glyphMargin": false,
  "editor.renderIndentGuides": true,
  "editor.selectionHighlight": false
}

Screenshot