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: 6 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 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-24T01:47:54.000Z (8 months ago)
- Last Synced: 2025-04-02T12:05:11.603Z (7 months ago)
- Topics: macos-classic, zed, zed-extension, zed-theme
- Language: JavaScript
- Homepage:
- Size: 34.2 KB
- Stars: 89
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# macOS Classic Theme for Zed
A macOS native style theme for [Zed](https://zed.dev), let it same like native app in macOS.
## Screenshot
### Light

### Dark

### Dark2

## 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