fix border color

This commit is contained in:
Matthias Kretschmann 2018-11-01 10:51:06 +01:00
parent ff6a05aa3c
commit fc46f18f85
Signed by: m
GPG Key ID: 606EEEF3C479A91F
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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'
}