
<table width='100%'>
    <tr>
        <td align='left' width='100%' colspan='2'>
            <strong>Cobalt3 for Hyperterm</strong><br />
            Cobalt3 theme for Hyperterm — purple colored fork of Cobalt2.
        </td>
    </tr>
    <tr>
        <td>
            A FOSS (Free & Open Source Software) project. Maintained by <a href='https://github.com/ahmadawais'>@AhmadAwais</a>.
        </td>
        <td align='center'>
            <a href='https://AhmadAwais.com/'>
                <img src='https://i.imgur.com/Asg4d3k.png' width='100' />
            </a>
        </td>
    </tr>
</table>

# Cobalt3 for Hyperterm

![screenshot](https://i.imgur.com/V6mRtZ3.png)

This is a purple color fork of Cobalt2 hyperterm theme by my friend Wes Bos.

## Installing

1. Open your `~/.hyperterm.js` config file with something like `subl ~/.hyperterm.js` or `vim ~/.hyperterm.js`.
2. Add `hyperterm-cobalt3-theme` to your `plugins` array. Kinda like this:

	```js
	plugins: [
	  'hyperterm-cobalt3-theme'
	],
	```
3. Enjoy your life

## FAQ

### Q: What font is that? I Love It!
**A:** Operator Mono. I wrote a bit of info here → <http://wesbos.com/uses>

### Q: How do I get Powerline working with a non-patched font?
**A:** Use CSS to fall back to a different font when the character isn't supported:

```
fontFamily: '"Operator Mono", "Inconsolata for Powerline", monospace'
```

### Q: I HATE THAT FONT SO MUCH, I HATE YOU AND I WANT YOU TO KNOW IT
**A:** k 😘

### Q: How did you get the cool prompt?
**A:** This isn't part of iTerm or Hyperterm, it has to do with the shell that you are using. I'm using ZSH along with [Cobalt 2 for ZSH](https://github.com/wesbos/Cobalt2-iterm/). I've got a whole free video series on this if you are interested:  <http://CommandLinePowerUser.com>

### Q: Can I make edits?
**A:** Yes please! Still working on this. I might not accept your edits, but I probably will.

## You might also like

🔥 [Cobalt3 for iTerm](https://github.com/ahmadawais/Cobalt3-iTerm)

🔥 [Cobalt2 for Sublime Text](https://github.com/wesbos/Cobalt2)

🔥 [Cobalt2 for Atom](https://github.com/wesbos/cobalt2-atom)

🔥 [Cobalt 2 for ZSH](https://github.com/wesbos/Cobalt2-iterm/)

🔥 [Cobalt 2 for iTerm](https://github.com/wesbos/Cobalt2-iterm/)

🔥 [Cobalt 2 for Alfred](https://github.com/wesbos/Cobalt2-Alfred-Theme)

🔥 [Cobalt 2 for Slack](https://github.com/wesbos/Cobalt2-slack)

