Skip to content

Instantly share code, notes, and snippets.

@shaharkazaz
Created July 29, 2021 11:56
Show Gist options
  • Save shaharkazaz/4ed23c8fd302faf15d9cfea35b1d7893 to your computer and use it in GitHub Desktop.
Save shaharkazaz/4ed23c8fd302faf15d9cfea35b1d7893 to your computer and use it in GitHub Desktop.
import { coreStyles } from '/some/path/variabless';
Highcharts.setOptions({
colors: Object.values(coreStyles.lightTheme.value)
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment