Skip to content

edhuardotierrez/hyper-quickstyle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published