vscode-js-annotations icon indicating copy to clipboard operation
vscode-js-annotations copied to clipboard

More faded color and/or configurable colors

Open kethinov opened this issue 6 years ago • 6 comments

Annotations shouldn't look like code. I'd recommend highlighting them the same color as code comments by default and/or making this configurable.

kethinov avatar Oct 28 '18 18:10 kethinov

Adding font-family setting would be better.

Sioxas avatar Nov 05 '18 05:11 Sioxas

@Sioxas that would be great but with the options given for the decorator API in VS Code, font-family is not a configurable property.

lannonbr avatar Nov 05 '18 12:11 lannonbr

I would also love the ability to configure annotation background as well

iPwnPancakes avatar Apr 08 '19 18:04 iPwnPancakes

Being able to customize the annotation background would be wonderful.

Case104 avatar Jul 30 '19 14:07 Case104

Didn't like the color of the annotations, so I added this to my settings.json (note that this is white with opacity of around 25%):

"workbench.colorCustomizations": {
  "jsannotations.annotationForeground": "#ffffff38"
}

Result looks like this (using Dark+ color theme): Screenshot from 2019-10-23 19-17-09

Maybe this helps someone here. 🙂

eljenso avatar Oct 23 '19 17:10 eljenso

i also set "jsannotations.fontWeight": 10 as the font options are too big

GuyHarwood avatar Dec 13 '19 11:12 GuyHarwood