2.0.1 ā€¢ Published 2 years ago

hyperterm-cobalt2-theme v2.0.1

Weekly downloads
49
License
ISC
Repository
github
Last release
2 years ago

Cobalt2 for Hyper

npm.io

Installing

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

    plugins: [
      'hyperterm-cobalt2-theme'
    ],
  3. Enjoy your life

Settings

By default the editor comes with a border, you can turn it off, or change it's colour with these settings in your config file. Hyper ā†’ Preferences

// omit or set true to show. set false to remove it
wickedBorder: true,
// change the colour here
wickedBorderColor: '#ffc600',

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

šŸ”„ Cobalt2 for VS Code

šŸ”„ Cobalt2 for Sublime Text

šŸ”„ Cobalt2 for Atom

šŸ”„ Cobalt 2 for ZSH

šŸ”„ Cobalt 2 for iTerm

šŸ”„ Cobalt 2 for Alfred

šŸ”„ Cobalt 2 for Slack

2.0.1

2 years ago

2.0.0

6 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago