@sprucelabs/spruce-heartwood-utils 29.8.4 → 29.8.6
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.
@@ -152,5 +152,12 @@ export const heartwoodTheme = {
|
|
152
152
|
criticalForegroundColor: '#fafafa',
|
153
153
|
criticalBackgroundColor: '#f54242',
|
154
154
|
},
|
155
|
+
statusIndicators: {
|
156
|
+
color1: '#228B22',
|
157
|
+
color2: '#C4C036',
|
158
|
+
color3: '#D4A038',
|
159
|
+
color4: '#C25C2D',
|
160
|
+
color5: '#8B0000',
|
161
|
+
},
|
155
162
|
},
|
156
163
|
};
|
@@ -141,6 +141,13 @@ exports.heartwoodTheme = {
|
|
141
141
|
criticalForegroundColor: '#fafafa',
|
142
142
|
criticalBackgroundColor: '#f54242',
|
143
143
|
},
|
144
|
+
statusIndicators: {
|
145
|
+
color1: '#228B22',
|
146
|
+
color2: '#C4C036',
|
147
|
+
color3: '#D4A038',
|
148
|
+
color4: '#C25C2D',
|
149
|
+
color5: '#8B0000',
|
150
|
+
},
|
144
151
|
},
|
145
152
|
};
|
146
153
|
//# sourceMappingURL=ThemeManager.js.map
|