New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

hyperterm-cobalt2-theme

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hyperterm-cobalt2-theme

A Cobalt2 Theme for Hyper

latest
Source
npmnpm
Version
2.0.1
Version published
Weekly downloads
10
-33.33%
Maintainers
1
Weekly downloads
 
Created
Source

Cobalt2 for Hyper

Installing

  • Open your ~/.hyper.js config file with something like subl ~/.hyper.js or vim ~/.hyper.js.

  • Add hyperterm-cobalt2-theme to your plugins array. Kinda like this:

    plugins: [
      'hyperterm-cobalt2-theme'
    ],
    
  • 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

Keywords

hyper

FAQs

Package last updated on 06 Dec 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts