Recent searches
No recent searches
How to use /assets/shared-bundle.js? should I?
Posted Jan 01, 2025
I am using https://github.com/evoko/zendesk-theme and it has /assets/shared-bundle.js with interesting variables like colors. Found nothing about it in manual. Is it for zendesk use only or it is also can be used in my theme building?
const PALETTE = {
black: '#000',
white: '#fff',
product: {
support: '#00a656',
message: '#37b8af',
explore: '#30aabc',
gather: '#f6c8be',
guide: '#eb4962',
connect: '#ff6224',
chat: '#f79a3e',
talk: '#efc93d',
sell: '#c38f00'
}}
0
3 comments
James Peterson - Eastern Logic
Hi Alex | Plement ,
Zendesk support may be able to provide a better answer, but from what I can see this is a custom theme available for use. So you can use it in your Zendesk help center, but it is not provided by Zendesk. As such, I wouldn't expect finding any discussion about this. I would suggest contacting the developer directly to answer any concerns. You should be able to do so through the Github repo link you shared.
0
Amie Brennan
Hey Alex,
That theme is a few years old and is most likely built on the old template. It may need updating before you attempt to use it.
Secondly - all of these colours, are from the ZD Garden Color Palette which you can check out here: https://garden.zendesk.com/design/palette
I know this doesn't entirely answer your question, although I hope it does help in some way. :)
0
Alex | Plement
James Peterson - Eastern Logic oh ouch… is there an official SCSS version?
0