Skip to content

Fix theme text color and make package public - #15

Merged
singerbj merged 3 commits into
mainfrom
claude/fix-mug-name-visibility-54OM6
Feb 2, 2026
Merged

Fix theme text color and make package public#15
singerbj merged 3 commits into
mainfrom
claude/fix-mug-name-visibility-54OM6

Conversation

@singerbj

@singerbj singerbj commented Feb 2, 2026

Copy link
Copy Markdown
Owner

Summary

This PR updates the stable theme text color from black to white for better contrast and visibility, and makes the ember-mug package public by removing the private flag.

Changes

  • Theme text color: Changed the stable theme's text color from black to white in both the main THEMES object and TERMINAL_COLORS configuration
    • Updated apps/cli/src/lib/theme.ts THEMES.stable.text
    • Updated apps/cli/src/lib/theme.ts TERMINAL_COLORS.stable.text
  • Package visibility: Removed "private": true from package.json to make the package publicly available

Details

The text color change improves readability of the stable theme, likely when displayed on a darker background. The package.json change enables the package to be published to npm or other registries if needed.

https://claude.ai/code/session_01VQjGLNdhw9su3ZyHZSYiB8

@singerbj
singerbj merged commit 17e6559 into main Feb 2, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants