hyperterm-base16-tomorrow-dark
hyperterm-base16-tomorrow-dark copied to clipboard
Hyperterm Theme based on Atom's Base16 Tomorrow Dark Theme
trafficstars
Hyperterm Base16 Tomorrow Dark Theme

Hyperterm Theme based on Atom's base16-tomorrow-dark-theme theme
Terminal

Install
- 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.
- Update your list of plugins to include
hyperterm-base16-tomorrow-dark, i.e. :
plugins: [
'hyperterm-base16-tomorrow-dark'
],
- 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
// ~/.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