Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

fix: improve node palette description text visibility#154

Merged
breaking-brake merged 1 commit intomainbreaking-brake/cc-wf-studio:mainfrom
fix/node-palette-description-colorbreaking-brake/cc-wf-studio:fix/node-palette-description-colorCopy head branch name to clipboard
Nov 25, 2025
Merged

fix: improve node palette description text visibility#154
breaking-brake merged 1 commit intomainbreaking-brake/cc-wf-studio:mainfrom
fix/node-palette-description-colorbreaking-brake/cc-wf-studio:fix/node-palette-description-colorCopy head branch name to clipboard

Conversation

@breaking-brake
Copy link
Copy Markdown
Owner

Problem

Current Behavior

  1. Node palette buttons have description text
  2. ❌ Description text uses var(--vscode-descriptionForeground) which has poor contrast against button background

Expected Behavior

  1. Node palette buttons have description text
  2. ✅ Description text is clearly visible against button background

Solution

Changed the description text color from var(--vscode-descriptionForeground) to var(--vscode-button-foreground) with opacity: 0.8 for visual hierarchy.

Changes

File: src/webview/src/components/NodePalette.tsx

  • Changed color from var(--vscode-descriptionForeground) to var(--vscode-button-foreground)
  • Added opacity: 0.8 to maintain visual hierarchy between title and description
// Before
fontSize: '11px',
color: 'var(--vscode-descriptionForeground)',

// After
fontSize: '11px',
color: 'var(--vscode-button-foreground)',
opacity: 0.8,

Impact

  • Improved readability of node descriptions in the palette
  • Maintains visual hierarchy (title is more prominent than description)
  • No breaking changes

Testing

  • Manual E2E testing completed
  • Code quality checks passed (npm run format && npm run lint && npm run check)
  • Build successful (npm run build)

- Changed color from descriptionForeground to button-foreground
- Added opacity 0.8 for visual hierarchy with node titles
@breaking-brake breaking-brake merged commit a17728b into main Nov 25, 2025
3 checks passed
@breaking-brake breaking-brake deleted the fix/node-palette-description-color branch November 25, 2025 11:56
@breaking-brake breaking-brake mentioned this pull request Nov 25, 2025
github-actions Bot added a commit that referenced this pull request Nov 25, 2025
## [2.13.2](v2.13.1...v2.13.2) (2025-11-25)

### Bug Fixes

* improve error message when no workspace is open ([#153](#153)) ([08d8278](08d8278))
* improve node palette description text visibility ([#154](#154)) ([a17728b](a17728b))
@github-actions
Copy link
Copy Markdown
Contributor

🎉 This PR is included in version 2.13.2 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

Morty Proxy This is a proxified and sanitized view of the page, visit original site.