Skip to main content

Custom theme from JSON

const theme = await fetch('/my_theme.json').then(r => r.json())
const html = await highlight('const x = 1', htmlInline({language: javascript, theme}))