@asgardex/asgardex-theme 0.1.2 → 0.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/lib/index.esm.js CHANGED
@@ -1110,7 +1110,8 @@ var theme = {
1110
1110
  ],
1111
1111
  primary: [
1112
1112
  MIDGARD_TURQUOISE,
1113
- YGGDRASIL_GREEN, // 1 primary
1113
+ YGGDRASIL_GREEN,
1114
+ '#0068F7', // 2 new primary
1114
1115
  ],
1115
1116
  secondary: [
1116
1117
  BIFROST_BLUE,
@@ -1135,16 +1136,17 @@ var theme = {
1135
1136
  "linear-gradient(47.73deg, ".concat(SURTR_RED, " 0%, ").concat(SURTR_RED, " 100%)"),
1136
1137
  ],
1137
1138
  gray: [
1138
- dark$1[0],
1139
- dark$1[1],
1140
- dark$1[2], // 2: hover
1139
+ '#daddee',
1140
+ '#89939d',
1141
+ dark$1[6], // 2: hover
1141
1142
  ],
1142
1143
  background: [
1143
1144
  '#fff',
1144
1145
  '#fff',
1145
1146
  dark$1[0],
1146
1147
  dark$1[0],
1147
- '#fff', // 4: popover bg
1148
+ '#fff',
1149
+ '#ededed',
1148
1150
  ],
1149
1151
  text: [
1150
1152
  dark$1[8],
@@ -1212,11 +1214,12 @@ darkTheme.palette = __assign(__assign({}, darkTheme.palette), { secondary: [
1212
1214
  dark[6],
1213
1215
  dark[5], // 2: hover
1214
1216
  ], background: [
1215
- dark[9],
1216
- dark[9],
1217
+ '#111315',
1218
+ '#111315',
1217
1219
  dark[8],
1218
1220
  '#000',
1219
- dark[8], // 4: popover bg
1221
+ dark[8],
1222
+ '#252c33',
1220
1223
  ], text: [
1221
1224
  '#fff',
1222
1225
  dark[0],