1. Docs
  2. Dark Mode
  3. Astro

Astro

Adding dark mode to your astro app.

Create an inline theme script

src/scripts/theme-head.astro

Import the theme script in your layout

src/layouts/root.astro

Create a theme utility

src/utils/theme.ts

Add a mode toggle

src/components/mode-toggle.tsx

Display the mode toggle

Place a mode toggle on your site to toggle between light and dark mode.

src/pages/index.astro