1.0.1 • Published 7 years ago
hyper-cobalt2-alt-theme v1.0.1
Alt Cobalt2 theme for Hyper.js
Installing
- Open your
~/.hyper.jsconfig file with something likesubl ~/.hyper.jsorvim ~/.hyper.js. Add
hyper-cobalt2-alt-themeto yourpluginsarray. 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',