Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/urbit/indigo-light
- Owner: urbit
- License: mit
- Created: 2020-07-06T17:53:05.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-05-11T19:22:39.000Z (over 3 years ago)
- Last Synced: 2024-10-02T10:38:13.707Z (3 months ago)
- Language: TypeScript
- Size: 134 KB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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 |