Skip to content

Commit

Permalink
馃枼 add c# to language list
Browse files Browse the repository at this point in the history
closes #6
  • Loading branch information
hanford committed Jul 29, 2018
1 parent e26ea87 commit b75ff14
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions helpers/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ const languages = {
PHP: "php",
CSS: "css",
C: "C",
'C#': "csharp",
Python: "python",
Ruby: "ruby",
Java: "java"
Expand All @@ -34,6 +35,7 @@ const themes = {
PHP: "#6c70aa",
CSS: "#f44336",
C: "#3f51b5",
'C#': '#5E2877',
Python: "#607d8b",
Ruby: "#e91e63",
Java: "#795548"
Expand Down

0 comments on commit b75ff14

Please sign in to comment.