var GitHubColors = require("github-colors"); console.log(GitHubColors.get("C++")); // { type: 'programming', // ace_mode: 'c_cpp', // codemirror_mode: 'clike', // codemirror_mime_type: 'text/x-c++src', // color: '#f34b7d', // aliases: [ 'cpp' ], // extensions: // [ '.cpp', // '.c++', // '.cc', // '.cp', // '.cxx', // '.h', // '.h++', // '.hh', // '.hpp', // '.hxx', // '.inc', // '.inl', // '.ipp',

