aboutsummaryrefslogtreecommitdiffstats
path: root/src/theme/default/index.js
blob: f8b6e898d9b839974e81caed7d80ebb9228ae484 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
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;