Skip to content

huacnlee/vscode-macos-classic.theme

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

83 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:

{
  "window.nativeTabs": false,
  "workbench.activityBar.location": "top",
  "editor.fontFamily": "Menlo, Monaco, Consolas, 'Courier New', monospace",
  "editor.fontSize": 12,
  "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 v2",
  "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

Light

macos-classic-light

Dark

macos-classic-dark

Dark v2

SCR-20231218-j82

Development Guides

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

Other Tools Themes

About

macOS Classic theme for Visual Studio Code

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published