One Thing Theme
The best clean code editor theme that combine simplicity and clean look
Details
Nyoman Sunima, Weecraft
Version 1.0.1
Downloads: 3,363
Last updated on June 12, 2025
Installation
To install this extension in Zed, open the Command Palette and search for zed: extensions
, then search for this extension by name.
Frequently Asked Questions
What is an extension?
An extension in Zed is a way to extend the editor's functionality with things such as language support, themes, MCP servers, debugger protocols, and others.
How do I create an extension?
To create an extension for Zed, you need to write the functional parts of it in Rust (which will be then compiled to WebAssembly), and then expose it in a GitHub repository that should be then linked to zed-industries/extensions as a submodule. For more details, visit the Developing Extensions documentation.
What types of extensions Zed supports?
For now, extensions can add language support, debuggers, MCP servers, themes, and icon themes. In the future, we plan on increasing the extension surface to allow you to customize Zed's UI and more.
How can I see which extensions I have installed?
In Zed, use the Command Palette to access the extensions page by searching for zed: extensions
.
Once in there, look for the "Installed" filter button close to the search bar.
What is Zed?
Zed is a high-performance code editor designed for collaboration, speed, and focus. It is written in Rust and is available for macOS, and Linux (and Windows soon!).
For more frequently asked questions, visit the general FAQ.