Skip to content

Converts the Trello brand colors to various formats.

Notifications You must be signed in to change notification settings

TheMisterDog/trellicolors

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Trellicolors

This script converts the Trello brand colors into various formats.

Various formats include…

  • LESS, SCSS, and SASS variables
  • XML (for Android)
  • JSON

If you’re just looking for exported files, see /build.

Applying colors

For how to use the palette, see the Trello Brand Guide.

Sketch Palette

We have one! To import…

  • Install the sketch-palettes plugin.
  • Then follow the usage instructions to import /build/trello.sketchpalette

I want to contribute!

Okay! You need to…

  • Install node
  • Run npm install
  • And finally, run npm run convert

The source is in /src and index.coffee. convert uses nodemon so your changes (and errors) will show up as soon as you make them.

About

Converts the Trello brand colors to various formats.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 60.4%
  • CoffeeScript 39.6%