Skip to content

Latest commit

 

History

6 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rosé Pine Recast for Zed

All natural pine, faux fur and a bit of soho vibes for the classy minimalist — the VSCode Rosé Pine syntax mapping, recast for Zed without italics.

About

This is not the official Zed theme with italics switched off. It ports the syntax token-to-color mapping from the VSCode Rosé Pine theme to Zed — which scopes colors differently from the official Zed port (over 20 token scopes remapped, several defined that the Zed port doesn't) — and removes italics from code (retained only on markdown emphasis and AI ghost text). The canonical Rosé Pine palette is unchanged: the Rosé Pine name credits the palette, and Recast marks the reworked syntax mapping.

Because it's a different syntax design rather than a toggle, it ships as a standalone theme alongside — not a replacement for — the official Rosé Pine for Zed.

Usage

  1. Install the Rosé Pine Recast extension from Zed extensions
  2. Select your desired variant from the theme selection menu

Variants

  • Rosé Pine Recast
  • Rosé Pine Recast Moon
  • Rosé Pine Recast Dawn

Customizing

This theme ships without italics by design. If you'd like italic comments, add a theme_overrides block to your Zed settings.json — it overrides the theme in place, no fork needed:

{
  "theme_overrides": {
    "Rosé Pine Recast": {
      "syntax": {
        "comment": { "font_style": "italic" }
      }
    }
  }
}

theme_overrides targets one theme at a time — repeat the block for Rosé Pine Recast Moon and Rosé Pine Recast Dawn if you use those variants.

Gallery

Rosé Pine Recast

Rosé Pine Recast editor preview

Rosé Pine Recast Moon

Rosé Pine Recast Moon editor preview

Rosé Pine Recast Dawn

Rosé Pine Recast Dawn editor preview

Credits

Built on the canonical Rosé Pine palette, with the syntax-color mapping ported from the VSCode Rosé Pine theme. Inspired by the official Rosé Pine for Zed theme. The italic removal and any further tweaks are specific to this variant.

License

MIT

About

All natural pine, faux fur and a bit of soho vibes for the classy minimalist — code without italics.

Resources

Stars

4 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors