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;
Install Now
https://marketplace.visualstudio.com/items?itemName=huacnlee.theme-macos-classic
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
}