Java library implementation of the north-bluish dark color palette Northem.
Optimized for syntax highlighting- and UI projects.
Getting started
Setup
To use northem-java it must be available in your classpath.
You can get it from the Central Repository as a dependency for your favorite build tool or download the latest version.
<dependency>
<groupId>com.arcticicestudio</groupId>
<artifactId>northem-java</artifactId>
<version>0.2.0</version>
</dependency>
compile(group: 'com.arcticicestudio', name: 'northem-java', version: '0.2.0')
<dependency org="com.arcticicestudio" name="northem-java" rev="0.2.0" />
Development snapshots are available via OSS Sonatype.
Build
Build and install northem-java into your local repository without GPG signing:
mvn clean install
Signed artifacts may be build by using the sign-gpg
profile with a provided gpg.keyname
property:
mvn clean install -Dgpg.keyname=YourGPGKeyId
A continuous integration build is running at Travis-CI.
Variations
Other Projects
- Northem IntelliJ IDEA Syntax
- Northem Atom Syntax
- Northem Atom UI
- Northem Eclipse Syntax
- Northem gedit
- Northem GTK (in drafting)
- Northem Notepad++
Visit the official website for more information.
Development
Workflow
This project follows the gitflow branching model.
Specifications
This project follows the Arctic Versioning Specification (ArcVer).
Contribution
Please report issues/bugs, suggestions for improvements and feature requests to the issuetracker.