openclaw - 💡(How to fix) Fix [Audit] Theme Factory color accuracy: brand-inspired themes use wrong colors [1 comments, 2 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#75086Fetched 2026-05-01 05:38:19
View on GitHub
Comments
1
Participants
2
Timeline
5
Reactions
2
Timeline (top)
closed ×1commented ×1mentioned ×1subscribed ×1

Error Message

M3 Primary: #6750A4 M3 Secondary: #625B71 M3 Tertiary: #7D5260 M3 Primary Dark: #D0BCFF M3 Error: #B3261E

Code Example

Primary Blue: #0076B8
Bright Blue: #23A9F2
Dark Surface: #1E1E1E
Light Surface: #F0F0F0
Accent Blue: #0085D0

---

Terracotta: #c96442
Coral: #d97757
Near Black: #141413
Parchment: #f5f4ed
Sage: #8c9e85
Sand: #d4c5b5

---

Deep Black: #000000
Charcoal: #2B2B2B
Pure White: #FFFFFF
Mid Gray: #6B6B6B
IDE Red: #FE315D

---

Copilot Purple: #8534F3
Light Purple: #C898FD
Warm Orange: #F4A876
Deep Orange: #F08A3A
Dark Purple: #160048

---

M3 Primary: #6750A4
M3 Secondary: #625B71
M3 Tertiary: #7D5260
M3 Primary Dark: #D0BCFF
M3 Error: #B3261E

---

Ant Blue: #1677FF
Success Green: #52C41A
Warning Yellow: #FAAD14
Error Red: #FF4D4F
Cyan: #13C2C2

---

Element Blue: #409EFF
Success: #67C23A
Warning: #E6A23C
Danger: #F56C6C
Info: #909399

---

Naive Green: #18A058
Info Blue: #2080F0
Warning: #F0A020
Error: #D03050

---

Google Blue: #4285F4
Google Red: #EA4335
Google Yellow: #FBBC05
Google Green: #34A853
White: #FFFFFF

---

System Blue: #007AFF
Dark Mode: #1C1C1E
Light Gray: #F2F2F7
System Gray: #8E8E93
Glass White: #FFFFFF

---

Luna Blue: #3A6EA5
Bright Blue: #0054E3
Olive: #808000
Silver: #C0C0C0
Teal: #008080
RAW_BUFFERClick to expand / collapse

Theme Factory Color Audit Report

Executive Summary

This issue documents a comprehensive color audit of the theme-factory skill's 10 preset themes, plus proposed additions. Multiple themes contain factually incorrect color assignments that misrepresent the brand identities they claim to emulate. We propose a complete color list overhaul with correct brand values and fun, non-infringing theme names.


🔍 Existing 10 Themes — Audit Results

#Theme NameColor AccuracyNaming AccuracyVerdict
1Ocean Depths✅ Good✅ MatchesNo issues
2Sunset Boulevard⚠️"Deep Purple" #264653 is actually teal-blue, not purple. Sunset should be warm.
3Forest Canopy✅ Good✅ MatchesNo issues
4Modern Minimalist✅ Good✅ MatchesNo issues
5Golden Hour⚠️"Terracotta" #c1666b is pink-rose. Real terracotta is orange-brown (#c96442).
6Arctic Frost✅ Good✅ MatchesNo issues
7Desert Rose✅ Good✅ MatchesNo issues
8Tech Innovation⚠️⚠️"Neon Cyan" #00ffff is oversaturated, not used by major tech brands
9Botanical Garden✅ Good✅ MatchesNo issues
10Midnight Galaxy⚠️"Silver" #e6e6fa is lavender, not silver. Silver = #c0c0c0.

Specific Errors

❌ Sunset Boulevard — "Deep Purple" #264653

  • Actual color: Dark teal-blue (Hue ~195°, low saturation)
  • Expected for "Sunset": Warm oranges, magentas, deep reds
  • Brand misalignment: If this is meant to evoke VSCode, the color is completely wrong (VSCode is bright blue #23A9F2)

❌ Golden Hour — "Terracotta" #c1666b

  • Actual color: Pink-rose (Hue ~0°)
  • Real terracotta: #c96442 (Hue ~17°, orange-brown) or #b7472a (Hue ~14°)
  • Brand misalignment: If this is meant to evoke Claude/Anthropic, it's wrong. Claude's official accent is #c96442 warm terracotta. The current #c1666b is pink, not terracotta.
  • Claude design doc states: "Don't use cool blue-grays anywhere — the palette is exclusively warm-toned" and "Don't introduce saturated colors beyond Terracotta — the palette is deliberately muted"

❌ Midnight Galaxy — "Silver" #e6e6fa

  • Actual color: Lavender (RGB 230,230,250 — blue channel elevated)
  • Real silver: #c0c0c0 (RGB 192,192,192 — neutral gray)
  • Arctic Frost already correctly uses #c0c0c0 for Silver

🎨 Brand Color Research — Correct Values

1. VSCode / Visual Studio Code

RoleHEXNotes
Brand Blue#0076B8Dark variant
Primary Blue#0085D0Main brand color
Light Blue#23A9F2Accent/bright variant

Design system: Cold blue gradient family. No warm colors. Microsoft official brand colors.

2. Claude / Anthropic → "Absolutely Right" 🌙

RoleHEXNotes
Terracotta#c96442Primary brand accent — burnt orange-brown
Coral#d97757Secondary warm accent
Near Black#141413Dark surfaces (warm undertone)
Parchment#f5f4edLight backgrounds
Sage#8c9e85Muted green (from design tokens)
Sand#d4c5b5Warm neutral

Design principles (from official DESIGN.md):

  • "warm-toned only" — no cool blue-grays
  • "deliberately muted" — no saturated colors beyond Terracotta
  • Literary salon aesthetic

Note: The current "Absolutely Right" (or whatever name is used for Claude) having pink/purple colors is completely wrong. Claude is exclusively warm-toned earthy palette.

3. JetBrains

RoleHEXNotes
Primary#000000Black (logo, main identity)
Accent#FFFFFFWhite (on black)
Secondary#6B6B6BGray
Product accents vary by IDE:
IntelliJ IDEA#FE315DRed
PyCharm#21D789Green
WebStorm#00CDD7Cyan
PhpStorm#B053AAPurple
Rider#C90C5AMagenta
GoLand#E8F54AYellow-green
CLion#28D6EDLight blue

Note: JetBrains as a brand is black+white. Individual products have distinct colors.

4. Codex / OpenAI Codex

OpenAI Codex itself doesn't have a standalone brand color separate from OpenAI:

RoleHEXNotes
OpenAI Green#10A37FPrimary brand color
Dark#202123ChatGPT dark background
Light Gray#F7F7F8Light surfaces

However, GitHub Copilot (which is powered by Codex) has its own distinct palette:

RoleHEXNotes
Copilot Purple#8534F3Primary accent
Purple 1#C898FDLight
Purple 2#B870FFMid
Orange 1#F4A876Warm accent
Orange 2#F08A3ADeep orange

Important distinction: Codex (OpenAI) ≠ Copilot (GitHub). If the theme targets "Codex CLI", it should use OpenAI green #10A37F. If targeting GitHub Copilot, use the purple/orange palette.

5. Material Design (Google)

Material Design 1 (2014)

RoleHEXNotes
Indigo 500#3F51B5Primary
Pink 500#E91E63Accent
Teal 500#009688Secondary

Material Design 2 (2018)

RoleHEXNotes
Indigo 500#3F51B5Retained
Purple 500#9C27B0New accent option
Teal 500#009688Retained

Material Design 3 (2021) — Completely different system

RoleHEXNotes
Primary Light#6750A4M3 primary (light mode)
Primary Dark#D0BCFFM3 primary (dark mode)
Secondary Light#625B71
Secondary Dark#CCC2DC
Tertiary Light#7D5260
Tertiary Dark#EFB8C8

Key insight: Material Design 3 shifted from Indigo to deep purple (#6750A4). MD1/2 were indigo+pink. MD3 is purple-based with a completely different color generation system (dynamic color from wallpapers).

6. Ant Design

RoleHEXRGBNotes
Primary Blue#1677FF(22, 119, 255)Main brand color
Success Green#52C41A(82, 196, 26)
Warning Yellow#FAAD14(250, 173, 20)
Error Red#FF4D4F(255, 77, 79)
Cyan#13C2C2(19, 194, 194)
Purple#722ED1(114, 46, 209)
Pink#EB2F96(235, 47, 150)
Orange#FA8C16(250, 140, 22)

7. Element UI

RoleHEXRGBNotes
Primary Blue#409EFF(64, 158, 255)Main brand color
Success#67C23A(103, 194, 58)
Warning#E6A23C(230, 162, 60)
Danger#F56C6C(245, 108, 108)
Info#909399(144, 147, 153)

8. Naive UI

RoleHEXRGBNotes
Primary#18A058(24, 160, 88)Green (distinctive!)
Info#2080F0(32, 128, 240)
Success#18A058(24, 160, 88)Same as primary
Warning#F0A020(240, 160, 32)
Error#D03050(208, 48, 80)

Key insight: Naive UI's primary is green #18A058, not blue! This is distinctive among Chinese UI frameworks.

9. Google (Alphabet)

RoleHEXRGBNotes
Blue#4285F4(66, 133, 244)Primary
Red#EA4335(234, 67, 53)
Yellow#FBBC05(251, 188, 5)
Green#34A853(52, 168, 83)

10. Apple

RoleHEXRGBNotes
Blue#007AFF(0, 122, 255)iOS/macOS system blue
Dark Mode Background#1C1C1E(28, 28, 30)iOS dark
Light Background#F2F2F7(242, 242, 247)iOS light gray
System Gray#8E8E93(142, 142, 147)

11. Windows Versions

Windows XP Luna → "XpressivePop" 🫧

RoleHEXNotes
Default Blue#3A6EA5Title bar, start button
Olive Green#808000Olive theme variant
Silver#C0C0C0Silver theme variant
Teal selection#008080Selected items
Bright blue#0054E3Active title bar gradient

Windows 7 Aero

RoleHEXNotes
Aero Blue#0078D7Windows 7 branding
Glass effectSemi-transparentBlur + transparency
Light blue glow#A0C4E8Window glow

Windows 10

RoleHEXNotes
Default Blue#0078D4Start menu, accent
Dark mode bg#1F1F1F

Windows 11 Fluent

RoleHEXNotes
Fluent Blue#0078D4Accent color
Mica bg light#F3F3F3Mica material
Mica bg dark#202020Dark mode Mica
Rounded cornersN/AVisual feature

📝 Proposed Corrected Theme Definitions

Fun, Non-Infringing Names

Target BrandProposed NameRationale
VSCode"Deep Blue Thinker"VSCode = deep blue, coding = thinking
Claude"Absolutely Right" 🌙Anthropic's confident tone, "absolutely" is a Claude-ism
JetBrains"Dark Matter IDE"JetBrains = dark theme, IDE = tool
Codex/Copilot"Purple Pilot"Copilot purple + "pilot" = assistant
Material Design 3"Material Magic"Dynamic color = magic
Ant Design"Ant Hill Blue"Ant = small, organized, blue primary
Element UI"Elemental Sky"Element = natural, Sky = blue
Naive UI"Naive Nature"Naive = simple, Nature = green
Google"Colorful Search"Google = colorful
Apple"Cupertino Glow"Apple HQ location, glow = smooth UI
Windows XP"XpressivePop"XP + expressive + pop culture

Corrected Color Palettes

"Deep Blue Thinker" (VSCode-inspired)

Primary Blue: #0076B8
Bright Blue: #23A9F2
Dark Surface: #1E1E1E
Light Surface: #F0F0F0
Accent Blue: #0085D0

"Absolutely Right" (Claude-inspired) 🌙

Terracotta: #c96442
Coral: #d97757
Near Black: #141413
Parchment: #f5f4ed
Sage: #8c9e85
Sand: #d4c5b5

"Dark Matter IDE" (JetBrains-inspired)

Deep Black: #000000
Charcoal: #2B2B2B
Pure White: #FFFFFF
Mid Gray: #6B6B6B
IDE Red: #FE315D

"Purple Pilot" (Copilot-inspired)

Copilot Purple: #8534F3
Light Purple: #C898FD
Warm Orange: #F4A876
Deep Orange: #F08A3A
Dark Purple: #160048

"Material Magic" (Material Design 3)

M3 Primary: #6750A4
M3 Secondary: #625B71
M3 Tertiary: #7D5260
M3 Primary Dark: #D0BCFF
M3 Error: #B3261E

"Ant Hill Blue" (Ant Design)

Ant Blue: #1677FF
Success Green: #52C41A
Warning Yellow: #FAAD14
Error Red: #FF4D4F
Cyan: #13C2C2

"Elemental Sky" (Element UI)

Element Blue: #409EFF
Success: #67C23A
Warning: #E6A23C
Danger: #F56C6C
Info: #909399

"Naive Nature" (Naive UI)

Naive Green: #18A058
Info Blue: #2080F0
Warning: #F0A020
Error: #D03050

"Colorful Search" (Google)

Google Blue: #4285F4
Google Red: #EA4335
Google Yellow: #FBBC05
Google Green: #34A853
White: #FFFFFF

"Cupertino Glow" (Apple)

System Blue: #007AFF
Dark Mode: #1C1C1E
Light Gray: #F2F2F7
System Gray: #8E8E93
Glass White: #FFFFFF

"XpressivePop" (Windows XP Luna)

Luna Blue: #3A6EA5
Bright Blue: #0054E3
Olive: #808000
Silver: #C0C0C0
Teal: #008080

⚠️ Existing Themes That Need Immediate Fixes

  1. Sunset Boulevard: Replace "Deep Purple" #264653 with actual warm sunset colors (or properly label it as a teal/blue theme)
  2. Golden Hour: Replace "Terracotta" #c1666b with actual terracotta #c96442
  3. Midnight Galaxy: Replace "Silver" #e6e6fa with actual silver #c0c0c0
  4. Tech Innovation: Replace "Neon Cyan" #00ffff with a more grounded tech brand color

🔗 Sources


Action Items

  • Fix existing 4 themes with incorrect colors
  • Add new themes with correct brand-inspired palettes
  • Ensure all theme names are fun, non-infringing references
  • Update documentation to explain the "inspiration" without claiming brand association

cc: @yandu (if applicable — could not locate yandu's public repo for this update)

extent analysis

TL;DR

The most likely fix involves updating the color palettes of the existing themes to match the correct brand colors and ensuring theme names are non-infringing and fun.

Guidance

  • Review the color audit results to identify the specific errors in each theme, such as "Sunset Boulevard," "Golden Hour," "Midnight Galaxy," and "Tech Innovation."
  • Replace incorrect colors with the correct brand-inspired colors, for example, using #c96442 for terracotta instead of #c1666b in "Golden Hour."
  • Update theme names to fun, non-infringing references, such as "Deep Blue Thinker" for a VSCode-inspired theme.
  • Ensure documentation reflects the inspiration behind each theme without claiming brand association.

Example

For the "Golden Hour" theme, update the "Terracotta" color from #c1666b to #c96442 to accurately represent the brand identity.

Notes

The fixes should be applied carefully to avoid any potential legal issues related to brand infringement. It's also important to test the updated themes to ensure they are visually appealing and consistent with the intended brand inspirations.

Recommendation

Apply the workaround by updating the color palettes and theme names as proposed in the issue, ensuring that all changes are thoroughly tested and documented to avoid any regressions or legal issues.

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 - 💡(How to fix) Fix [Audit] Theme Factory color accuracy: brand-inspired themes use wrong colors [1 comments, 2 participants]