yxuse 1.0.57 → 1.0.59

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.es5.js CHANGED
@@ -141,9 +141,9 @@ const t = {
141
141
  deep: "#1D4B34",
142
142
  light: "rgba(80, 165, 122, 0.50)",
143
143
  paler: "#637B6B",
144
- success: "#8FF59E",
145
- warning: "#F8B85A",
146
- error: "#FF9892",
144
+ success: "#52F998",
145
+ warning: "#F9B652",
146
+ error: "#FF7A7A",
147
147
  white: "#fff",
148
148
  light_gray: "#B0BDB4"
149
149
  },
@@ -365,7 +365,7 @@ const t = {
365
365
  cloud: {},
366
366
  "station-control-center": {}
367
367
  }
368
- }, g = "yxTheme", l = "blue", i = () => {
368
+ }, g = "yxTheme", l = "green", i = () => {
369
369
  const r = c();
370
370
  localStorage.getItem(g) || localStorage.setItem(g, r);
371
371
  const o = document.documentElement, e = t[r].common;
@@ -389,7 +389,7 @@ const t = {
389
389
  const b = `--${n}`;
390
390
  a.style.setProperty(b, e[n]);
391
391
  });
392
- }, k = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
392
+ }, A = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
393
393
  __proto__: null,
394
394
  changeTheme: d,
395
395
  getCurTheme: c,
@@ -405,5 +405,5 @@ export {
405
405
  s as d,
406
406
  c as g,
407
407
  i,
408
- k as t
408
+ A as t
409
409
  };
Binary file