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

TypeScript not highlighting correctly after update

Open brooman opened this issue 5 years ago • 1 comments

image

brooman avatar Jan 31 '20 12:01 brooman

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.

bluekable avatar Feb 14 '20 13:02 bluekable