Add Windows path into custom theme docs (#40599)

Closes https://github.com/zed-industries/zed/issues/40584
Closes https://github.com/zed-industries/zed/issues/40057

Release Notes:

- N/A
This commit is contained in:
Kirill Bulatov
2025-10-18 16:53:19 +00:00
committed by GitHub
parent 8d48f9cdae
commit 02b15f0062
+1 -1
View File
@@ -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.