Skip to content

Commit

Permalink
fix(language-colors): fix/add language colors (#352)
Browse files Browse the repository at this point in the history
  • Loading branch information
0xch4z authored and Houssein Djirdeh committed Sep 23, 2017
1 parent dfc009e commit bf0cb41
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 2 deletions.
9 changes: 9 additions & 0 deletions .all-contributorsrc
Original file line number Diff line number Diff line change
Expand Up @@ -326,6 +326,15 @@
"contributions": [
"code"
]
},
{
"login": "Charliekenney23",
"name": "Charles Kenney",
"avatar_url": "https://avatars1.githubusercontent.com/u/23623237?v=4",
"profile": "https://github.com/charliekenney23",
"contributions": [
"code"
]
}
]
}
20 changes: 18 additions & 2 deletions src/config/colors.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,20 @@ export const languageColors = {
TypeScript: '#2b7489',
PureBasic: '#5a6986',
'Objective-C++': '#6866fb',
'C++': '#f34b7d',
Nginx: '#9469E9',
'TI Program': '#A0AA87',
Adga: '#315665',
MQL4: '#62A8D6',
MQL5: '#4A76B8',
Self: '#0579aa',
edn: '#db5855',
NewLisp: '#87AED7',
PowerBuilder: '#8f0f8d',
PowerShell: '#012456',
'SRecode Template': '#348a34',
Opal: '#f7ede0',
Terra: '#3D6117',
'Jupyter Notebook': '#DA5B0B',
Rebol: '#358a5b',
Frege: '#00cafe',
Expand All @@ -58,8 +69,9 @@ export const languageColors = {
wisp: '#7582D1',
D: '#ba595e',
Kotlin: '#F18E33',
Opal: '#f7ede0',
Crystal: '#776791',
Batchfile: '#C1F12E',
'1C Enterprise': '#814CCC',
'Objective-C': '#438eff',
'ColdFusion CFC': '#ed2cd6',
Oz: '#fab738',
Expand All @@ -70,10 +82,13 @@ export const languageColors = {
Ruby: '#701516',
'Component Pascal': '#b0ce4e',
Arc: '#aa2afe',
RUNOFF: '#665a4e',
Brainfuck: '#2F2530',
Nit: '#009917',
APL: '#5A8164',
Go: '#375eab',
p4: '#e3f171',
pep8: '#c76f5b',
'Visual Basic': '#945db7',
PHP: '#4F5D95',
Cirru: '#ccccff',
Expand Down Expand Up @@ -141,6 +156,7 @@ export const languageColors = {
JFlex: '#DBCA00',
NetLinx: '#0aa0ff',
Turing: '#45f715',
Ring: '#0e60e3',
Vala: '#fbe5cd',
Processing: '#0096D8',
Arduino: '#bd79d1',
Expand Down Expand Up @@ -168,6 +184,7 @@ export const languageColors = {
Fancy: '#7b9db4',
OCaml: '#3be133',
Shen: '#120F14',
Yacc: '#4b6c4b',
Pascal: '#b0ce4e',
'F#': '#b845fc',
Puppet: '#302B6D',
Expand Down Expand Up @@ -226,7 +243,6 @@ export const languageColors = {
NCL: '#28431f',
Io: '#a9188d',
Rouge: '#cc0088',
cpp: '#f34b7d',
'AGS Script': '#B9D9FF',
Dogescript: '#cca760',
nesC: '#94B0C7',
Expand Down

0 comments on commit bf0cb41

Please sign in to comment.