nora-theme
TypeScript icon, indicating that this package has built-in type declarations

1.0.3 • Public • Published

The colors of @sathmin's beautiful Nora Cora color scheme extracted as a NPM package.

Installation

npm install --save nora-theme
yarn add nora-theme

Usage

import { dark, light, mirage } from 'nora'

dark.common.bg.hex() === '#0f1419'
light.common.fg.hex() === '#828c99'
mirage.syntax.error.hex() === '#ff3333'

dark.common.bg.rgb() === '15, 20, 25'
light.common.fg.rgb() === '97, 103, 108'
mirage.syntax.error.rgb() === '255, 51, 51'

This package includes TypeScript definitions.

Colors

Readme

Keywords

Package Sidebar

Install

npm i nora-theme

Weekly Downloads

1

Version

1.0.3

License

MIT

Unpacked Size

28.8 kB

Total Files

15

Last publish

Collaborators

  • nora-cora