Socket
Socket
Sign inDemoInstall

base16

Package Overview
Dependencies
0
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    base16

Base16 themes as JS objects


Version published
Weekly downloads
977K
decreased by-1.68%
Maintainers
1
Install size
43.4 kB
Created
Weekly downloads
 

Readme

Source

base16-js

Base16 color schemes as JS objects.

Installation

npm install --save base16

Usage

import { solarized } from 'base16';
console.log(solarized.base00); // #002b36

Contributing

No pull requests changing or adding the themes will be accepted unless they match the changes committed to base16-builder.

Credits

All credits go to Chris Kempson and theme authors. This repository is just a JS mirror of base16-builder schemes.

The original work in creating JS counterparts was performed by @dzannotti as part of his work on Redux DevTools. All I did was extract them into a separate repository.

Keywords

FAQs

Last updated on 24 Sep 2015

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc