All Projects → huacnlee → vscode-macos-classic.theme

huacnlee / vscode-macos-classic.theme

Licence: MIT license
macOS Classic theme for Visual Studio Code

Programming Languages

Makefile
30231 projects

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 (Light and Dark mode);
  • 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.autoDetectColorScheme": true,
  "window.titleBarStyle": "native",
  "window.autoDetectColorScheme": true,
  "workbench.activityBar.visible": false,
  "workbench.sideBar.location": "left",
  "workbench.editor.tabCloseButton": "left",
  "workbench.editor.showIcons": false,
  "workbench.sideBar.location": "left",
  "workbench.preferredLightColorTheme": "macOS Classic",
  "workbench.preferredDarkColorTheme": "macOS Classic Dark",
  "workbench.iconTheme": "macos-classic-icons",
  "editor.renderLineHighlight": "none",
  "editor.minimap.enabled": false,
  "editor.glyphMargin": false,
  "editor.renderIndentGuides": true,
  "editor.selectionHighlight": false,
  "editor.scrollbar.verticalScrollbarSize": 4,
  "editor.scrollbar.horizontalScrollbarSize": 4
}

Screenshot

macos-classic-light macos-classic-dark

Development Guides

Reference https://code.visualstudio.com/docs/getstarted/theme-color-reference

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].