Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Completion menu color is incorrect #36

Open
5 tasks done
FreshP-0325 opened this issue Jun 17, 2021 · 1 comment
Open
5 tasks done

Completion menu color is incorrect #36

FreshP-0325 opened this issue Jun 17, 2021 · 1 comment

Comments

@FreshP-0325
Copy link

  • Which editor/software are you using? Visual Studio Code 1.57.0
  • Which theme are you using? Blink
  • Have you tested the issue with other themes? Yes
  • Which version of Rainglow do you have installed? 1.5.2
  • Can you provide screenshots to highlight the issue?

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

@idanyas
Copy link

idanyas commented Oct 20, 2024

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:
изображение

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

No branches or pull requests

2 participants