/materialette

Materialette - A color palette for material design

Primary LanguageJavaScriptMIT LicenseMIT

materialette

materialette

# Materialette Easily access every color in [Google's material design palette](https://material.google.com/style/color.html) from your OS dock.

Made using electron.

Install

macOS

  1. Download the latest build from the releases section. Make sure to choose your operating system appropriately.
  2. Unzip the Materialette.zip.
  3. Move the Materialette.app file to the /Applications directory

Windows and Linux versions coming soon. They should be straightforward since this is an Electron app, but I don't have the environments currently setup. Pull requests are greatly appreciated against these two versions!

Develop

  • Install dependencies: $ npm install
  • Compile SCSS -> CSS $ gulp sass or $ gulp sass:watch
  • Start the application with $ npm start
  • Build the application with $ npm run build