Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/huacnlee/vscode-macos-classic.theme
macOS Classic theme for Visual Studio Code
https://github.com/huacnlee/vscode-macos-classic.theme
macos-classic vscode-theme
Last synced: 16 days ago
JSON representation
macOS Classic theme for Visual Studio Code
- Host: GitHub
- URL: https://github.com/huacnlee/vscode-macos-classic.theme
- Owner: huacnlee
- License: mit
- Created: 2022-06-14T07:25:19.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-13T10:15:03.000Z (3 months ago)
- Last Synced: 2024-10-03T13:42:45.252Z (about 1 month ago)
- Topics: macos-classic, vscode-theme
- Language: Makefile
- Homepage:
- Size: 1.34 MB
- Stars: 17
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# macOS Classic theme for Visual Studio Code
[![vsm-version](https://img.shields.io/visual-studio-marketplace/v/huacnlee.theme-macos-classic?style=flat&label=VS%20Code)](https://marketplace.visualstudio.com/items?itemName=huacnlee.theme-macos-classic)
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](vscode:extension/huacnlee.theme-macos-classic)
https://marketplace.visualstudio.com/items?itemName=huacnlee.theme-macos-classic
## Usage
You can setup settings to get best effect:
```json
{
"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](https://github.com/huacnlee/vscode-macos-classic.theme/assets/5518/9d901978-fcd9-4871-95c9-9b513ef94730)
### Dark
![macos-classic-dark](https://github.com/huacnlee/vscode-macos-classic.theme/assets/5518/bc5e4ff4-a569-46ff-a6cc-1fa1d1c1c584)
### Dark v2
![SCR-20231218-j82](https://github.com/huacnlee/vscode-macos-classic.theme/assets/5518/2da6ef86-da52-4b40-a4a1-54eab0dd9c5f)
## Development Guides
Reference https://code.visualstudio.com/docs/getstarted/theme-color-reference
## Other Tools Themes
- [Zed Theme](https://github.com/huacnlee/zed-theme-macos-classic)
- [VS Code Theme](https://github.com/huacnlee/vscode-macos-classic.theme)
- [Warp Theme](https://github.com/huacnlee/warp-theme-macos-classic)