openclaw - ✅(Solved) Fix Broken link to tweakcn.com/themes in appearance settings (404) [1 pull requests, 2 comments, 3 participants]

Official PRs (…)
ON THIS PAGE

Recommended Tools

×6

Utilities matched from this issue’s tags and category — try them while you read without losing context.

GitHub issue graph ai analysis

Paste a GitHub issue URL. We fetch that issue, discover linked issues from bodies/comments/timeline, collect linked pull requests, and produce a structured English report.

The report is written in English Markdown for sharing and archival.

Helpful · Quick feedback

Loading…
GitHub stats
openclaw/openclaw#77048Fetched 2026-05-05 05:53:03
View on GitHub
Comments
2
Participants
3
Timeline
5
Reactions
2
Timeline (top)
commented ×2cross-referenced ×2closed ×1

The link to community themes in the appearance settings points to tweakcn.com/themes, which returns a 404 ("Oops, Lost in Space?").

Error Message

The 404 page shows theme selector buttons at the bottom (Twitter, Amethyst Haze, Catppuccin, etc.) but the main content area is a 404 error.

Root Cause

The link to community themes in the appearance settings points to tweakcn.com/themes, which returns a 404 ("Oops, Lost in Space?").

Fix Action

Fixed

PR fix notes

PR #77068: fix: update broken tweakcn themes URL to /editor/theme

Description (problem / solution / changelog)

The "Browse tweakcn themes" link in Appearance settings and the corresponding docs reference point to https://tweakcn.com/themes, which now returns a 404.

tweakcn restructured their routing — the theme browsing/discovery page moved to /editor/theme. Individual theme share URLs (/themes/<id>) still work; only the bare /themes path (no ID) is broken.

Changes:

  • ui/src/ui/views/config.ts: update the external link href from https://tweakcn.com/themes to https://tweakcn.com/editor/theme
  • docs/web/control-ui.md: update the inline markdown link to match

Verification:

  • curl -s -o /dev/null -w "%{http_code}" https://tweakcn.com/editor/theme returns 200
  • curl -s -o /dev/null -w "%{http_code}" https://tweakcn.com/themes returns 404

Closes #77048

Changed files

  • docs/web/control-ui.md (modified, +1/-1)
  • ui/src/ui/views/config.ts (modified, +1/-1)
RAW_BUFFERClick to expand / collapse

Description

The link to community themes in the appearance settings points to tweakcn.com/themes, which returns a 404 ("Oops, Lost in Space?").

Steps to reproduce

  1. Open appearance settings
  2. Click the link to browse/tweak themes
  3. Lands on tweakcn.com/themes → 404 page

Expected behavior

The link should point to a valid page with community themes.

Screenshot

The 404 page shows theme selector buttons at the bottom (Twitter, Amethyst Haze, Catppuccin, etc.) but the main content area is a 404 error.

Environment

  • OpenClaw 2026.5.2
  • macOS (Apple M2 Max)

🦞 Filed via OpenClaw agent

extent analysis

TL;DR

Update the link to community themes in the appearance settings to point to a valid URL.

Guidance

  • Verify the correct URL for community themes and update the link accordingly.
  • Check if there are any existing issues or pull requests related to the community themes link in the OpenClaw repository.
  • Test the updated link to ensure it points to a valid page with community themes.
  • Consider reaching out to the maintainers of tweakcn.com to report the 404 error and determine if the URL has changed.

Notes

The solution assumes that the issue is due to an outdated or incorrect link to community themes. If the issue persists after updating the link, further investigation may be needed to determine the root cause.

Recommendation

Apply workaround: update the link to community themes to a valid URL, as the current link is returning a 404 error and it's unclear if tweakcn.com will be updated to resolve the issue.

Vote matrix · Quick signals

Works
Did the solution work? Tap to confirm.
Easy Fix
Was it a quick fix?
Time Saver
Did it save you time?
Blocking
Was it severely blocking?
Common Issue
Are others likely hitting this too?
Flaky / Intermittent
Is it intermittent?
Verified / Reproducible
Can you reproduce it reliably?
Loading…

FAQ

Expected behavior

The link should point to a valid page with community themes.

Still need to ship something?

×6

Another batch ranked right after the header list — different links, same matching logic.

Back to top recommendations

TRENDING

openclaw - ✅(Solved) Fix Broken link to tweakcn.com/themes in appearance settings (404) [1 pull requests, 2 comments, 3 participants]