1.0.1 • Published 6 years ago

hyper-cobalt2-alt-theme v1.0.1

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

Alt Cobalt2 theme for Hyper.js

npm.io

Installing

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

    plugins: [
      'hyper-cobalt2-alt-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',