https://github.com/joshwiens/hyperterm-base16-tomorrow-dark
Hyperterm Theme based on Atom's Base16 Tomorrow Dark Theme
https://github.com/joshwiens/hyperterm-base16-tomorrow-dark
hyperterm hyperterm-theme
Last synced: about 1 year ago
JSON representation
Hyperterm Theme based on Atom's Base16 Tomorrow Dark Theme
- Host: GitHub
- URL: https://github.com/joshwiens/hyperterm-base16-tomorrow-dark
- Owner: joshwiens
- Created: 2016-07-26T22:07:21.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-07-29T07:29:21.000Z (almost 10 years ago)
- Last Synced: 2025-03-12T01:24:25.649Z (about 1 year ago)
- Topics: hyperterm, hyperterm-theme
- Language: JavaScript
- Homepage:
- Size: 3.01 MB
- Stars: 24
- Watchers: 0
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Hyperterm Base16 Tomorrow Dark Theme [](https://travis-ci.org/d3viant0ne/hyperterm-base16-tomorrow-dark) [](https://codecov.io/gh/d3viant0ne/hyperterm-base16-tomorrow-dark)
Hyperterm Theme based on Atom's `base16-tomorrow-dark-theme` theme
Terminal
----------

### Install
1. Open HyperTerm's preferences with `Cmd+,` (or manually at `~/.hyperterm.js`) with your editor.
- At time of writing there is a perms issue with `Cmd+` open it manually.
2. Update your list of plugins to include `hyperterm-base16-tomorrow-dark`, i.e. :
```js
plugins: [
'hyperterm-base16-tomorrow-dark'
],
```
3. Fully reload HyperTerm (`Cmd+Shift+R`), and it's hyperterm secsi time :)
### Customization
You can tweak the colors used in the theme if you like., add a `themeOptions` object to `config` in the `.hyperterm.js` config.
Current Overridable Variables:
- foregroundColor
- backgroundColor
- borderColor
- cursorColor
- inactiveTabColor
- activeTabColor
- accentColor
#### Example
```js
// ~/.hyperterm.js
module.exports = {
config: {
fontSize: 14,
colors: [], //
// ......
// Override Theme Settings
themeOptions: {
foregroundColor: '#ffffff',
inactiveTabColor: 'pink',
activeTabColor: '#232323',
}
},
// add the theme
plugins: [
'hyperterm-base16-tomorrow-dark'
]
}
```
### License
MIT
[Hyperterm]: https://hyperterm.org/
[base16-tomorrow-dark-theme]: https://atom.io/themes/base16-tomorrow-dark-theme