macOS Classic theme for Visual Studio Code
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
Dark
Dark v2
Development Guides
Reference https://code.visualstudio.com/docs/getstarted/theme-color-reference