Java library implementation of the north-bluish dark color palette Northem Dark.
Optimized for syntax highlighting- and UI projects.
This is a darker and more blue-tinged variation.
Getting started
Setup
To use northem-dark-java it must be available on 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-dark-java</artifactId>
<version>0.2.0</version>
</dependency>
compile(group: 'com.arcticicestudio', name: 'northem-dark-java', version: '0.2.0')
<dependency org="com.arcticicestudio" name="northem-dark-java" rev="0.2.0" />
Development snapshots are available via OSS Sonatype.
Build
Build and install northem-dark-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 Dark IntelliJ IDEA Syntax
- Northem Dark Atom Syntax
- Northem Dark Atom UI
- Northem Dark Eclipse Syntax
- Northem Dark gedit
- Northem Dark GTK (in drafting)
- Northem Dark 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.