-
-
Notifications
You must be signed in to change notification settings - Fork 82
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
Add Catppuccin Colors #688
Conversation
β Deploy Preview for livecodes ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
how do I not duplicate code when adding a theme? @hatemhosny |
Quality Gate failedFailed conditions |
Thank you @Shlok-Bhakta I prefer to keep external dependencies (like themes), outside LiveCodes code base. Previously, I inlined the monochrome themes because they were very simple so that they were not worth the extra URL requests. I moved the themes you added to another repo (https://github.com/live-codes/browser-compilers) which I use for many of the dependencies like this (including language compilers, etc), and I published it to npm so that we can load these dependencies from CDNs that mirror npm. e.g. https://unpkg.com/browse/@live-codes/browser-compilers@0.18.0/dist/catppuccin/ Please check the deploy preview (https://deploy-preview-688--livecodes.netlify.app/) and if you are happy with it I will merge the PR. |
Themes look good to me! Thank you for fixing my issue! |
Thank you, @Shlok-Bhakta This will land in livecodes.io in the next release which is planned by the end of this week. |
Awesome! my twitter is can't wait to use this theme on my blog! |
You may also be interested in this new feature coming in this release, which can use the new themes! |
What type of PR is this? (check all applicable)
Description
This adds cappuccin colors to the editor from
https://catppuccin.com/palette
Following the spec as close as I could
https://github.com/catppuccin/catppuccin/blob/main/docs/style-guide.md
Related Tickets & Documents
Implements #686
Mobile & Desktop Screenshots/Recordings
Monaco
Catppuccin Latte
Catppuccin Frappe
Catppuccin Macchiato
Catppuccin Mocha
Codemirror
Catppuccin Latte
Catppuccin Frappe
Catppuccin Macchiato
Catppuccin Mocha
Codejar
Catppuccin Latte
Catppuccin Frappe
Catppuccin Macchiato
Catppuccin Mocha
Added tests?
Added to documentations?
[optional] Are there any post-deployment tasks we need to perform?
None
[optional] What gif best describes this PR or how it makes you feel?