https://github.com/catppuccin/zed-icons
🦊 Soothing pastel icons for Zed
https://github.com/catppuccin/zed-icons
catppuccin icons theme zed
Last synced: about 2 months ago
JSON representation
🦊 Soothing pastel icons for Zed
- Host: GitHub
- URL: https://github.com/catppuccin/zed-icons
- Owner: catppuccin
- Created: 2025-01-31T04:34:39.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2025-08-04T20:49:33.000Z (2 months ago)
- Last Synced: 2025-08-04T23:05:09.768Z (2 months ago)
- Topics: catppuccin, icons, theme, zed
- Language: TypeScript
- Homepage:
- Size: 3.99 MB
- Stars: 109
- Watchers: 3
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![]()
Catppuccin Icons for Zed
![]()
![]()
![]()
## Previews
🌻 Latte
🪴 Frappé
🌺 Macchiato
🌿 Mocha
## Usage
1. Open Zed.
2. Open the command palette (Cmd+Shift+P) and enter _zed: extensions_.
3. Search for the _Catppuccin Icons_ extension and install.
4. Enter _icon theme selector: toggle_ in the command palette and select the Catppuccin Icons theme in your preferred flavor in the dropdown.## Development
### Theme Generation
Get started by installing the following:
1. [deno](https://docs.deno.com/runtime/getting_started/installation/), zero-config runtime for typescript
used to easily pull `vscode-icons`'s [`fileIcons.ts`](src/vscode-icons/src/defaults/fileIcons.ts) definitions.
2. [just](https://just.systems/man/en/packages.html), a simple command line runner.Once installed, run the following to initialize the project & generate all JSON definitions in the `icon_themes/` directory.
```bash
just setup
just build
```### Publishing to the Marketplace
See the [Zed documentation](https://zed.dev/docs/extensions/developing-extensions#updating-an-extension) for more information.
## 💝 Thanks to
- [tecandrew](https://github.com/tecandrew)
![]()
Copyright © 2021-present Catppuccin Org