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" + } } ] }