# Lantana

This is a colour picker for developers who are working with a existing design language, like Material Design or Ant Design.

This app was built with Electron and Angular 2, inspired by [MaterialColorsApp](https://github.com/romannurik/MaterialColorsApp) by Brian Kelley.

# Usage

This app works on Windows from tray if the tray is on the bottom of the screen.

![screenshot](https://cloud.githubusercontent.com/assets/8521174/23806271/ff5a2686-05fb-11e7-931e-c8988ba89d7d.png)

Click on the header can change the theme.

# Build

Install Nodejs.

Clone this repo to your computer, run:
```
$ npm install
```
To run the app:
```
$ npm start
```
