Merge branch 'rewrite-and-refactor-all-documentation' of github.com:David-Else/helix into rewrite-and-refactor-all-documentation

This commit is contained in:
David-Else 2023-02-02 11:35:04 +00:00
commit 0fa91eeea8
No known key found for this signature in database
GPG key ID: B221A2F7DC869E40

View file

@ -9,7 +9,7 @@ To use a theme add `theme = "<name>"` to the top of your [`config.toml`](./confi
To create a theme file:
1. Create a 'themes' folder in your user configuration folder (e.g.
`~/.config/helix/themes`).
`~/.config/helix/themes`, or `%AppData%\helix\themes` on Windows).
2. Create a file with the name of your theme as the file name (e.g.
`mytheme.toml`) and place it in your `themes` folder.