I have created some customized color palettes namely, ‘Categorical palettes’ to distinguish discrete categories of data that do not have an inherent correlation, ’ Sequential palettes’ and ’ Diverging palettes’ for relationship charts and trend charts.
I have created these palettes as plain Python list of (hex) RGB color strings similar to (’#084594’, ‘#2171b5’, ‘#4292c6’, ‘#6baed6’, ‘#9ecae1’, ‘#c6dbef’, ‘#deebf7’, ‘#f7fbff’).
I want to add these customized color palettes into ‘Custom theme’ that I am preparing.
I have referred Bokeh documentation for it but not able to figure out how to do it.
Can you please guide me in this?