jan-warchol/selenized

Selenized Black for Blinksh: Colors after bright red are green

dylanwh opened this issue · 2 comments

It looks like something went wrong generating the Selenized Black colors:

t.prefs_.set('color-palette-overrides',[
"#252525", "#ed4a46", "#70b433", "#dbb32d",
 "#368aeb", "#eb6eb7", "#3fc5b7", "#777777", 
"#3b3b3b", "#ff5e56", "#83c746", "#83c746",
 "#83c746", "#83c746", "#83c746", "#83c746"]);

I checked -dark and it seemed unaffected. I'll check -white and -light and report back here.

I figured out how to run the template thing and have it fixed in my fork. It looks like that generating these is a manual process still. Would you be interested in a patch that automates updating the various files?

Good catch!

I figured out how to run the template thing and have it fixed in my fork. It looks like that generating these is a manual process still. Would you be interested in a patch that automates updating the various files?

Yes, definitely! Note: evaluate_template.py should be able to process multiple templates in one run - just feed it with a directory and it will process all templates it finds there.