Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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