Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@mfix22
Last active February 2, 2019 07:16
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 mfix22/e8e82576e09092691a85860685a3adf5 to your computer and use it in GitHub Desktop.
Save mfix22/e8e82576e09092691a85860685a3adf5 to your computer and use it in GitHub Desktop.
Add Plotly Carbon Theme Snipper
localStorage.setItem(
'CARBON_THEMES',
JSON.stringify(
JSON.parse(localStorage.getItem('CARBON_THEMES') || '[]').concat({
id: 'theme:plotly',
name: 'Plotly',
highlights: {
background: '#2a3f5f',
text: 'rgba(223,228,229,1)',
variable: '#119DFF',
attribute: 'rgba(255,203,107,1)',
definition: '#f2f5fa',
keyword: '#ab63fa',
operator: 'rgba(233,237,237,1)',
property: '#00cc96',
number: '#EF553B',
string: 'rgba(195,232,141,1)',
comment: 'rgba(84,110,122,1)',
meta: ' #00cc96',
tag: '#eeebff'
},
custom: true
})
)
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment