imleo-colors
TypeScript icon, indicating that this package has built-in type declarations

1.0.2 • Public • Published

!Leo's dark VSCode color NPM package

Leo's dark colors extracted as a NPM package.

Installation

npm install --save imleo-colors
yarn add imleo-colors

Usage

import { dark, grey } from 'imleo-colors'

dark.common.bg.hex() === '#0f1419'
gray.syntax.error.hex() === '#ff3333'

dark.common.bg.rgb() === '15, 20, 25'
gray.syntax.error.rgb() === '255, 51, 51'

Readme

Keywords

none

Package Sidebar

Install

npm i imleo-colors

Weekly Downloads

0

Version

1.0.2

License

MIT

Unpacked Size

22.5 kB

Total Files

13

Last publish

Collaborators

  • imleo