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: 4 months ago
JSON representation

A macOS native style theme for Zed, let it same like native app in macOS.

Awesome Lists containing this project

README

          

# macOS Classic Theme for Zed

[![Zed Extension](https://img.shields.io/badge/-Zed_Extension-blue?style=flat&logo=zedindustries&logoColor=%23FFFFFF&logoSize=auto&labelColor=%23111111&color=%23084CCF)](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

image

### Dark

image

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