dsh-theme-mineradio 2.2.3 → 2.2.4

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.
Files changed (2) hide show
  1. package/lib/client.js +1 -1
  2. package/package.json +1 -1
package/lib/client.js CHANGED
@@ -3178,7 +3178,7 @@ var MINERADIO_TOKEN_OVERRIDES = {
3178
3178
  "--dsw-alias-label-primary-bluish": { light: "#A97A2A", dark: "#E8CEA0" },
3179
3179
  "--dsw-alias-label-primary-dimmed": { light: "#4A3A1E", dark: "#EADFC6" },
3180
3180
  "--dsw-alias-label-primary-inverted": { light: "#FFFFFF", dark: "#15171C" },
3181
- "--dsw-alias-label-primary-foreground": { light: "#FFFFFF", dark: "#FFFFFF" },
3181
+ "--dsw-alias-label-primary-foreground": { light: "#FFFFFF", dark: "#15171C" },
3182
3182
  // Brand (wordmark ink stays scheme ink; accents go champagne gold).
3183
3183
  "--dsw-alias-brand-primary": { light: "#2A241A", dark: "#F2F0EA" },
3184
3184
  "--dsw-alias-brand-text": { light: "#2A241A", dark: "#F2F0EA" },
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "dsh-theme-mineradio",
3
3
  "description": "Mineradio: a cinematic private-visual-radio glass theme for the Web surface — champagne glow, fluid or wallpaper backdrop, unified corners, and motion",
4
- "version": "2.2.3",
4
+ "version": "2.2.4",
5
5
  "publishConfig": {
6
6
  "access": "public"
7
7
  },