https://github.com/huacnlee/zed-theme-macos-classic
A macOS native style theme for Zed, let it same like native app in macOS.
https://github.com/huacnlee/zed-theme-macos-classic
macos-classic zed zed-extension zed-theme
Last synced: 4 months ago
JSON representation
A macOS native style theme for Zed, let it same like native app in macOS.
- Host: GitHub
- URL: https://github.com/huacnlee/zed-theme-macos-classic
- Owner: huacnlee
- License: mit
- Created: 2024-01-29T02:19:59.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-10-02T07:19:25.000Z (9 months ago)
- Last Synced: 2025-12-01T22:28:06.511Z (7 months ago)
- Topics: macos-classic, zed, zed-extension, zed-theme
- Language: JavaScript
- Homepage:
- Size: 38.1 KB
- Stars: 120
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-zed-extensions - macOS Classic Theme
README
# macOS Classic Theme for Zed
[](https://zed.dev/extensions/macos-classic)
A macOS native style theme for [Zed](https://zed.dev), let it same like native app in macOS.
## Screenshot
### Light

### Dark

## Usage
Setup auto switch theme in light and dark mode based on the system's appearance.
Open your Zed user settings.json: `~/.config/zed/settings.json`, and add this config:
```json
{
"theme": {
"mode": "system",
"light": "macOS Classic Light",
"dark": "macOS Classic Dark"
}
}
```
## 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)
## License
MIT