Monokai / monokai-pro-vscode

Issue tracking for Monokai Pro for Visual Studio Code
321 stars 8 forks source link

Inlay Hints got too bright. #290

Closed vixalie closed 1 year ago

vixalie commented 2 years ago

When enabled "Inlay Hints" in Typescript plugin, those hints is too bright. Suggest make them darker.

截屏2022-02-25 上午9 04 41
robertwayne commented 2 years ago

Just an FYI for anyone who wants to fix this themselves, add this line to your global settings.json (or .vscode/settings.json) file:

"workbench.colorCustomizations": {
    "editorInlayHint.background": "#2a2b2e",
    "editorInlayHint.foreground": "#b3aeae"
},
rafaelmfranca commented 2 years ago

For those who use filter machine variant, i made this config:

  "workbench.colorCustomizations": {
    "editorInlayHint.background": "#323c40",
    "editorInlayHint.foreground": "#8b9798"
  },
Monokai commented 1 year ago

fixed in 1.1.21