Skip to content

Instantly share code, notes, and snippets.

@thetutlage
Last active November 20, 2019 07:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save thetutlage/17a328078a9813f845612b06e6a3d286 to your computer and use it in GitHub Desktop.
Save thetutlage/17a328078a9813f845612b06e6a3d286 to your computer and use it in GitHub Desktop.
Kayako config for Transistor.fm
<script>
// Messenger embed code
</script>
<script>
kayako.config = {
styles: {
/**
* Keeping launcher icon background different from site background
*/
primaryColor: '#2d353f',
/**
* Patterns doesn't play great with light backgrounds, so decided to take
* it off
*/
homePattern: '',
/**
* The classy yellow
*/
homeBackground: '#fbc75d',
/**
* Site background for messenger text
*/
homeTextColor: '#0c1824',
}
}
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment