[PR #8584] fix: restore brand integrity of TUI wordmark #12802

Closed
opened 2026-02-16 18:17:41 -05:00 by yindo · 0 comments
Owner

Original Pull Request: https://github.com/anomalyco/opencode/pull/8584

State: closed
Merged: Yes


Summary

The TUI wordmark has been (egregiously) violating brand guidelines. The E and N letters were missing the inner shadow effect present in all other letters, resulting in a jarring inconsistency with the official wordmark.

This PR restores the integrity of the opencode brand.

Demo

Video of the final result and process: https://x.com/kitlangton/status/2011626052955812046

Changes

  • Add shadow marker system using background colors instead of shade characters
  • Shadow color adapts to theme by tinting background toward foreground
  • Export existing tint function from theme.tsx for reuse

Fixes #8583

**Original Pull Request:** https://github.com/anomalyco/opencode/pull/8584 **State:** closed **Merged:** Yes --- ## Summary The TUI wordmark has been (egregiously) violating brand guidelines. The E and N letters were missing the inner shadow effect present in all other letters, resulting in a jarring inconsistency with the official wordmark. This PR restores the integrity of the opencode brand. ## Demo Video of the final result and process: https://x.com/kitlangton/status/2011626052955812046 ## Changes - Add shadow marker system using background colors instead of shade characters - Shadow color adapts to theme by tinting background toward foreground - Export existing `tint` function from theme.tsx for reuse Fixes #8583
yindo added the pull-request label 2026-02-16 18:17:41 -05:00
yindo closed this issue 2026-02-16 18:17:41 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: anomalyco/opencode#12802