diff --git a/src/design-tokens.ts b/src/design-tokens.ts index 73589abd..1a182dd1 100644 --- a/src/design-tokens.ts +++ b/src/design-tokens.ts @@ -102,8 +102,8 @@ export const inputPlaceholderForeground = create('input-placeholder-fore * Link design tokens. */ -export const linkActiveForeground = create('link-foreground', '--vscode-textLink-activeForeground').withDefault('#3794ff'); -export const linkForeground = create('link-active-foreground', '--vscode-textLink-foreground').withDefault('#3794ff'); +export const linkActiveForeground = create('link-active-foreground', '--vscode-textLink-activeForeground').withDefault('#3794ff'); +export const linkForeground = create('link-foreground', '--vscode-textLink-foreground').withDefault('#3794ff'); /** * Progress ring design tokens.