aboutsummaryrefslogtreecommitdiffstats
path: root/src/theme/default/index.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/theme/default/index.js')
-rw-r--r--src/theme/default/index.js12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/theme/default/index.js b/src/theme/default/index.js
new file mode 100644
index 000000000..f8b6e898d
--- /dev/null
+++ b/src/theme/default/index.js
@@ -0,0 +1,12 @@
1import * as legacyStyles from './legacy';
2
3/* legacy config, injected into sass */
4export const themeBrandPrimary = '#3498db';
5export const themeBrandSuccess = '#5cb85c';
6export const themeBrandInfo = '#5bc0de';
7export const themeBrandWarning = '#FF9F00';
8export const themeBrandDanger = '#d9534f';
9
10export const colorBackground = legacyStyles.themeGrayLighter;
11
12export const colorHeadline = legacyStyles.themeGrayDark;