From b57d81eca41fb444386cfa3d11e2bb22bd93b1d0 Mon Sep 17 00:00:00 2001 From: Arctic Ice Studio Date: Mon, 10 Feb 2020 21:29:51 +0100 Subject: [PATCH] Fix wrong Type- and JavaScript highlighting inherited from parent scheme As of IDE versions 2019.3.x, some TypeScript and JavaScript syntax elements were not highlighted correctly. The following elements inherited the colors from the "Darcula" parent scheme instead of the language defaults defined by Nord: - Global function - Global variable - Instance member function - Instance member variable These elements are now using explicitly defined colors instead to fix the highlighting. GH-115 --- resources/themes/nord.xml | 42 +++++++++++++++++++++++++++++++++++---- 1 file changed, 38 insertions(+), 4 deletions(-) diff --git a/resources/themes/nord.xml b/resources/themes/nord.xml index 4d4b404..bb4e9a3 100644 --- a/resources/themes/nord.xml +++ b/resources/themes/nord.xml @@ -3,7 +3,7 @@ 2016-09-24T21:08:20 idea 2019.3.0.0 - 2019-12-02T09:34:36 + 2020-02-10T21:10:00 Nord @@ -1099,9 +1099,43 @@ + + + + + +