Change color
There is a way to change color?
I would also like to know how to change the color :)
not via any option yet. If you are brave edit %yourhomedir%.hyper_plugins\node_modules\hyperpower\index.js
_spawnParticles change : [toHex(this.props.cursorColor)]; to an hex color.
I've began making a configurable fork. I'll publish it by this weekend. Don't know if someone will accept the PR though.
@MonsieurMan did it happen?
@DRSDavidSoft Wow, this was a long time ago haha.
I remember having it working but it was on my last PC and I think the codebase's been completely rewritten since then.
Would love to take a look back at hyper but I don't have that much time anymore.
I hope at least the authors implement this!
I did this!!! Just trying to get some traction so the devs see it and review it: https://github.com/zeit/hyperpower/pull/66
Acesse o arquivo: %yourhomedir%.hyper_plugins\node_modules\hyperpower\index.js
Modifique a linha 164, ou apena comente e coloque ela por cima exemplo:
Original: const colors = this.props.wowMode ? values(this.props.colors).map(toHex) : [toHex(this.props.cursorColor)];
Mude para: const colors = this.props.wowMode ? values(this.props.colors).map(toHex) : [toHex("COLORINENGLISH")]; // : [toHex(this.props.cursorColor)];