From 14d027991e96dd3d1cf0e9f7bd3ba900535f07c9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Rodriguez?= Date: Fri, 31 Dec 2021 16:37:38 +0100 Subject: [PATCH] Syntax highlighting GraphQL --- themes/nord-color-theme.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/themes/nord-color-theme.json b/themes/nord-color-theme.json index 480bf9a..92ba9fc 100644 --- a/themes/nord-color-theme.json +++ b/themes/nord-color-theme.json @@ -1348,6 +1348,20 @@ "settings": { "foreground": "#8FBCBB" } + }, + { + "name": "[GraphQL] Variable", + "scope": "source.graphql meta.arguments", + "settings": { + "foreground": "#D8DEE9" + } + }, + { + "name": "[GraphQL] Selectionset", + "scope": "source.graphql meta.selectionset", + "settings": { + "foreground": "#8FBCBB" + } } ] }