base16

WebJar for base16

License

License

MIT
GroupId

GroupId

org.webjars.npm
ArtifactId

ArtifactId

base16
Last Version

Last Version

1.0.0
Release Date

Release Date

Type

Type

jar
Description

Description

base16
WebJar for base16
Project URL

Project URL

http://webjars.org
Source Code Management

Source Code Management

https://github.com/gaearon/base16-js

Download base16

How to add to project

<!-- https://jarcasting.com/artifacts/org.webjars.npm/base16/ -->
<dependency>
    <groupId>org.webjars.npm</groupId>
    <artifactId>base16</artifactId>
    <version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/base16/
implementation 'org.webjars.npm:base16:1.0.0'
// https://jarcasting.com/artifacts/org.webjars.npm/base16/
implementation ("org.webjars.npm:base16:1.0.0")
'org.webjars.npm:base16:jar:1.0.0'
<dependency org="org.webjars.npm" name="base16" rev="1.0.0">
  <artifact name="base16" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='base16', version='1.0.0')
)
libraryDependencies += "org.webjars.npm" % "base16" % "1.0.0"
[org.webjars.npm/base16 "1.0.0"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

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.

Versions

Version
1.0.0