Skip to content

Instantly share code, notes, and snippets.

@SirDaev
Last active January 6, 2021 19:55
Show Gist options
  • Save SirDaev/b88574138c3605b8ebe481230e51ae7e to your computer and use it in GitHub Desktop.
Save SirDaev/b88574138c3605b8ebe481230e51ae7e to your computer and use it in GitHub Desktop.
Team Treehouse Language Colors JavaScript Object
/*
This object contains the hex colors for the various languages
found on TeamTreehouse.com
*/
var thColors = {
"21st Century Skills": "#9b3b5a",
"Android": "#30826C",
"APIs": "#008297",
"Business": "#9b3b5a",
"C#": "#008297",
"CSS": "#3659a2",
"Computer Science": "#9b3b5a",
"Data Analysis": "#9F4B84",
"Databases": "#9F4B84",
"Design": "#4a4290",
"Development Tools": "#9b3b5a",
"Digital Literacy": "#9b3b5a",
"Equity, Diversity, and Inclusion (EDI)": "#733a88",
"Go": "#733a88",
"HTML": "#3659a2",
"Java": "#008297",
"JavaScript": "#3659a2",
"Learning Resources": "#9b3b5a",
"Machine Learning": "#733a88",
"PHP": "#008297",
"Python": "#008297",
"Quality Assurance": "#9b3b5a",
"Ruby": "#008297",
"Security": "#9b3b5a",
"Topic Undefined": "#55616c"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment