mitosis-plugins-theme
v0.1.0
Published
Starlight theme for the Plugins for Mitosis documentation.
Downloads
33
Maintainers
Readme
Features
- 🌈 Vibrant Palette: Built around the OpenDocs brand colors (Purple, Fuchsia, Yellow, Green).
- 📖 Readable Typography: Optimized for long-form documentation using Bricolage Grotesque and Inter.
- ✨ Modern UI: Inspired by shadcn/ui and Base UI with soft shadows and rounded corners.
- 🌓 Adaptive: Seamless light and dark mode support.
Getting Started
- Install the theme in your Starlight project:
npm install starlight-theme-opendocs- Add the plugin to your
astro.config.mjs:
import starlight from '@astrojs/starlight';
import starlightThemeOpenDocs from 'starlight-theme-opendocs';
export default defineConfig({
integrations: [
starlight({
plugins: [starlightThemeOpenDocs()],
}),
],
});License
Licensed under the MIT License.
