Skip to content

Improve IntelliCode suggestion contrast in Tokyo Night - #7729

Merged
Joey Wunderlich (jwunderl) merged 3 commits into
masterfrom
copilot/theme-intellicode-contrast-fix
Sep 4, 2026
Merged

Improve IntelliCode suggestion contrast in Tokyo Night#7729
Joey Wunderlich (jwunderl) merged 3 commits into
masterfrom
copilot/theme-intellicode-contrast-fix

Conversation

Copilot AI commented Sep 4, 2026

Copy link
Copy Markdown
Contributor

Selected IntelliCode signature text was difficult to read against the Tokyo Night highlight color in JavaScript and Python editors.

  • Theme styling
    • Apply the selected-row foreground color to Monaco’s .details-label.
    • Restore full opacity only for focused suggestions, leaving other themes and unselected rows unchanged.
.monaco-list-row.focused .details-label {
    color: var(--pxt-colors-blue-foreground);
    opacity: 1;
}

Copilot AI and others added 2 commits September 4, 2026 17:15
Co-authored-by: jwunderl <5615930+jwunderl@users.noreply.github.com>
Co-authored-by: jwunderl <5615930+jwunderl@users.noreply.github.com>
Copilot AI changed the title [WIP] Fix insufficient contrast of IntelliCode suggestions in Tokyo Night theme Improve IntelliCode suggestion contrast in Tokyo Night Sep 4, 2026
@jwunderl
Joey Wunderlich (jwunderl) marked this pull request as ready for review September 4, 2026 17:56
@jwunderl
Joey Wunderlich (jwunderl) merged commit 9218542 into master Sep 4, 2026
9 checks passed
@jwunderl
Joey Wunderlich (jwunderl) deleted the copilot/theme-intellicode-contrast-fix branch September 4, 2026 17:57
Joey Wunderlich (jwunderl) added a commit that referenced this pull request Sep 4, 2026
* Initial plan

* Fix Tokyo Night IntelliCode contrast

Co-authored-by: jwunderl <5615930+jwunderl@users.noreply.github.com>

* Target Monaco suggestion detail labels

Co-authored-by: jwunderl <5615930+jwunderl@users.noreply.github.com>

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: jwunderl <5615930+jwunderl@users.noreply.github.com>
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.

Theme: IntelliCode suggestions have insufficient contrast in the Tokyo Night theme

2 participants