diff --git a/src/lib/state/language.ts b/src/lib/state/language.ts index e0e6eda..55dda9c 100644 --- a/src/lib/state/language.ts +++ b/src/lib/state/language.ts @@ -34,7 +34,7 @@ const a = 1 + 1 // with the loaded themes and languages. const code = highlighter.codeToHtml('const a = 1', { lang: 'javascript', - theme: 'nord' + theme: 'catppuccin-mocha', }) const buttonVariants = tv({