rainglow / vscode

320+ color themes for Visual Studio Code.
https://rainglow.io
MIT License
1.3k stars 54 forks source link

Completion menu color is incorrect #36

Open FreshP-0325 opened 3 years ago

FreshP-0325 commented 3 years ago

スクリーンショット 2021-06-17 165535 スクリーンショット 2021-06-17 165613

idanyas commented 2 weeks ago

looks like I'm a bit late, but this can be fixed with JSON settings. that's how I changed it on “Allure Contrast”:

"workbench.colorCustomizations": {
  "[Allure Contrast (rainglow)]": {
    "button.background": "#47907a",
    "editorSuggestWidget.focusHighlightForeground": "#2aaaff",
    "editorSuggestWidget.selectedForeground":"#c0ccdb",
    "editorSuggestWidget.foreground":"#c0ccdb"
  },
},

before: изображение after: изображение