poimandres-theme icon indicating copy to clipboard operation
poimandres-theme copied to clipboard

Color selection in type annotation

Open bmadone opened this issue 2 years ago • 2 comments

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 avatar Nov 05 '22 13:11 bmadone

CleanShot 2022-11-05 at 15 16 12

bmadone avatar Nov 05 '22 13:11 bmadone

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"
    }
  }

imhalid avatar Apr 24 '23 16:04 imhalid