-
-
Notifications
You must be signed in to change notification settings - Fork 37
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
feat: add support for apple color list / .clr files #87
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
While fixing the CI errors locally, I realised that this PR breaks the deno task build:palettes
command unless you are on macOS.
I think it would be better, while more effort, to extract out the swift compilation into another step that isn't ran as part of the build:palettes
command by default since it currently prevents the command from succeeding.
Might even be as simple as checking if an environment variable COMPILE_APPLE_COLOR_LIST
is set to 1 or something.
Co-authored-by: uncenter <[email protected]>
Brings https://github.com/uncenter/ctp-clr to this repository. I would like to add instructions for how exactly to use these files but it doesn't look like we have any existing instructions for the other palette files / apps.