hyper-cobalt2-alt-theme
v1.0.1
Published
An alternative Cobalt2 Theme for Hyper terminal
Downloads
9
Maintainers
Readme
Alt Cobalt2 theme for Hyper.js
Installing
Open your
~/.hyper.js
config file with something likesubl ~/.hyper.js
orvim ~/.hyper.js
.Add
hyper-cobalt2-alt-theme
to yourplugins
array. Kinda like this:plugins: [ 'hyper-cobalt2-alt-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',