openclaw - ✅(Solved) Fix [Feature Proposal] Matrix and Cyberpunk themes for Control UI [1 pull requests, 1 comments, 1 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#66392Fetched 2026-04-15 06:26:21
View on GitHub
Comments
1
Participants
1
Timeline
2
Reactions
0
Participants
Timeline (top)
commented ×1cross-referenced ×1

Two new visual themes for OpenClaw Control UI.

Root Cause

Two new visual themes for OpenClaw Control UI.

Fix Action

Fixed

PR fix notes

PR #66387: feat: Add Matrix theme with lime green digital rain aesthetic

Description (problem / solution / changelog)

Summary

Adds a new Matrix theme inspired by the iconic film, featuring:

  • Lime green (#00ff41) accent on deep black (#000000)
  • Digital rain aesthetic with glow effects
  • Animations: glitch, flicker, scanline overlay
  • Monospace font for authentic terminal feel
  • Full CSS variable integration with existing theming system

Changes

  • ui/src/styles/base.css: Matrix theme definition with animations
  • ui/src/ui/theme.ts: Added "matrix" to ThemeName type and resolveTheme() logic
  • ui/src/ui/views/config.ts: Added Matrix option to theme selector UI

Theme Features

Visual Design

  • Colors: Pure black canvas (#000000) with lime green accent (#00ff41)
  • Glow effects: Text shadow and box-shadow for neon glow
  • Scanlines: Subtle CRT-style scanline overlay
  • Animations:
    • matrix-glow: Pulsing green glow
    • matrix-scanline: Moving scanline effect
    • matrix-glitch: Brief glitch on link hover
    • matrix-flicker: Periodic flicker on cards

Accessibility

  • WCAG 2.1 AA audit included
  • Note: Lower contrast for authenticity (glow effects compensate)
  • Respects prefers-reduced-motion

Testing

  • Compiles without TypeScript errors
  • All CSS variables defined
  • Theme resolves correctly via resolveTheme("matrix", "dark")
  • Added to VALID_THEME_NAMES

This follows the established theme pattern and integrates seamlessly.

Changed files

  • ui/src/styles/base.css (modified, +538/-0)
  • ui/src/ui/theme.ts (modified, +11/-3)
  • ui/src/ui/views/config.ts (modified, +2/-0)
RAW_BUFFERClick to expand / collapse

New Theme Proposal: Matrix & Cyberpunk

Overview

Two new visual themes for OpenClaw Control UI.

🟢 Matrix Theme

  • Lime green (#00ff41) on deep black (#000000)
  • Digital rain, terminal vibes
  • Neon glow, glitch, flicker, scanline animations
  • PR: #66387 ✅

🤖 Cyberpunk Theme

  • Cyan (#00f0ff), Magenta (#ff00ff), Yellow (#ffff00)
  • Glassmorphism, HUD, hacker aesthetics
  • In progress 🚧

Questions

  1. Naming: Matrix/Cyberpunk vs claw/knot/dash pattern?
  2. Accessibility: Matrix uses lower contrast for authenticity. Acceptable?
  3. Animation policy: OK if respects prefers-reduced-motion?
  4. Light variants needed or dark-only sufficient?
  5. Extension vs Core location?

Per CONTRIBUTING.md, opening Discussion before requesting PR review.

extent analysis

TL;DR

Consider addressing accessibility concerns and evaluating the contrast of the Matrix theme to ensure it meets usability standards.

Guidance

  • Review the Web Content Accessibility Guidelines (WCAG) to determine the minimum contrast ratio required for the Matrix theme.
  • Assess whether the lower contrast in the Matrix theme is necessary for authenticity and if alternative design elements can improve accessibility.
  • Evaluate the impact of the theme's animations on users with motion sensitivities and consider implementing a mechanism to respect the prefers-reduced-motion media query.
  • Discuss the trade-offs between aesthetic goals and accessibility requirements with the development team to determine the best approach.

Notes

The issue lacks specific technical details, so a thorough analysis of the theme's implementation is not possible.

Recommendation

Apply workaround: Address accessibility concerns by evaluating and potentially adjusting the contrast and animation policies of the new themes to ensure they meet usability standards.

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…

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 [Feature Proposal] Matrix and Cyberpunk themes for Control UI [1 pull requests, 1 comments, 1 participants]