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

Color selection in type annotation #19

Open
bmadone opened this issue Nov 5, 2022 · 2 comments
Open

Color selection in type annotation #19

bmadone opened this issue Nov 5, 2022 · 2 comments

Comments

@bmadone
Copy link

bmadone commented Nov 5, 2022

When I select text in suggestion it has the same color as selection color
CleanShot 2022-11-05 at 15 13 17@2x

CleanShot 2022-11-05 at 15 14 55@2x

@bmadone
Copy link
Author

bmadone commented Nov 5, 2022

CleanShot 2022-11-05 at 15 16 12

@imhalid
Copy link

imhalid commented Apr 24, 2023

yes there are such annoying colour distortions at some points, for these I edited my setting.js file as follows:

  "workbench.colorCustomizations": {
    "[poimandres-noitalics]": {
      "peekViewEditorStickyScroll.background": "#1C1E28",
      "peekView.border": "#59d9bd70",
      "peekViewEditor.background": "#232531",
      "selection.background": "#59d9bd46"
    }
  }

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