@principal-ade/industry-theme 0.1.10 → 0.1.11
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 +6 -6
- package/dist/esm/index.js +6 -6
- package/package.json +1 -1
- package/src/themes.ts +6 -6
package/dist/cjs/index.js
CHANGED
|
@@ -1679,15 +1679,15 @@ var slateGoldTheme = {
|
|
|
1679
1679
|
],
|
|
1680
1680
|
zIndices: [0, 1, 10, 20, 30, 40, 50],
|
|
1681
1681
|
colors: {
|
|
1682
|
-
text: "#
|
|
1682
|
+
text: "#b0b8c4",
|
|
1683
1683
|
background: "#1a1c1e",
|
|
1684
|
-
primary: "#
|
|
1685
|
-
secondary: "#
|
|
1686
|
-
accent: "#
|
|
1684
|
+
primary: "#E4C04A",
|
|
1685
|
+
secondary: "#F0D060",
|
|
1686
|
+
accent: "#E4C04A",
|
|
1687
1687
|
highlight: "#2d2a24",
|
|
1688
1688
|
muted: "#2d3134",
|
|
1689
1689
|
success: "#10b981",
|
|
1690
|
-
warning: "#
|
|
1690
|
+
warning: "#E4C04A",
|
|
1691
1691
|
error: "#ef4444",
|
|
1692
1692
|
info: "#3b82f6",
|
|
1693
1693
|
border: "#2d3034",
|
|
@@ -1700,7 +1700,7 @@ var slateGoldTheme = {
|
|
|
1700
1700
|
textTertiary: "#6b7280",
|
|
1701
1701
|
textMuted: "#4b5563",
|
|
1702
1702
|
highlightBg: "#3D3215",
|
|
1703
|
-
highlightBorder: "#
|
|
1703
|
+
highlightBorder: "#E4C04A",
|
|
1704
1704
|
textOnPrimary: "#1a1c1e"
|
|
1705
1705
|
},
|
|
1706
1706
|
buttons: {
|
package/dist/esm/index.js
CHANGED
|
@@ -1594,15 +1594,15 @@ var slateGoldTheme = {
|
|
|
1594
1594
|
],
|
|
1595
1595
|
zIndices: [0, 1, 10, 20, 30, 40, 50],
|
|
1596
1596
|
colors: {
|
|
1597
|
-
text: "#
|
|
1597
|
+
text: "#b0b8c4",
|
|
1598
1598
|
background: "#1a1c1e",
|
|
1599
|
-
primary: "#
|
|
1600
|
-
secondary: "#
|
|
1601
|
-
accent: "#
|
|
1599
|
+
primary: "#E4C04A",
|
|
1600
|
+
secondary: "#F0D060",
|
|
1601
|
+
accent: "#E4C04A",
|
|
1602
1602
|
highlight: "#2d2a24",
|
|
1603
1603
|
muted: "#2d3134",
|
|
1604
1604
|
success: "#10b981",
|
|
1605
|
-
warning: "#
|
|
1605
|
+
warning: "#E4C04A",
|
|
1606
1606
|
error: "#ef4444",
|
|
1607
1607
|
info: "#3b82f6",
|
|
1608
1608
|
border: "#2d3034",
|
|
@@ -1615,7 +1615,7 @@ var slateGoldTheme = {
|
|
|
1615
1615
|
textTertiary: "#6b7280",
|
|
1616
1616
|
textMuted: "#4b5563",
|
|
1617
1617
|
highlightBg: "#3D3215",
|
|
1618
|
-
highlightBorder: "#
|
|
1618
|
+
highlightBorder: "#E4C04A",
|
|
1619
1619
|
textOnPrimary: "#1a1c1e"
|
|
1620
1620
|
},
|
|
1621
1621
|
buttons: {
|
package/package.json
CHANGED
package/src/themes.ts
CHANGED
|
@@ -1299,17 +1299,17 @@ 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: '#
|
|
1302
|
+
text: '#b0b8c4', // Brighter grey for most text
|
|
1303
1303
|
background: '#1a1c1e', // Very dark charcoal
|
|
1304
|
-
primary: '#
|
|
1305
|
-
secondary: '#
|
|
1306
|
-
accent: '#
|
|
1304
|
+
primary: '#E4C04A', // Bright Circuit Gold - sophisticated accent
|
|
1305
|
+
secondary: '#F0D060', // Lighter gold for hover
|
|
1306
|
+
accent: '#E4C04A', // Bright Circuit Gold
|
|
1307
1307
|
highlight: '#2d2a24', // Gold-tinted highlight
|
|
1308
1308
|
muted: '#2d3134', // Dark grey
|
|
1309
1309
|
|
|
1310
1310
|
// Status colors
|
|
1311
1311
|
success: '#10b981', // Emerald green
|
|
1312
|
-
warning: '#
|
|
1312
|
+
warning: '#E4C04A', // Bright Circuit Gold
|
|
1313
1313
|
error: '#ef4444', // Red
|
|
1314
1314
|
info: '#3b82f6', // Blue
|
|
1315
1315
|
|
|
@@ -1326,7 +1326,7 @@ export const slateGoldTheme: Theme = {
|
|
|
1326
1326
|
|
|
1327
1327
|
// Search highlight colors
|
|
1328
1328
|
highlightBg: '#3D3215', // Gold highlight
|
|
1329
|
-
highlightBorder: '#
|
|
1329
|
+
highlightBorder: '#E4C04A', // Bright Circuit Gold border
|
|
1330
1330
|
|
|
1331
1331
|
// Text on primary background
|
|
1332
1332
|
textOnPrimary: '#1a1c1e', // Dark text on gold primary
|