shuhei / colortty

🎨 A utility to generate color schemes for alacritty
MIT License
68 stars 2 forks source link

Color preview #12

Closed shuhei closed 4 years ago

shuhei commented 4 years ago

11

Screen Shot 2020-01-04 at 17 49 04

Caching

I tried git for caching at first, but the iTerm2 color schemes repo has many different things and weighs more than 100MB including .git. 100MB is not acceptable for this tool.

Now color scheme files are downloaded with HTTP and saves as they are.

async/await

I introduced async/await for fun and learning. I parallelized two things: