README
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",
...

A JSON object mapping which colors github uses to represent different programming languages in their "Languages" tab on each repository.
<script type="module">
import githubLanguageColors from 'https://cdn.skypack.dev/github-language-colors';
</script>
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",
...
