diff --git a/README.md b/README.md index 7edcb74..03f1bea 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ hpm install hyper-mac-pro ## Contribute -1. [Fork](https://help.github.com/articles/fork-a-repo/) this repository to your own GitHub account and then [clone](https://help.github.com/articles/cloning-a-repository/) it to your local device (make sure that it's located in `~/.hyper-plugins/local`) +1. [Fork](https://help.github.com/articles/fork-a-repo/) this repository to your own GitHub account and then [clone](https://help.github.com/articles/cloning-a-repository/) it to your local device (make sure that it's located in `~/.hyper_plugins/local`) 2. Add `hyper-mac-pro` to the `localPlugins` property within `~/.hyper.js` 3. Restart Hyper diff --git a/styles.js b/styles.js index ce034f4..4d5e7b1 100644 --- a/styles.js +++ b/styles.js @@ -5,7 +5,7 @@ const config = { tabBackgroundInactive: 'linear-gradient(to bottom, #7d7d7d 0%, #5e5e5e 100%)', tabBackgroundBlur: 'linear-gradient(to bottom, #606060 0%, #555 100%)', tabBackgroundBlurActive: 'linear-gradient(to bottom, #666 0%, #595959 100%)', - 'tabBorder-color': '#5e5e5e', + tabBorderColor: '#5e5e5e', tabTextColor: '#030303', tabTextColorInactive: '#363636' }