Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 537 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 537 Bytes

Usage

Create a directory ~/.config/zed/themes if it does not already exist.

Copy cyberdream.json and/or cyberdream-light.json to the directory.

Open Zed and select the theme under Settings -> Select Theme -> Cyberdream (dark|light).

Alternatively, put the following config into your settings.json under ~/.config/zed.

{
  "theme": {
    "mode": "system",
    "light": "Cyberdream light",
    "dark": "Cyberdream dark"
  }
}

See also: Zed - Docs - Themes