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

Selenized Black for Blinksh: Colors after bright red are green #84

Open
dylanwh opened this issue May 13, 2020 · 2 comments
Open

Selenized Black for Blinksh: Colors after bright red are green #84

dylanwh opened this issue May 13, 2020 · 2 comments

Comments

@dylanwh
Copy link

dylanwh commented May 13, 2020

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.

@dylanwh
Copy link
Author

dylanwh commented May 13, 2020

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?

@jan-warchol
Copy link
Owner

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.

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

2 participants