项目作者: m3g0byt3

项目描述 :
Apple Human Interface Guidelines Color Pallete
高级语言: Objective-C
项目地址: git://github.com/m3g0byt3/Apple-HIG-Colors.git
创建时间: 2017-11-30T18:25:05Z
项目社区:https://github.com/m3g0byt3/Apple-HIG-Colors

开源协议:MIT License

下载


Apple HIG colors


Color pallete in .clr format (Apple’s Color Paletes) with colors from Apple Human Interface Guidelines for iOS. Color pallete using RGB (“generic” RGB, not sRGB IEC61966-2.1) color space to allow importing by frameworks like R.Swift.
Use it with frameworks like R.swift, SwiftGen or stand-alone.

Contains followings colors:

  • FF3B30
  • FF9500
  • FFCC00
  • 4CD964
  • 5AC8FA
  • 007AFF
  • 5856D6
  • FF2D55

Installation & Usage


  • Standalone:

    Just copy Apple HIG.clr to the ~/Library/Colors/ folder:
    cp Apple\ HIG.clr ~/Library/Colors/

    It will appear in Color Pallete utility:

  • With framework:

    Refer to framework documentation.

License


All product names, trademarks and registered trademarks are property of their respective owners. All company, product and service names used in this website are for identification purposes only. Use of these names,trademarks and brands does not imply endorsement.

Apple, iOS, iPhone and iPad are trademarks of Apple Inc., registered in the U.S. and other countries.

All other trademarks cited herein are the property of their respective owners.

Released under MIT license, see LICENSE.md for more information.

Author


m3g0byt3