feat(tokens): add Carbon Blue dark-surface tokens; fix theme.json presets

This commit is contained in:
Keith Solomon
2026-08-16 12:19:21 -05:00
parent ccccd87544
commit 1fef4c22a4
2 changed files with 53 additions and 6 deletions
+27 -2
View File
@@ -67,6 +67,31 @@
"slug": "theme-info",
"color": "var(--color-info)",
"name": "Theme Info"
},
{
"slug": "theme-surface",
"color": "#121318",
"name": "Theme Surface"
},
{
"slug": "theme-on-surface",
"color": "#e3e1e9",
"name": "Theme On Surface"
},
{
"slug": "theme-outline",
"color": "#8f909d",
"name": "Theme Outline"
},
{
"slug": "theme-outline-variant",
"color": "#444651",
"name": "Theme Outline Variant"
},
{
"slug": "theme-page-base",
"color": "#100e0b",
"name": "Theme Page Base"
}
]
},
@@ -165,8 +190,8 @@
},
"styles": {
"color": {
"background": "var(--wp--preset--color--background)",
"text": "var(--wp--preset--color--text)"
"background": "var(--wp--preset--color--theme-bg, #100e0b)",
"text": "var(--wp--preset--color--theme-text, #e3e1e9)"
},
"elements": {
"link": {