From c4dd3471e3f1d3bd5c767f41fca0e571c2bb4713 Mon Sep 17 00:00:00 2001 From: Arctic Ice Studio Date: Sun, 25 Jun 2017 17:29:57 +0200 Subject: [PATCH] GHI-#12 Implement support for TypeScript object-literals --- themes/nord.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/themes/nord.json b/themes/nord.json index bfd11f3..5f04311 100644 --- a/themes/nord.json +++ b/themes/nord.json @@ -932,6 +932,20 @@ "fontStyle": "italic" } }, + { + "name": "[TypeScript] Object-literal keys", + "scope": "source.ts meta.object-literal.key", + "settings": { + "foreground": "#D8DEE9" + } + }, + { + "name": "[TypeScript] Object-literal functions", + "scope": "source.ts meta.object-literal.key entity.name.function", + "settings": { + "foreground": "#88C0D0" + } + }, { "name": "[TypeScript] Type/Class", "scope": [