til

Today I Learned: collection of notes, tips and tricks and stuff I learn from day to day working with computers and technology as an open source contributor and product manager

View project on GitHub

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