Skip to content

mysugr/ms-colors

 
 

Repository files navigation

ms-colors

A little menu bar helper für macOS to easily access the mySugr brand and UI colors. ms-colors is a fork of Materialette by Mark Schultz.

How to use

Pick a color

Click on the icon in the menu bar and then on a color to copy its value to the clipboard. Pick a color

Check if a color is in the mySugr palette

Paste a color code with CMD+V while the ms-colors window is open and it will tell you the name of the color. This works with hex codes (#8eb927) as well as tab-separated RGB codes (135 175 36). The latter is handy when you use macOS's Digital Color Meter. Paste color code to see if it is in the collection

Install

  1. Download the latest release from the Releases page
  2. Unzip the file
  3. Move the ms-colors.app file to the /Applications directory
  4. Right-click and choose "Open" (double-click may not work because macOS finds Non-App-Store-apps suspicious)

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

About

Easily access the mySugr brand and UI colors

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 70.7%
  • CSS 20.2%
  • HTML 9.1%