aboutsummaryrefslogtreecommitdiffstats
path: root/packages/theme/src/themes/legacy/index.ts
diff options
context:
space:
mode:
Diffstat (limited to 'packages/theme/src/themes/legacy/index.ts')
-rw-r--r--packages/theme/src/themes/legacy/index.ts8
1 files changed, 4 insertions, 4 deletions
diff --git a/packages/theme/src/themes/legacy/index.ts b/packages/theme/src/themes/legacy/index.ts
index 2114b92c1..5a2d56a84 100644
--- a/packages/theme/src/themes/legacy/index.ts
+++ b/packages/theme/src/themes/legacy/index.ts
@@ -1,13 +1,13 @@
1/* legacy config, injected into sass */ 1/* legacy config, injected into sass */
2export const themeBrandPrimary = '#3498db'; 2export const themeBrandPrimary = '#7367F0';
3export const themeBrandSuccess = '#5cb85c'; 3export const themeBrandSuccess = '#5cb85c';
4export const themeBrandInfo = '#5bc0de'; 4export const themeBrandInfo = '#5bc0de';
5export const themeBrandWarning = '#FF9F00'; 5export const themeBrandWarning = '#FF9F00';
6export const themeBrandDanger = '#d9534f'; 6export const themeBrandDanger = '#d9534f';
7 7
8export const themeGrayDark = '#373a3c'; 8export const themeGrayDark = '#7367F0';
9export const themeGray = '#55595c'; 9export const themeGray = '#7367F0';
10export const themeGrayLight = '#818a91'; 10export const themeGrayLight = '#CE9FFC';
11export const themeGrayLighter = '#eceeef'; 11export const themeGrayLighter = '#eceeef';
12export const themeGrayLightest = '#f7f7f9'; 12export const themeGrayLightest = '#f7f7f9';
13 13