just a question please, why my code looks like that in the dark mode?
here is my code:
query maliciousQuery {
thread(id: "some-id") {
messages(first: 99999) {
thread {
messages(first: 99999) {
thread {
messages(first: 99999) {
thread {
# ...repeat times 10000...
}
}
}
}
}
}
}
}
and here is the result :

We are using using an old way to set code highlight. I need to take a look and update it.
But, I think it still works fine. Try to change the pygmentsstyle config to other values. Here is a list of available styles.
You could also try to use follow this new configuration steps.
thank you!
I change it to : pygmentsstyle = "dracula" and it works well for me.
the result 馃憞 :

Most helpful comment
We are using using an old way to set code highlight. I need to take a look and update it.
But, I think it still works fine. Try to change the
pygmentsstyleconfig to other values. Here is a list of available styles.You could also try to use follow this new configuration steps.