mirror of
https://github.com/kremalicious/hyper-mac-pro.git
synced 2024-12-03 14:34:31 +01:00
fix border color
This commit is contained in:
parent
ff6a05aa3c
commit
fc46f18f85
@ -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
|
||||
|
||||
|
@ -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'
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user