From b08362f6d2973336764c52ebc7cc5e9f34f0d80a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lauren=C8=9Biu=20Nicola?= Date: Tue, 21 May 2019 16:28:10 +0300 Subject: Address feedback --- editors/code/src/highlighting.ts | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'editors/code/src') diff --git a/editors/code/src/highlighting.ts b/editors/code/src/highlighting.ts index 432f40ff4..e1a68544a 100644 --- a/editors/code/src/highlighting.ts +++ b/editors/code/src/highlighting.ts @@ -26,12 +26,11 @@ export class Highlighter { const decorations: Iterable< [string, vscode.TextEditorDecorationType] > = [ - colorContrib('background'), colorContrib('comment'), colorContrib('string'), - colorContrib('unsafe'), colorContrib('keyword'), - colorContrib('control'), + colorContrib('keyword.control'), + colorContrib('keyword.unsafe'), colorContrib('function'), colorContrib('parameter'), colorContrib('builtin'), -- cgit v1.2.3