diff --git a/docs/src/themes.md b/docs/src/themes.md index c0706cbf31e39f057c47dec55365113d8ce6009c..438301dc13fe04b8b75ba0df348cdf499c49c329 100644 --- a/docs/src/themes.md +++ b/docs/src/themes.md @@ -58,7 +58,7 @@ To see a list of available theme attributes look at the JSON file for your theme ## Local Themes -Store new themes locally by placing them in the `~/.config/zed/themes` directory. +Store new themes locally by placing them in the `~/.config/zed/themes` directory (macOS and Linux) or `%USERPROFILE%\AppData\Roaming\Zed\themes\` (Windows). For example, to create a new theme called `my-cool-theme`, create a file called `my-cool-theme.json` in that directory. It will be available in the theme selector the next time Zed loads.