Skip to content

Commit b7ac078

Browse files
committed
Change gql keyword color
1 parent 8655478 commit b7ac078

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

src/_design-system/syntax/light.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -312,6 +312,16 @@
312312
"settings": {
313313
"foreground": "#6E7557"
314314
}
315+
},
316+
{
317+
"scope": [
318+
"keyword.type.graphql",
319+
"keyword.operation.graphql",
320+
"keyword.fragment.graphql"
321+
],
322+
"settings": {
323+
"foreground": "#990069"
324+
}
315325
}
316326
]
317327
}

0 commit comments

Comments
 (0)