Skip to content

Instantly share code, notes, and snippets.

@4knort
Created June 6, 2018 18:50
Show Gist options
  • Save 4knort/74268a49ae6a26b2335b5433406b93ef to your computer and use it in GitHub Desktop.
Save 4knort/74268a49ae6a26b2335b5433406b93ef to your computer and use it in GitHub Desktop.
return (name === 'Вы') ? 'rgba(255, 0, 0, 1)' : 'rgba' + '(' + '15, ' + '82, ' + '186, ' + Math.random() + ')';
return (name === 'Вы') ? 'rgba(255, 0, 0, 1)' : 'rgba(15, 82,'186, ' + Math.random() + ')';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment