Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mike-schultz/materialette
Materialette - A material design color palette
https://github.com/mike-schultz/materialette
electron javascript material material-design
Last synced: 13 days ago
JSON representation
Materialette - A material design color palette
- Host: GitHub
- URL: https://github.com/mike-schultz/materialette
- Owner: mike-schultz
- License: mit
- Created: 2016-10-15T07:22:01.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2021-02-01T11:05:47.000Z (almost 4 years ago)
- Last Synced: 2024-10-14T15:21:33.229Z (29 days ago)
- Topics: electron, javascript, material, material-design
- Language: CSS
- Homepage: http://mikeschultz.xyz/materialette
- Size: 12.4 MB
- Stars: 1,048
- Watchers: 29
- Forks: 60
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-electron-zh - Materialette - Material design color palette in your menubar. (Apps / Open Source)
README
# 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](http://electron.atom.io/).
[![Github All Releases](https://img.shields.io/github/downloads/mike-schultz/materialette/total.svg)]()
## Install
Download the latest build from the [releases](https://github.com/mike-schultz/materialette/releases) section. Make sure to choose your operating system appropriately.
### macOS
1. Unzip the Materialette.zip.
2. Move the Materialette.app file to the `/Applications` directory### Windows 7.1+
1. Unzip to a desired location and run the exe### Linux (Some distros)
1. Unzip to a desired location
2. open terminal
3. `cd` to the unzipped directory
4. run `./Materialette`Note: There are some known issues with using electron + Tray with Linux.
#### Confirmed:
* **Ubuntu 16.04**
* Requires libappindicator1. Install with `sudo apt-get install libappindicator1`.
* Upon opening, a blank button is presented. Clicking it will load Materialette.
* **Fedora 24**
* Requires libappindicator1. Install with `sudo dnf install libappindicator1`.If you are able to run the app successfully in a different distro, please update this README!
## Develop
If you're using [nvm](https://github.com/creationix/nvm#nvmrc), run the command `$ nvm use` to use the version of Node specified in the
[.nvmrc](https://github.com/creationix/nvm#nvmrc).* Install dependencies with `$ npm install` or `$ yarn`. A yarn.lock is included.
* Compile SCSS -> CSS `$ gulp sass` or `$ gulp sass:watch`
* Start the application with `$ npm start `
* Build the application with `$ npm run build`