Skip to content
This repository was archived by the owner on Oct 26, 2019. It is now read-only.

Commit

Permalink
Fix references to old naming convention. [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
Blaine Schmeisser committed Feb 9, 2017
1 parent a588144 commit bb6946e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/_documentation/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ basic usage.
~~~ json
{
"hotkey": "alt+space",
"theme": "tinytacoteam/dark-theme",
"theme": "tinytacoteam/zazu-dark-theme",
"displayOn": "detect",
"plugins": []
}
Expand All @@ -31,17 +31,17 @@ to you!

### Theme

This in the format of a relative GitHub URL. For example `tinytacoteam/dark-theme`
would translate to `https://github.com/tinytacoteam/dark-theme`.
This in the format of a relative GitHub URL. For example `tinytacoteam/zazu-dark-theme`
would translate to `https://github.com/tinytacoteam/zazu-dark-theme`.

There are a [few themes](/themes) we created that you can pick from, feel free
to fork them and make your own.

### Plugins

Plugins can be in either of two formats. The first is the short GitHub URL
format for example `tinytacoteam/dark-theme` would translate to
`https://github.com/tinytacoteam/dark-theme`.
format for example `tinytacoteam/zazu-dark-theme` would translate to
`https://github.com/tinytacoteam/zazu-dark-theme`.

~~~ json
{
Expand Down

0 comments on commit bb6946e

Please sign in to comment.