You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the solution you'd like
A possible solution would be to have the hyper.js file source from another theme.js file and the command would change the contents of the theme.js file.
It would be really cool if the theme could be changed dynamically rather than going into the configuration file and changing the pokemon tag.
The following would be examples of what I mean:
pokemon charizard --unibody false --poketab true
or
pokemon ['charizard', 'articuno', 'pikachu'] --unibody false --poketab true
Describe the solution you'd like
A possible solution would be to have the hyper.js file source from another theme.js file and the command would change the contents of the theme.js file.
The theme.js file could just have the following:
Then this file could be sourced from the default hyper configuration file.
I think that this would be a really cool feature and would allow the user to change the theme on the fly.
The text was updated successfully, but these errors were encountered: