Skip to content

Instantly share code, notes, and snippets.

@kavdev
Last active August 20, 2017 19:43
Show Gist options
  • Select an option

  • Save kavdev/7ad219727dab50f2f136f49ad0393bdb to your computer and use it in GitHub Desktop.

Select an option

Save kavdev/7ad219727dab50f2f136f49ad0393bdb to your computer and use it in GitHub Desktop.

Revisions

  1. kavdev revised this gist Aug 20, 2017. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion snippet.js
    Original file line number Diff line number Diff line change
    @@ -4,4 +4,4 @@ badgeColors = [
    "#4cd39f", "#599bfc", "#4eea95", "#ea47a8", "#c46f55", "#2588bf", "#6d6457", "#7e649e"
    ]

    backgroundColor = badgeColors[("{{ user.last_name|index:0|uppercase }}".charCodeAt() - 65) % 26]
    backgroundColor = badgeColors[("{{ user.last_name|index:0|title }}".charCodeAt() - 65) % 26]
  2. kavdev created this gist Aug 20, 2017.
    7 changes: 7 additions & 0 deletions snippet.js
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,7 @@
    badgeColors = [
    "#f28920", "#49b75e", "#33ccb6", "#d13b7f", "#733aef", "#c8d60b", "#598ece", "#ea537a", "#dd9c4e",
    "#6da877", "#b4f741", "#7775cc", "#8ca579", "#2c57f4", "#dd9c5b", "#e8e862", "#d11c4b", "#d3b34a",
    "#4cd39f", "#599bfc", "#4eea95", "#ea47a8", "#c46f55", "#2588bf", "#6d6457", "#7e649e"
    ]

    backgroundColor = badgeColors[("{{ user.last_name|index:0|uppercase }}".charCodeAt() - 65) % 26]