fabiospampinato / vscode-highlight

Advanced text highlighter based on regexes. Useful for todos, annotations etc.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support text-shadow (for glowing text)

chavlji opened this issue · comments

Glowing text draws much more attention. This is exactly what we need sometimes.
Please add support for text-shadow property.

Only whatever VS Code itself supports can be supported, other properties can not be implemented.

Q: How can you then set the background color? VS Code themes do not support it.

Everything supported is listed here: https://code.visualstudio.com/api/references/vscode-api#DecorationRenderOptions

There's a backgroundColor option.