• Stars
    star
    290
  • Rank 142,544 (Top 3 %)
  • Language
    Python
  • Created about 12 years ago
  • Updated about 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

GitHub color codes for programming languages

A JSON object mapping which colors github uses to represent different programming languages in their "Languages" tab on each repository.

{
    "Mercury": "#ff2b2b", 
    "TypeScript": "#2b7489",
    "PureBasic": "#5a6986",
    ...