https://github.com/urbit/indigo-light
Indigo's light theme
https://github.com/urbit/indigo-light
Last synced: about 1 year 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 (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-05-11T19:22:39.000Z (about 5 years ago)
- Last Synced: 2025-03-24T14:21:23.919Z (about 1 year ago)
- Language: TypeScript
- Size: 134 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# indigo-light
[](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 |