You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be nice if the Chrysalis color picker let you choose from popular themes so that you could start with a preset color palette for your Model 100 LEDs.
Describe alternatives you've considered
I have been using a shell script I've written that pulls from iTerm2 color schemes and generates the palette JSON script to import into Chrysalis. I would love to see a similar feature integrated into the tool.
Additional context
For the time being, if others are interested in using the shell script, it uses fzf to search for themes. To load into Chrysalis, you need to use the backup feature to export your JSON, open it in an editor, and replace the palette section at the bottom with the contents generated from the palette shell script. Then, reimport.
Describe the solution you'd like
It would be nice if the Chrysalis color picker let you choose from popular themes so that you could start with a preset color palette for your Model 100 LEDs.
Describe alternatives you've considered
I have been using a shell script I've written that pulls from iTerm2 color schemes and generates the palette JSON script to import into Chrysalis. I would love to see a similar feature integrated into the tool.
Additional context
For the time being, if others are interested in using the shell script, it uses
fzf
to search for themes. To load into Chrysalis, you need to use the backup feature to export your JSON, open it in an editor, and replace thepalette
section at the bottom with the contents generated from thepalette
shell script. Then, reimport.The text was updated successfully, but these errors were encountered: