Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change color #27

Open
caioincau opened this issue Dec 21, 2016 · 8 comments
Open

Change color #27

caioincau opened this issue Dec 21, 2016 · 8 comments

Comments

@caioincau
Copy link

There is a way to change color?

@Aaron-A-zz
Copy link

I would also like to know how to change the color :)

@regisbsb
Copy link

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.

@MonsieurMan
Copy link

I've began making a configurable fork. I'll publish it by this weekend.
Don't know if someone will accept the PR though.

@DRSDavidSoft
Copy link

@MonsieurMan did it happen?

@MonsieurMan
Copy link

@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.

@DRSDavidSoft
Copy link

I hope at least the authors implement this!

@raz-canva
Copy link

I did this!!! Just trying to get some traction so the devs see it and review it:
#66

@WalysonGO
Copy link

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)];

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants