Skip to content

fix(core): swap from gray -> dark gray for light theme secondary foreground#31901

Merged
FrozenPandaz merged 1 commit intomasterfrom
fix/light-theme-colors
Jul 11, 2025
Merged

fix(core): swap from gray -> dark gray for light theme secondary foreground#31901
FrozenPandaz merged 1 commit intomasterfrom
fix/light-theme-colors

Conversation

@AgentEnder
Copy link
Copy Markdown
Member

Current Behavior

Gray for secondary light foreground has low contrast in light themes

Expected Behavior

This pull request includes a small change to the Theme implementation in the packages/nx/src/native/tui/theme.rs file. The change updates the secondary_fg color from Color::Gray to Color::DarkGray to improve visual contrast.

Related Issue(s)

Fixes #

@AgentEnder AgentEnder requested review from a team as code owners July 11, 2025 20:25
@AgentEnder AgentEnder requested a review from Cammisuli July 11, 2025 20:25
@vercel
Copy link
Copy Markdown

vercel Bot commented Jul 11, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated (UTC)
nx-dev ✅ Ready (Inspect) Visit Preview Jul 11, 2025 8:40pm

@nx-cloud
Copy link
Copy Markdown
Contributor

nx-cloud Bot commented Jul 11, 2025

View your CI Pipeline Execution ↗ for commit 121f3c8

Command Status Duration Result
nx affected --targets=lint,test,build,e2e,e2e-c... ✅ Succeeded 33m 14s View ↗
nx run-many -t check-imports check-commit check... ✅ Succeeded 15s View ↗
nx-cloud record -- nx-cloud conformance:check ✅ Succeeded 2s View ↗
nx-cloud record -- nx format:check ✅ Succeeded 2s View ↗
nx-cloud record -- nx sync:check ✅ Succeeded 2s View ↗
nx documentation ✅ Succeeded 5m 15s View ↗

☁️ Nx Cloud last updated this comment at 2025-07-11 21:10:19 UTC

@FrozenPandaz FrozenPandaz merged commit 89495db into master Jul 11, 2025
6 checks passed
@FrozenPandaz FrozenPandaz deleted the fix/light-theme-colors branch July 11, 2025 21:15
FrozenPandaz pushed a commit that referenced this pull request Jul 15, 2025
…ground (#31901)

## Current Behavior
Gray for secondary light foreground has low contrast in light themes

## Expected Behavior
This pull request includes a small change to the `Theme` implementation
in the `packages/nx/src/native/tui/theme.rs` file. The change updates
the `secondary_fg` color from `Color::Gray` to `Color::DarkGray` to
improve visual contrast.

## Related Issue(s)
<!-- Please link the issue being fixed so it gets closed when this is
merged. -->

Fixes #

(cherry picked from commit 89495db)
@github-actions
Copy link
Copy Markdown
Contributor

This pull request has already been merged/closed. If you experience issues related to these changes, please open a new issue referencing this pull request.

@github-actions github-actions Bot locked as resolved and limited conversation to collaborators Jul 17, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants