From bb6946ed30c8bc1b52506ff9c36b38590b964da5 Mon Sep 17 00:00:00 2001 From: Blaine Schmeisser Date: Thu, 9 Feb 2017 10:58:05 -0800 Subject: [PATCH] Fix references to old naming convention. [skip ci] --- docs/_documentation/configuration.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/_documentation/configuration.md b/docs/_documentation/configuration.md index ed5bed9f..dd052e53 100644 --- a/docs/_documentation/configuration.md +++ b/docs/_documentation/configuration.md @@ -16,7 +16,7 @@ basic usage. ~~~ json { "hotkey": "alt+space", - "theme": "tinytacoteam/dark-theme", + "theme": "tinytacoteam/zazu-dark-theme", "displayOn": "detect", "plugins": [] } @@ -31,8 +31,8 @@ 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. @@ -40,8 +40,8 @@ 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 {