Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/urbit/indigo-light

Indigo's light theme
https://github.com/urbit/indigo-light

Last synced: about 2 months ago
JSON representation

Indigo's light theme

Awesome Lists containing this project

README

        

# indigo-light

[![npm (scoped)](https://img.shields.io/npm/v/@tlon/indigo-light?style=flat)](https://www.npmjs.com/package/@tlon/indigo-light)

Indigo Light is a [`styled-system`](https://styled-system.com/theme-specification) compatible light theme for [Indigo React](https://www.github.com/urbit/indigo-react). This theme is also used as the main type definition for all Indigo themes.

## Quick Start

```
$ npm install @tlon/indigo-light
```

```js
import light from '@tlon/indigo-light'
```

### Related

| Library | Github | NPM |
| ------------ | ----------------------------------------- | ------------------------------------------------ |
| indigo-light | https://www.github.com/urbit/indigo-light | https://www.npmjs.com/package/@tlon/indigo-light |
| indigo-dark | https://www.github.com/urbit/indigo-dark | https://www.npmjs.com/package/@tlon/indigo-dark |
| indigo-react | https://www.github.com/urbit/indigo-react | https://www.npmjs.com/package/@tlon/indigo-react |