1.0.0 • Published 8 years ago

spectacle-theme-solarized-light v1.0.0

Weekly downloads
6
License
MIT
Repository
github
Last release
8 years ago

spectacle-theme-solarized-light

A theme for Spectacle based on Solarized (Light)

Installation

npm install spectacle-theme-solarized-light

Usage

import { theme } from "spectacle-theme-solarized-light";

<Spectacle theme={theme}>
  // ...
</Spectacle>