0.1.0 • Published 6 years ago

hyper-solarized-patched v0.1.0

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

Solarized theme for the Hyper terminal

Surprisingly, I was unable to find a Solarized theme for Hyper, so I made my own.

Installation

Hyper package manager

$ hyper i hyper-solarized-patched

Manually

Add 'hyper-solarized-patched' to your plugins array in the ~/.hyper.js config file

Configuration

Change to the light variant by adding

solarized: {
    'light': true
}

to the config section of your .hyper.js file

sample