Add CandyFactory · Cotton Candy Parlor themes for COSMIC#76
Open
Antawari wants to merge 1 commit into
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds
BonfireAI/candyfactory-cosmicas a third entry inthemes.ron— a dark + light COSMIC theme set with a matchingcosmic-termcolor scheme. First community theme submission to theThemessection since June 2024.What changed
Single addition to
themes.ron, appended as the third item in thelist:— adds a trailing comma after the existingcosmic-themesentry's closing)and inserts:Image field — follow-up
The
image:field is intentionally omitted in this PR. Per the#![enable(implicit_some)]directive at the top ofthemes.ron, the field isOption<String>and the entry parses cleanly without it. Screenshots for the project are scheduled to land onBonfireAI/candyfactory-cosmic'smainbranch in the next few days; I'll open a small follow-up PR addingimage: "https://raw.githubusercontent.com/BonfireAI/candyfactory-cosmic/main/assets/screenshots/bonfire-desktop.png"once that asset is hosted. Happy to delay this PR until then if preferred — let me know.Why include
The two existing
themes.ronentries cover broad-aesthetic territory (catppuccin pastel; cosmic-themes.org as a meta-link).candyfactory-cosmicfills a different visual niche — pink + grape + cream over ink — that the current top-of-cosmic-themes.org does not occupy. Adds a third distinct visual direction to the section.License
MIT (the listing repo). Consistent with the existing catppuccin/MIT entry.
Notes
themes.ronaddition (the README's "How to add your project?" copy names onlyapplications.ronandapplets.ron; theThemessection accepts entries, just isn't documented in that paragraph).README.md— it's auto-generated from the.ronsource files bysrc/readme.rson push tomain. (Noted from PR add cosmic-applet-arch #60's rejection precedent.)cargo runbut Rust is not installed on this machine — the diff is manually verified for paren balance (5/5) and the structure matches the two existing entries verbatim. If the post-mergecargo runpanics, please ping me and I'll fix the malformed RON.Thank you for maintaining this.