Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 553 Bytes

File metadata and controls

23 lines (16 loc) · 553 Bytes

Using Light and Dark Themes

In the Zed configuration file, you can specify a light and dark theme to use for the editor. The themes are specified in the theme section of the configuration file.

In addition you can set the mode to: system to follow the system setting.

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

To find some great themes check out:

Resources and References