Join Slack
Powered by
Does anyone know the syntax theme used in the code...
# orm-help
a
Arman
11/15/2018, 3:10 AM
Does anyone know the syntax theme used in the code snippet of the Prisma homepage? I've been trying to hunt it down since seeing it in the ReactConf content
https://www.prisma.io/
j
Jubal Mabaquiao
11/15/2018, 3:35 AM
dracula maybe?
k
kuldar
11/15/2018, 1:55 PM
Jubal is correct, we used Dracula as the basis for the syntax highlighting. π
https://carbon.now.sh/?bg=rgba(247%2C249%2C250%2C1)&t=dracula&wt=none&l=application%2Ftypescript&ds=false&dsyoff=3px&dsblur=20px&wc=false&wa=true&pv=48px&ph=32px&ln=false&fm=Hack&fs=14px&lh=133%25&si=false&code=%252F%252F%2520Retrieve%2520all%2520users%250Aconst%2520allUsers%253A%2520User%255B%255D%2520%253D%2520await%2520prisma.users()%250A%250A%252F%252F%2520Retrieve%2520a%2520single%2520user%2520by%2520email%250Aconst%2520bob%253A%2520User%2520%253D%2520await%2520prisma%250A%2520%2520.users(%257B%2520email%253A%2520%2522bob%2540prisma.io%2522%2520%257D)%250A%250A%252F%252F%2520Retrieve%2520all%2520comments%2520of%2520a%2520post%2520in%2520a%2520single%2520request%250Aconst%2520commentsOfPost%253A%2520Comment%255B%255D%2520%253D%2520await%2520prisma%250A%2520%2520.post(%257B%2520id%253A%2520%2522cjl4srkaqqxa30b46pqcyzpyo%2522%2520%257D)%250A%2520%2520.comments()&es=2x&wm=false&ts=false
a
Arman
11/22/2018, 1:35 AM
man, that's gorgeous
Arman
11/22/2018, 1:35 AM
thanks
Arman
11/22/2018, 4:14 AM
is there a way to get it in vscode?
@kuldar
k
kuldar
11/22/2018, 8:55 AM
@Arman
Yas, itβs available on bunch of platforms! π
https://draculatheme.com/
π 1
a
Arman
11/23/2018, 12:16 AM
haha, I meant the prisma version
@kuldar
2
Views
Open in Slack
Previous
Next