From 7803fc5ca21583e569699b71b8ce49f50da9a3a7 Mon Sep 17 00:00:00 2001 From: Ariel Weinberger Date: Thu, 19 Oct 2023 19:53:31 -0700 Subject: [PATCH] feat(docs): default dark theme --- apps/docs/theme.config.tsx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/apps/docs/theme.config.tsx b/apps/docs/theme.config.tsx index 748de21..60919b5 100644 --- a/apps/docs/theme.config.tsx +++ b/apps/docs/theme.config.tsx @@ -16,6 +16,9 @@ const config: DocsThemeConfig = { text: 'UniLLM', }, darkMode: true, + nextThemes: { + defaultTheme: "dark", + }, themeSwitch: { component: false, },