diff --git a/packages/ffe-core/tokens/02 Semantic.Dark.json b/packages/ffe-core/tokens/02 Semantic.Dark.json index 6da4d2b0c7..146d815b20 100644 --- a/packages/ffe-core/tokens/02 Semantic.Dark.json +++ b/packages/ffe-core/tokens/02 Semantic.Dark.json @@ -2343,6 +2343,18 @@ } } }, + "accent-subtle": { + "$type": "color", + "$value": "{color.vann.1000}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, "surface": { "default": { "$type": "color", diff --git a/packages/ffe-core/tokens/02 Semantic.Light.json b/packages/ffe-core/tokens/02 Semantic.Light.json index cea1e53ea1..62b188812e 100644 --- a/packages/ffe-core/tokens/02 Semantic.Light.json +++ b/packages/ffe-core/tokens/02 Semantic.Light.json @@ -2343,6 +2343,18 @@ } } }, + "accent-subtle": { + "$type": "color", + "$value": "{color.vann.850}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, "surface": { "default": { "$type": "color", diff --git a/packages/ffe-core/tokens/03 Context.Accent.json b/packages/ffe-core/tokens/03 Context.Accent.json index 4b9d009925..ebf8233a65 100644 --- a/packages/ffe-core/tokens/03 Context.Accent.json +++ b/packages/ffe-core/tokens/03 Context.Accent.json @@ -18,7 +18,7 @@ }, "subtle": { "$type": "color", - "$value": "{speciality.background.accent}", + "$value": "{speciality.background.accent-subtle}", "$description": "", "$extensions": { "com.figma": {