theme-macos-classic
v1.4.6
Published
macOS Classic.
Downloads
5
Maintainers
Readme
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
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": 6
}
Screenshot
Development Guides
Reference https://code.visualstudio.com/docs/getstarted/theme-color-reference