phindle / error-lens

Visual Studio Code extension which enhances the display of errors and warnings.
https://marketplace.visualstudio.com/items?itemName=PhilHindle.errorlens
MIT License
89 stars 40 forks source link

Can't change hint background color in VSCode #47

Open alanhkarp opened 2 years ago

alanhkarp commented 2 years ago

I find the background color for hints too dark, so I tried to change it. I can change the hint text color, but not the background color.

  1. Go to Settings
  2. Change Hint Text Color to rgba(240,0,0,1.0)
  3. Look at a warning in a Rust file, and see the text is red
  4. Change the Hint Color to rgba(240,0,0,1.0)
  5. Look at a warning in a Rust file, and see that the background is still greenish

VSCode version 1.71.1, ErrorLens version 1.1.3