vscode-js-annotations
vscode-js-annotations copied to clipboard
More faded color and/or configurable colors
Annotations shouldn't look like code. I'd recommend highlighting them the same color as code comments by default and/or making this configurable.
Adding font-family setting would be better.
@Sioxas that would be great but with the options given for the decorator API in VS Code, font-family is not a configurable property.
I would also love the ability to configure annotation background as well
Being able to customize the annotation background would be wonderful.
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):
Maybe this helps someone here. 🙂
i also set "jsannotations.fontWeight": 10
as the font options are too big