victoriadrake/kabukicho-vscode

Inlay hints are next to impossible to read

Open

#12 opened on May 26, 2022

 (0 comments) (0 reactions) (0 assignees)CSS (8 forks)github user discovery
buggood first issue

Repository metrics

Stars
 (97 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

Describe the bug Inlay hints are very difficult to read when they show up.

To Reproduce Use an extension or language that has inlay hints.

Expected behavior The inlay hint text should contrast enough with the background to be easily readable.

Screenshots Some inlay hints indicating type: image

Platform

  • OS: Windows 10
  • VSCode Version 1.67
  • Version 0.0.6

Additional context A temporary fix I have found is to simply change the inlay hint text to white. I achieved this by modifying the custom css: image

Contributor guide