vercel / hyper

A terminal built on web technologies
https://hyper.is
MIT License
43.32k stars 3.52k forks source link

Would be nice to change my theme using the hyper-cli itself #6059

Open Souvikns opened 2 years ago

Souvikns commented 2 years ago

Is your feature request related to a problem? Please describe. I don't know if it is possible to change the theme using the hyper cli command though I don't find it in the commands help string. I can see all the installed themes, but nothing to set a theme from the list I guess I have to change the .hyper.js.

Describe the solution you'd like Would be nice to have a command like hyper set hyper-one-dark if it is installed.

Describe alternatives you've considered For now, I go in the .hyper.js file and change the order of the themes, the one I want to use, I put it first.

Additional context Pick a theme from this list and use it.

Screenshot from 2021-10-28 13-13-50

brianzelip commented 2 years ago

Good new @Souvikns - this already exists! Try:

hyper install hyper-github-dark-dimmed

See hyper help for more info!