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.js21
1 files changed, 21 insertions, 0 deletions
diff --git a/src/theme/default/index.js b/src/theme/default/index.js
new file mode 100644
index 000000000..8766fb609
--- /dev/null
+++ b/src/theme/default/index.js
@@ -0,0 +1,21 @@
1import * as legacyStyles from './legacy';
2
3export const brandPrimary = '#3498db';
4export const brandSuccess = '#5cb85c';
5export const brandInfo = '#5bc0de';
6export const brandWarning = '#FF9F00';
7export const brandDanger = '#d9534f';
8
9export const borderRadius = legacyStyles.themeBorderRadius;
10export const borderRadiusSmall = legacyStyles.themeBorderRadiusSmall;
11
12export const colorBackground = legacyStyles.themeGrayLighter;
13export const colorHeadline = legacyStyles.themeGrayDark;
14
15// Subscription Container Component
16export const colorSubscriptionContainerBackground = 'none';
17export const colorSubscriptionContainerBorder = [1, 'solid', brandPrimary];
18export const colorSubscriptionContainerTitle = brandPrimary;
19export const colorSubscriptionContainerActionButtonBackground = brandPrimary;
20export const colorSubscriptionContainerActionButtonColor = '#FFF';
21