@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 +11 -8
- package/lib/index.esm.js.map +1 -1
- package/lib/index.js +11 -8
- package/lib/index.js.map +1 -1
- package/lib/theme.css +64 -0
- package/package.json +13 -3
package/lib/index.js
CHANGED
|
@@ -1114,7 +1114,8 @@ var theme = {
|
|
|
1114
1114
|
],
|
|
1115
1115
|
primary: [
|
|
1116
1116
|
MIDGARD_TURQUOISE,
|
|
1117
|
-
YGGDRASIL_GREEN,
|
|
1117
|
+
YGGDRASIL_GREEN,
|
|
1118
|
+
'#0068F7', // 2 new primary
|
|
1118
1119
|
],
|
|
1119
1120
|
secondary: [
|
|
1120
1121
|
BIFROST_BLUE,
|
|
@@ -1139,16 +1140,17 @@ var theme = {
|
|
|
1139
1140
|
"linear-gradient(47.73deg, ".concat(SURTR_RED, " 0%, ").concat(SURTR_RED, " 100%)"),
|
|
1140
1141
|
],
|
|
1141
1142
|
gray: [
|
|
1142
|
-
|
|
1143
|
-
|
|
1144
|
-
dark$1[
|
|
1143
|
+
'#daddee',
|
|
1144
|
+
'#89939d',
|
|
1145
|
+
dark$1[6], // 2: hover
|
|
1145
1146
|
],
|
|
1146
1147
|
background: [
|
|
1147
1148
|
'#fff',
|
|
1148
1149
|
'#fff',
|
|
1149
1150
|
dark$1[0],
|
|
1150
1151
|
dark$1[0],
|
|
1151
|
-
'#fff',
|
|
1152
|
+
'#fff',
|
|
1153
|
+
'#ededed',
|
|
1152
1154
|
],
|
|
1153
1155
|
text: [
|
|
1154
1156
|
dark$1[8],
|
|
@@ -1216,11 +1218,12 @@ darkTheme.palette = __assign(__assign({}, darkTheme.palette), { secondary: [
|
|
|
1216
1218
|
dark[6],
|
|
1217
1219
|
dark[5], // 2: hover
|
|
1218
1220
|
], background: [
|
|
1219
|
-
|
|
1220
|
-
|
|
1221
|
+
'#111315',
|
|
1222
|
+
'#111315',
|
|
1221
1223
|
dark[8],
|
|
1222
1224
|
'#000',
|
|
1223
|
-
dark[8],
|
|
1225
|
+
dark[8],
|
|
1226
|
+
'#252c33',
|
|
1224
1227
|
], text: [
|
|
1225
1228
|
'#fff',
|
|
1226
1229
|
dark[0],
|