@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 +1 -1
- package/dist/esm/index.js +1 -1
- package/package.json +1 -1
- package/src/themes.ts +1 -1
package/dist/cjs/index.js
CHANGED
package/dist/esm/index.js
CHANGED
package/package.json
CHANGED
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: '#
|
|
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
|