docs: Add docs for icon theme extensions (#24155)

This PR adds docs for icon themes.

Release Notes:

- N/A
This commit is contained in:
Marshall Bowers 2025-02-03 19:23:33 -05:00 committed by GitHub
parent 28b80455f9
commit dfd11c3d3b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 67 additions and 0 deletions

View file

@ -6,6 +6,7 @@ Extensions can add the following capabilities to Zed:
- [Languages](./languages.md)
- [Themes](./themes.md)
- [Icon Themes](./icon-themes.md)
- [Slash Commands](./slash-commands.md)
- [Context Servers](./context-servers.md)