LP-0024: Basecamp Theming — theme engine, format, and community themes - #135
Draft
weboko wants to merge 1 commit into
Draft
LP-0024: Basecamp Theming — theme engine, format, and community themes#135weboko wants to merge 1 commit into
weboko wants to merge 1 commit into
Conversation
Adds an adoption-first prize covering runtime theming for Basecamp: the theme engine in logos-design-system, a data-only theme format, three initial themes, an authoring path for contributors, and LGX/catalog distribution. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
✅ Validation passedA reviewer will assess against the prize criteria. Automated check. See solution template and TERMS. |
weboko
marked this pull request as draft
September 1, 2026 21:24
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.
Draft prize for user-selectable, community-authored themes in Basecamp.
What it covers
Three parts, as one prize:
logos-design-system, plus the token cleanup inlogos-basecampthat makes the shell actually respond to a theme. Expected to land upstream as community contributions, not as a fork.Grounding
The Starting Point section is measured against
logos-basecamp76bcd03andlogos-design-system3312444(the rev Basecamp'sflake.lockpins), so the criteria describe work that actually remains:Theme.qmlalready hassetTheme()/switchTheme()/availableThemesand persists the choice — butavailableThemesis a compile-time literal with exactly one entry,"dark", and the design system is linkedSTATICintomain_ui. Nothing can accept a theme that arrives on disk after the build.Logos.Controls(47 controls) is already fully token-clean.setStyleSheetsites in C++.docs/spec.md:362already lists "Theme customization" under Future Work.ui_qmlsandbox (app/restricted/) deliberately stops a module directory from answeringLogos.*imports. Themes load into the unsandboxed shell process, which is why the prize requires the format to be data, not code — and why "how did you reach that guarantee" is one of the submitter design decisions rather than an assertion.Adoption criteria
Follows the adoption-first scheme (same shape as LP-0021/0022/0023), with only the dimensions that fit a client-side, off-chain feature:
logos-design-systemandlogos-basecampmaster— the one signal the submitter can't manufacture.ui_qmlapps that are theme-clean under an evaluator-chosen theme.Notes for reviewers
lp-0018-*/lp-0019/lp-0020branches).LP-0021.mdandLP-0023.mdwill 404 until those PRs merge — same as LP-0023's own links to LP-0021/0022 today.master. If Split prize index into adoption-first vs legacy schemes #134 (adoption-first vs legacy split) merges first, this row belongs in the adoption-first table, not the legacy one.Total Prize: TBDper the README's proposing instructions;Effort: Mediumis a suggestion.🤖 Generated with Claude Code