import * as legacyStyles from './legacy'; /* legacy config, injected into sass */ export const themeBrandPrimary = '#3498db'; export const themeBrandSuccess = '#5cb85c'; export const themeBrandInfo = '#5bc0de'; export const themeBrandWarning = '#FF9F00'; export const themeBrandDanger = '#d9534f'; export const colorBackground = legacyStyles.themeGrayLighter; export const colorHeadline = legacyStyles.themeGrayDark;