diff --git a/data/tokens/Components/dataTable.json b/data/tokens/Components/dataTable.json index a2a08ca0..1e7e00df 100644 --- a/data/tokens/Components/dataTable.json +++ b/data/tokens/Components/dataTable.json @@ -34,12 +34,12 @@ "type": "color" }, "bgAlt-default": { - "value": "{base.color.generic.bg.inverse.moderate}", + "value": "{base.color.generic.bg.inverse.faint}", "type": "color", "description": "Zebra stripes" }, "border-default": { - "value": "{base.color.generic.fg.inverse.delicate}", + "value": "{base.color.generic.fg.inverse.faint}", "type": "color" }, "label-default": { diff --git a/data/tokens/Modes/light.json b/data/tokens/Modes/light.json index d7c53e94..d9302a64 100644 --- a/data/tokens/Modes/light.json +++ b/data/tokens/Modes/light.json @@ -182,7 +182,7 @@ "studio.tokens": { "modify": { "type": "alpha", - "value": "0.3", + "value": "0.32", "space": "lch", "color": "{base.color.modifier.contrastLess}" } @@ -210,33 +210,33 @@ } } }, - "delicate": { + "moderate": { "value": "{base.color.generic.content.inverse.extreme}", "type": "color", "$extensions": { "studio.tokens": { "modify": { "type": "alpha", - "value": "0.3", - "space": "lch", - "color": "{base.color.modifier.contrastLess}" + "value": "0.67", + "space": "lch" } } - }, - "description": "Used for disabled text" + } }, - "moderate": { + "delicate": { "value": "{base.color.generic.content.inverse.extreme}", "type": "color", "$extensions": { "studio.tokens": { "modify": { "type": "alpha", - "value": "0.67", - "space": "lch" + "value": "0.3", + "space": "lch", + "color": "{base.color.modifier.contrastLess}" } } - } + }, + "description": "Used for disabled text" } } }, @@ -283,7 +283,7 @@ "studio.tokens": { "modify": { "type": "mix", - "value": "0.30", + "value": "0.32", "space": "lch", "color": "{base.color.modifier.contrastMore} " } @@ -306,7 +306,11 @@ } }, "inverse": { - "delicate": { + "extreme": { + "value": "{origin.colors.black}", + "type": "color" + }, + "soft": { "value": "{base.color.generic.fg.inverse.extreme}", "type": "color", "$extensions": { @@ -321,9 +325,19 @@ }, "description": "table dividers and borders" }, - "extreme": { - "value": "{origin.colors.black}", - "type": "color" + "faint": { + "value": "{base.color.generic.fg.inverse.extreme}", + "type": "color", + "$extensions": { + "studio.tokens": { + "modify": { + "type": "mix", + "value": "0.32", + "space": "lch", + "color": "{base.color.modifier.contrastLess} " + } + } + } } } }