Skip to content

jeffmodzel/hyper-theme-blue

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hyper-theme-blue

Hyper terminal blue UI theme (http://hyper.js)

npm (scoped)

Install

Add hyper-theme-blue to your plugins list on ~/.hyper.js

plugins: [
    'hyper-theme-blue'
],

Notes

Developed on Windows 10 (Windows Subsystem for Linux), Hyper version 2.0.0.

This is a simple theme. If you're looking to create your own grab this one and start modifying. All the magic happens in index.js. For local development, create a folder in:

Users\your_user\.hyper_plugins\local\your_theme

Copy your index.js into the your_theme folder. Next update the .hyper.js file (should be located in Users\your_user\.hyper.js):

localPlugins: [
    'your_theme'
],

About

Hyper terminal blue theme (http://hyper.js)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published