hyper-quickstyle

0.1.7 • Public • Published

hyper-quickstyle

Elegant Hyper theme with bright and modern colors

Install

Add hyper-quickstyle to the plugins list in your ~/.hyper.js config file and restart Hyper.

Customization

Add hyperQuickStyle:{ ... } in your config section (~/.hyper.js).

Example: Customize your scrollbar colors:

{
    config: {
        //...
        hyperQuickStyle: {
            scrollbars: { 
                light: "#909090", 
                dark:  "#000000"
            }
        }
    }
}

Other Plugins for Hyper

  • hyper-quickssh - Quick List for your Favorites SSH and/or others Shell commands.

Tips

Use oh-my-zsh with agnoster theme to increase your experience on terminal.

License

MIT © MIT License

Package Sidebar

Install

npm i hyper-quickstyle

Weekly Downloads

1

Version

0.1.7

License

MIT

Last publish

Collaborators

  • edhuardotierrez