An unapologetically dark and minimal colorscheme for Zed. Meticulously curated accent colors and precisely balanced contrast craft a sophisticated coding environment that's both elegant and easy on the eyes.
- Deep Contrast: The Oscura theme features carefully selected colors that provide excellent readability while remaining gentle on the eyes during long coding sessions.
- Minimal Design: Clean and distraction-free interface that helps you focus on your code.
- Syntax Highlighting: Thoughtfully designed syntax highlighting that makes code structure immediately apparent.
- Open Zed
- Open the command palette (Cmd+Shift+P or Ctrl+Shift+P)
- Type "Extensions: Install Extension"
- Search for "Oscura"
- Click "Install"
For the best experience, we recommend these settings in your Zed configuration:
{
"ui_font_family": "SF Pro",
"buffer_font_family": "Berkeley Mono Variable",
"buffer_font_size": 14,
"buffer_line_height": 1.6
}
This theme is inspired by the original Oscura Theme by Fey, adapted for the Zed editor. It follows the same design principles and color palette while being optimized for Zed's interface.
- Original Oscura Theme by the Fey team