Skip to content

orng

v0.0.2

A set of Cloudflare themes for Zed, with just the right amount of orange. Includes both dark & light mode themes and is designed for readability first.

Cloudflare "orng" Themes for Zed

Zed Extension

orng is a Cloudflare-inspired set of themes (dark + light) for the Zed text editor and based on the color scheme used @ workers.dev.

What does it look like?

Dark mode

Dark mode

Light mode

Light mode

Installation & Usage

  1. Install the theme via the Extensions gallery (shift+ctrl/cmd+x) -> filter for orng.
  2. Open the theme selector (cmd+k, cmd+t)
  3. Select orng Dark or orng Light

Manually: open your Zed user settings.json: ~/.config/zed/settings.json, and add this config:

{
  "theme": {
    "mode": "system",
    "light": "orng Light",
    "dark": "orng Dark"
  }
}

You can also clone this repo and install it as a dev extension: useful if you want to iterate and/or test changes/fixes. shift+cmd+p -> zed: install dev extension -> choose the top-level dir you cloned.

Refer to the Zed docs on extensions for more details beyond what this simple README can provide you.

License

Apache-2.0. (c) 2025 Cloudflare, Inc.