From 550273c7c2b6770e8212b354b8b3d77ac6541546 Mon Sep 17 00:00:00 2001 From: David Else <12832280+David-Else@users.noreply.github.com> Date: Wed, 1 Feb 2023 15:23:36 +0000 Subject: [PATCH] Add Windows themes folder Co-authored-by: digidoor <37601466+digidoor@users.noreply.github.com> --- book/src/themes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/book/src/themes.md b/book/src/themes.md index f8b91e197..d3625deab 100644 --- a/book/src/themes.md +++ b/book/src/themes.md @@ -9,7 +9,7 @@ To use a theme add `theme = ""` 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.