Skip to content

Zeplin Extension that suggest alternate color name 🎨

License

Notifications You must be signed in to change notification settings

borulday/color-name-guru

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

25 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Color Name Guru 🎨 - Zeplin Extension βš—οΈ

Color Name Guru gives color name suggestions for your iOS, OSX, Web and Android projects.

Default color name formats for project types: iOS and OSX: camelCase Web: kebab-case Android: snake_case

Sample Output πŸ“€

[
  {
    "current": "silver",
    "suggestion": "hint-of-mauve-pansy"
  },
  {
    "current": "sun-face",
    "suggestion": "blazing-yellow"
  },
  {
    "current": "kona",
    "suggestion": "🎯 Hit the Bull's eye"
  },
]

If you see a suggestion that start with an emoji (🎯 Hit the Bull's eye), you already have a perfect name for the color!

Thanks to πŸ™

Development πŸ’»

Color Name Guru is developed using zem, Zeplin Extension Manager. zem is a command line tool that lets you quickly create and test extensions.

To learn more about zem, see documentation.