aboutsummaryrefslogtreecommitdiff
path: root/book/src/themes.md
diff options
context:
space:
mode:
authorGokul Soumya2021-06-20 02:47:22 +0000
committerBlaž Hrastnik2021-06-20 04:04:30 +0000
commit29f77b9c5fd209c28d490031e24811b030fdd9e3 (patch)
tree6de7d2737d8a5d44f9069f16e1ef4e643daa16d3 /book/src/themes.md
parent4b7276ddd64c440b1886d11520c45a8bcd05608b (diff)
Fix docx formatting and links
Diffstat (limited to 'book/src/themes.md')
-rw-r--r--book/src/themes.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/book/src/themes.md b/book/src/themes.md
index 5c1b5842..80fee3d7 100644
--- a/book/src/themes.md
+++ b/book/src/themes.md
@@ -4,7 +4,7 @@ First you'll need to place selected themes in your `themes` directory (i.e `~/.c
To use a custom theme add `theme = <name>` to your [`config.toml`](./configuration.md) or override it during runtime using `:theme <name>`.
-The default theme.toml can be found [here](https://github.com/helix-editor/helix/blob/master/theme.toml), and user submitted themes [here](https://github.com/helix-editor/helix/blob/master/contrib/themes).
+The default theme.toml can be found [here](https://github.com/helix-editor/helix/blob/master/theme.toml), and user submitted themes [here](https://github.com/helix-editor/helix/blob/master/runtime/themes).
## Creating a theme