From 5c39083a4cb514505bf9ec465502b4d49c958537 Mon Sep 17 00:00:00 2001 From: Matt Bierner Date: Wed, 14 Jun 2017 15:22:31 -0700 Subject: [PATCH] Highlight this in Monokai (#28748) Fixes #28682 --- .../themes/dimmed-monokai-color-theme.json | 32 +++++++++---------- .../themes/monokai-color-theme.json | 7 ++++ 2 files changed, 22 insertions(+), 17 deletions(-) diff --git a/extensions/theme-monokai-dimmed/themes/dimmed-monokai-color-theme.json b/extensions/theme-monokai-dimmed/themes/dimmed-monokai-color-theme.json index 68aeef661f0..a0994a3ff9a 100644 --- a/extensions/theme-monokai-dimmed/themes/dimmed-monokai-color-theme.json +++ b/extensions/theme-monokai-dimmed/themes/dimmed-monokai-color-theme.json @@ -191,7 +191,7 @@ }, { "name": "Class Variable", - "scope": "variable.other, variable.js, punctuation.separator.variable", + "scope": "variable.js, punctuation.separator.variable", "settings": { "fontStyle": "\n \t\t\t", "foreground": "#6089B4" @@ -229,14 +229,6 @@ "foreground": "#6089B4" } }, - { - "name": "Function Call", - "scope": "meta.function-call", - "settings": { - "fontStyle": "\n \t\t\t", - "foreground": "#0080FF" - } - }, { "name": "Function Object", "scope": "meta.function-call.object", @@ -245,14 +237,6 @@ "foreground": "#9872A2" } }, - { - "name": "Function Call Variable", - "scope": "variable.other.property", - "settings": { - "fontStyle": "\n \t\t\t", - "foreground": "#9872A2" - } - }, { "name": "Keyword Control", "scope": "keyword.control", @@ -550,6 +534,20 @@ "settings": { "foreground": "#b267e6" } + }, + { + "name": "this.self", + "scope": "variable.language", + "settings": { + "foreground": "#c7444a" + } + }, + { + "name": "this.self", + "scope": "variable.language", + "settings": { + "foreground": "#c7444a" + } } ] } \ No newline at end of file diff --git a/extensions/theme-monokai/themes/monokai-color-theme.json b/extensions/theme-monokai/themes/monokai-color-theme.json index 693494c71de..c8182750c5c 100644 --- a/extensions/theme-monokai/themes/monokai-color-theme.json +++ b/extensions/theme-monokai/themes/monokai-color-theme.json @@ -378,6 +378,13 @@ "settings": { "foreground": "#b267e6" } + }, + { + "name": "this.self", + "scope": "variable.language", + "settings": { + "foreground": "#FD971F" + } } ] } \ No newline at end of file