@principal-ade/industry-theme 0.1.11 → 0.1.12

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/dist/cjs/index.js CHANGED
@@ -1679,7 +1679,7 @@ var slateGoldTheme = {
1679
1679
  ],
1680
1680
  zIndices: [0, 1, 10, 20, 30, 40, 50],
1681
1681
  colors: {
1682
- text: "#b0b8c4",
1682
+ text: "#d0d6e0",
1683
1683
  background: "#1a1c1e",
1684
1684
  primary: "#E4C04A",
1685
1685
  secondary: "#F0D060",
package/dist/esm/index.js CHANGED
@@ -1594,7 +1594,7 @@ var slateGoldTheme = {
1594
1594
  ],
1595
1595
  zIndices: [0, 1, 10, 20, 30, 40, 50],
1596
1596
  colors: {
1597
- text: "#b0b8c4",
1597
+ text: "#d0d6e0",
1598
1598
  background: "#1a1c1e",
1599
1599
  primary: "#E4C04A",
1600
1600
  secondary: "#F0D060",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@principal-ade/industry-theme",
3
- "version": "0.1.11",
3
+ "version": "0.1.12",
4
4
  "type": "module",
5
5
  "description": "Theme components and styles for industry-themed markdown",
6
6
  "main": "./dist/cjs/index.js",
package/src/themes.ts CHANGED
@@ -1299,7 +1299,7 @@ export const slateGoldTheme: Theme = {
1299
1299
  // Colors - Slate greys with Circuit Gold accents
1300
1300
  colors: {
1301
1301
  // Base colors - Slate greys with gold primary
1302
- text: '#b0b8c4', // Brighter grey for most text
1302
+ text: '#d0d6e0', // Near-white grey for most text
1303
1303
  background: '#1a1c1e', // Very dark charcoal
1304
1304
  primary: '#E4C04A', // Bright Circuit Gold - sophisticated accent
1305
1305
  secondary: '#F0D060', // Lighter gold for hover