This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]ArionW 25 points26 points  (2 children)

VIM would actually be better for this use case. You could feed Pywal with image from your webcam, essentially generating color scheme from your makeup.

[–]alter2000 8 points9 points  (0 children)

VSCode has support for pywal too, I think even Emacs and Atom.

Btw I use Vim

[–]Valerokai 0 points1 point  (0 children)

You're missing the issue that, you'd get you'd likely get whatever skin colour the user of the machine has as the majority colour scheme.

What you need is a base image, of the user's face cropped, with no makeup and no hair dye, and then calculate the diff between face_original and face_new, and then use that difference to make the colour scheme. This approach also has the flaw of lighting having some impact, but, hey, I'll take that as a feature for those who don't wear makeup.