theme-slime
theme-slime copied to clipboard
TypeScript not highlighting correctly after update

Seems this is because the color changed in a previous commit around line 350 of slime-color-theme.json.
{ "name": "ts decorator", "scope": "entity.name.function.ts, punctuation.decorator.ts", "settings": { "foreground": "#e0e0e0" } },
It may have been an intentional change - https://github.com/smlombardi/theme-slime/commit/b4cf7d46f2b839191ce4bc17805b766f683e2884
If so then you can override back to the previous color of #a0c080 on line 352.
If not then hopefully it will be fixed in a future update.