tutorkit-theme
v0.1.0
Published
Shared theme primitives for TutorKit.
Readme
tutorkit-theme
Shared theme primitives for TutorKit.
This package exposes the default theme objects and TypeScript interfaces used by the TutorKit playground and curriculum components.
Installation
npm install tutorkit-themeor
pnpm add tutorkit-themeUsage
import { darkTheme, lightTheme, type Theme } from "tutorkit-theme";
const theme: Theme = darkTheme;Included exports
darkThemelightThemespaciousThemecompactThemeThemeThemeColorsThemeSpacingThemeRadiiThemeTypography
Main docs
https://tutorkit.codearcade.io/
License
MIT
