Merge pull request #227 from donglua/patch-1

lextor-theme-nix -> lektor-theme-nix
This commit is contained in:
Joseph Nix 2018-06-20 09:47:04 -05:00 committed by GitHub
commit 551e9ff851
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -42,7 +42,7 @@ search in the (community themes)[/themes] and automatically install it.
```ini
[project]
themes = lextor-theme-nix
themes = lektor-theme-nix
```
## Installing Multiple Themes
@ -63,7 +63,7 @@ project
```ini
[project]
themes = lextor-theme-nix, lektor-theme-other-theme
themes = lektor-theme-nix, lektor-theme-other-theme
```
This will make `lektor-theme-nix`, because it's listed first, have a higher precedence.