Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 8 days 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 (9 months ago)
- Default Branch: main
- Last Pushed: 2024-10-29T02:19:30.000Z (10 days ago)
- Last Synced: 2024-10-29T03:21:13.828Z (10 days ago)
- Topics: macos-classic, zed, zed-extension, zed-theme
- Language: JavaScript
- Homepage:
- Size: 31.3 KB
- Stars: 60
- Watchers: 2
- Forks: 1
- 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
![SCR-20240204-edk](https://github.com/user-attachments/assets/1db96b6e-5da6-4979-aee2-d3ee743fcc74)
### Dark
![SCR-20240204-edr](https://github.com/user-attachments/assets/03c62d7f-f50c-4400-ae7a-0474cbb37654)
### Dark2
![SCR-20240204-edx](https://github.com/user-attachments/assets/ae67b178-effb-4a2b-b4c3-c04cd2fa9877)
## 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