File tree Expand file tree Collapse file tree
graphiql-plugin-explorer/src
graphiql-react/src/editor/style Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ ---
2+ ' @graphiql/plugin-explorer ' : patch
3+ ' @graphiql/react ' : patch
4+ ---
5+
6+ Use different colors for field names and argument names
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ function ExplorerPlugin(props: GraphiQLExplorerProps) {
3030 def : 'hsl(var(--color-tertiary))' ,
3131 property : 'hsl(var(--color-info))' ,
3232 qualifier : 'hsl(var(--color-secondary))' ,
33- attribute : 'hsl(var(--color-info ))' ,
33+ attribute : 'hsl(var(--color-tertiary ))' ,
3434 number : 'hsl(var(--color-success))' ,
3535 string : 'hsl(var(--color-warning))' ,
3636 builtin : 'hsl(var(--color-success))' ,
Original file line number Diff line number Diff line change 7575 }
7676 /* Name (ObjectField, Argument) */
7777 & .cm-attribute {
78- color : hsl (var (--color-info ));
78+ color : hsl (var (--color-tertiary ));
7979 }
8080 /* Name (Directive) */
8181 & .cm-meta {
You can’t perform that action at this time.
0 commit comments