diff --git a/doc-site/.vitepress/theme/styles/nve_theme.css b/doc-site/.vitepress/theme/styles/nve_theme.css index 2db36e06..5b43264d 100644 --- a/doc-site/.vitepress/theme/styles/nve_theme.css +++ b/doc-site/.vitepress/theme/styles/nve_theme.css @@ -322,9 +322,14 @@ --color-interactive-foreground-tertiary-disabled: var(--color-shades-grey-300); --color-interactive-foreground-danger-enabled: var(--color-shades-grey-000); --color-interactive-foreground-danger-disabled: var(--color-shades-functional-red-000); - --color-interactive-foreground-link-enabled: var(--color-shades-functional-blue-700); - --color-interactive-foreground-link-hover: var(--color-shades-functional-blue-950); - --color-interactive-foreground-link-visited: var(--color-shades-grey-600); + --color-interactive-foreground-link-primary-enabled: var(--color-shades-grey-999); + --color-interactive-foreground-link-primary-hover: var(--color-shades-accent-500); + --color-interactive-foreground-link-primary-pressed: var(--color-shades-accent-700); + --color-interactive-foreground-link-primary-visited: var(--color-shades-functional-neutralgrey-600); + --color-interactive-foreground-link-info-enabled: var(--color-shades-functional-blue-700); + --color-interactive-foreground-link-info-hover: var(--color-shades-functional-blue-850); + --color-interactive-foreground-link-info-pressed: var(--color-shades-functional-blue-999); + --color-interactive-foreground-link-info-visited: var(--color-shades-functional-neutralgrey-600); --color-interactive-border-primary-enabled: var(--color-shades-grey-999); --color-interactive-border-primary-hover: var(--color-shades-functional-neutralgrey-600-050); --color-interactive-border-primary-disabled: var(--color-shades-grey-300); @@ -1024,9 +1029,14 @@ --color-interactive-foreground-tertiary-disabled: var(--color-shades-grey-700); --color-interactive-foreground-danger-enabled: var(--color-shades-grey-000); --color-interactive-foreground-danger-disabled: var(--color-shades-functional-red-800); - --color-interactive-foreground-link-enabled: var(--color-shades-functional-blue-400); - --color-interactive-foreground-link-hover: var(--color-shades-functional-blue-200); - --color-interactive-foreground-link-visited: var(--color-shades-grey-200); + --color-interactive-foreground-link-primary-enabled: var(--color-shades-grey-000); + --color-interactive-foreground-link-primary-hover: var(--color-shades-accent-200); + --color-interactive-foreground-link-primary-pressed: var(--color-shades-accent-300); + --color-interactive-foreground-link-primary-visited: var(--color-shades-functional-neutralgrey-200); + --color-interactive-foreground-link-info-enabled: var(--color-shades-functional-blue-150); + --color-interactive-foreground-link-info-hover: var(--color-shades-functional-blue-100); + --color-interactive-foreground-link-info-pressed: var(--color-shades-functional-blue-000); + --color-interactive-foreground-link-info-visited: var(--color-shades-functional-neutralgrey-200); --color-interactive-border-primary-enabled: var(--color-shades-grey-000); --color-interactive-border-primary-hover: var(--color-shades-functional-neutralgrey-100-050); --color-interactive-border-primary-disabled: var(--color-shades-grey-700); diff --git a/doc-site/.vitepress/theme/styles/rme_theme.css b/doc-site/.vitepress/theme/styles/rme_theme.css index 4514d88e..2d24b250 100644 --- a/doc-site/.vitepress/theme/styles/rme_theme.css +++ b/doc-site/.vitepress/theme/styles/rme_theme.css @@ -322,9 +322,14 @@ --color-interactive-foreground-tertiary-disabled: var(--color-shades-grey-300); --color-interactive-foreground-danger-enabled: var(--color-shades-grey-000); --color-interactive-foreground-danger-disabled: var(--color-shades-functional-red-000); - --color-interactive-foreground-link-enabled: var(--color-shades-functional-blue-700); - --color-interactive-foreground-link-hover: var(--color-shades-functional-blue-950); - --color-interactive-foreground-link-visited: var(--color-shades-grey-600); + --color-interactive-foreground-link-primary-enabled: var(--color-shades-grey-999); + --color-interactive-foreground-link-primary-hover: var(--color-shades-accent-500); + --color-interactive-foreground-link-primary-pressed: var(--color-shades-accent-700); + --color-interactive-foreground-link-primary-visited: var(--color-shades-functional-neutralgrey-600); + --color-interactive-foreground-link-info-enabled: var(--color-shades-functional-blue-700); + --color-interactive-foreground-link-info-hover: var(--color-shades-functional-blue-850); + --color-interactive-foreground-link-info-pressed: var(--color-shades-functional-blue-999); + --color-interactive-foreground-link-info-visited: var(--color-shades-functional-neutralgrey-600); --color-interactive-border-primary-enabled: var(--color-shades-grey-999); --color-interactive-border-primary-hover: var(--color-shades-functional-neutralgrey-600-050); --color-interactive-border-primary-disabled: var(--color-shades-grey-300); @@ -1024,9 +1029,14 @@ --color-interactive-foreground-tertiary-disabled: var(--color-shades-grey-700); --color-interactive-foreground-danger-enabled: var(--color-shades-grey-000); --color-interactive-foreground-danger-disabled: var(--color-shades-functional-red-800); - --color-interactive-foreground-link-enabled: var(--color-shades-functional-blue-400); - --color-interactive-foreground-link-hover: var(--color-shades-functional-blue-200); - --color-interactive-foreground-link-visited: var(--color-shades-grey-200); + --color-interactive-foreground-link-primary-enabled: var(--color-shades-grey-000); + --color-interactive-foreground-link-primary-hover: var(--color-shades-accent-200); + --color-interactive-foreground-link-primary-pressed: var(--color-shades-accent-300); + --color-interactive-foreground-link-primary-visited: var(--color-shades-functional-neutralgrey-200); + --color-interactive-foreground-link-info-enabled: var(--color-shades-functional-blue-150); + --color-interactive-foreground-link-info-hover: var(--color-shades-functional-blue-100); + --color-interactive-foreground-link-info-pressed: var(--color-shades-functional-blue-000); + --color-interactive-foreground-link-info-visited: var(--color-shades-functional-neutralgrey-200); --color-interactive-border-primary-enabled: var(--color-shades-grey-000); --color-interactive-border-primary-hover: var(--color-shades-functional-neutralgrey-100-050); --color-interactive-border-primary-disabled: var(--color-shades-grey-700); diff --git a/doc-site/.vitepress/theme/styles/varsom_theme.css b/doc-site/.vitepress/theme/styles/varsom_theme.css index 2f408afe..41d3cbed 100644 --- a/doc-site/.vitepress/theme/styles/varsom_theme.css +++ b/doc-site/.vitepress/theme/styles/varsom_theme.css @@ -322,9 +322,14 @@ --color-interactive-foreground-tertiary-disabled: var(--color-shades-grey-300); --color-interactive-foreground-danger-enabled: var(--color-shades-grey-000); --color-interactive-foreground-danger-disabled: var(--color-shades-functional-red-000); - --color-interactive-foreground-link-enabled: var(--color-shades-functional-blue-700); - --color-interactive-foreground-link-hover: var(--color-shades-functional-blue-950); - --color-interactive-foreground-link-visited: var(--color-shades-grey-600); + --color-interactive-foreground-link-primary-enabled: var(--color-shades-grey-999); + --color-interactive-foreground-link-primary-hover: var(--color-shades-accent-500); + --color-interactive-foreground-link-primary-pressed: var(--color-shades-accent-700); + --color-interactive-foreground-link-primary-visited: var(--color-shades-functional-neutralgrey-600); + --color-interactive-foreground-link-info-enabled: var(--color-shades-functional-blue-700); + --color-interactive-foreground-link-info-hover: var(--color-shades-functional-blue-850); + --color-interactive-foreground-link-info-pressed: var(--color-shades-functional-blue-999); + --color-interactive-foreground-link-info-visited: var(--color-shades-functional-neutralgrey-600); --color-interactive-border-primary-enabled: var(--color-shades-grey-999); --color-interactive-border-primary-hover: var(--color-shades-functional-neutralgrey-600-050); --color-interactive-border-primary-disabled: var(--color-shades-grey-300); @@ -1024,9 +1029,14 @@ --color-interactive-foreground-tertiary-disabled: var(--color-shades-grey-700); --color-interactive-foreground-danger-enabled: var(--color-shades-grey-000); --color-interactive-foreground-danger-disabled: var(--color-shades-functional-red-800); - --color-interactive-foreground-link-enabled: var(--color-shades-functional-blue-400); - --color-interactive-foreground-link-hover: var(--color-shades-functional-blue-200); - --color-interactive-foreground-link-visited: var(--color-shades-grey-200); + --color-interactive-foreground-link-primary-enabled: var(--color-shades-grey-000); + --color-interactive-foreground-link-primary-hover: var(--color-shades-accent-200); + --color-interactive-foreground-link-primary-pressed: var(--color-shades-accent-300); + --color-interactive-foreground-link-primary-visited: var(--color-shades-functional-neutralgrey-200); + --color-interactive-foreground-link-info-enabled: var(--color-shades-functional-blue-150); + --color-interactive-foreground-link-info-hover: var(--color-shades-functional-blue-100); + --color-interactive-foreground-link-info-pressed: var(--color-shades-functional-blue-000); + --color-interactive-foreground-link-info-visited: var(--color-shades-functional-neutralgrey-200); --color-interactive-border-primary-enabled: var(--color-shades-grey-000); --color-interactive-border-primary-hover: var(--color-shades-functional-neutralgrey-100-050); --color-interactive-border-primary-disabled: var(--color-shades-grey-700); diff --git a/public/css/nve.css b/public/css/nve.css index 90748042..f7230646 100644 --- a/public/css/nve.css +++ b/public/css/nve.css @@ -328,9 +328,14 @@ --color-interactive-foreground-tertiary-disabled: var(--color-shades-grey-300); --color-interactive-foreground-danger-enabled: var(--color-shades-grey-000); --color-interactive-foreground-danger-disabled: var(--color-shades-functional-red-000); - --color-interactive-foreground-link-enabled: var(--color-shades-functional-blue-700); - --color-interactive-foreground-link-hover: var(--color-shades-functional-blue-950); - --color-interactive-foreground-link-visited: var(--color-shades-grey-600); + --color-interactive-foreground-link-primary-enabled: var(--color-shades-grey-999); + --color-interactive-foreground-link-primary-hover: var(--color-shades-accent-500); + --color-interactive-foreground-link-primary-pressed: var(--color-shades-accent-700); + --color-interactive-foreground-link-primary-visited: var(--color-shades-functional-neutralgrey-600); + --color-interactive-foreground-link-info-enabled: var(--color-shades-functional-blue-700); + --color-interactive-foreground-link-info-hover: var(--color-shades-functional-blue-850); + --color-interactive-foreground-link-info-pressed: var(--color-shades-functional-blue-999); + --color-interactive-foreground-link-info-visited: var(--color-shades-functional-neutralgrey-600); --color-interactive-border-primary-enabled: var(--color-shades-grey-999); --color-interactive-border-primary-hover: var(--color-shades-functional-neutralgrey-600-050); --color-interactive-border-primary-disabled: var(--color-shades-grey-300); diff --git a/public/css/nve_dark.css b/public/css/nve_dark.css index 582e8e47..730455ee 100644 --- a/public/css/nve_dark.css +++ b/public/css/nve_dark.css @@ -328,9 +328,14 @@ --color-interactive-foreground-tertiary-disabled: var(--color-shades-grey-700); --color-interactive-foreground-danger-enabled: var(--color-shades-grey-000); --color-interactive-foreground-danger-disabled: var(--color-shades-functional-red-800); - --color-interactive-foreground-link-enabled: var(--color-shades-functional-blue-400); - --color-interactive-foreground-link-hover: var(--color-shades-functional-blue-200); - --color-interactive-foreground-link-visited: var(--color-shades-grey-200); + --color-interactive-foreground-link-primary-enabled: var(--color-shades-grey-000); + --color-interactive-foreground-link-primary-hover: var(--color-shades-accent-200); + --color-interactive-foreground-link-primary-pressed: var(--color-shades-accent-300); + --color-interactive-foreground-link-primary-visited: var(--color-shades-functional-neutralgrey-200); + --color-interactive-foreground-link-info-enabled: var(--color-shades-functional-blue-150); + --color-interactive-foreground-link-info-hover: var(--color-shades-functional-blue-100); + --color-interactive-foreground-link-info-pressed: var(--color-shades-functional-blue-000); + --color-interactive-foreground-link-info-visited: var(--color-shades-functional-neutralgrey-200); --color-interactive-border-primary-enabled: var(--color-shades-grey-000); --color-interactive-border-primary-hover: var(--color-shades-functional-neutralgrey-100-050); --color-interactive-border-primary-disabled: var(--color-shades-grey-700); diff --git a/public/css/rme.css b/public/css/rme.css index a5197955..f6043cdf 100644 --- a/public/css/rme.css +++ b/public/css/rme.css @@ -328,9 +328,14 @@ --color-interactive-foreground-tertiary-disabled: var(--color-shades-grey-300); --color-interactive-foreground-danger-enabled: var(--color-shades-grey-000); --color-interactive-foreground-danger-disabled: var(--color-shades-functional-red-000); - --color-interactive-foreground-link-enabled: var(--color-shades-functional-blue-700); - --color-interactive-foreground-link-hover: var(--color-shades-functional-blue-950); - --color-interactive-foreground-link-visited: var(--color-shades-grey-600); + --color-interactive-foreground-link-primary-enabled: var(--color-shades-grey-999); + --color-interactive-foreground-link-primary-hover: var(--color-shades-accent-500); + --color-interactive-foreground-link-primary-pressed: var(--color-shades-accent-700); + --color-interactive-foreground-link-primary-visited: var(--color-shades-functional-neutralgrey-600); + --color-interactive-foreground-link-info-enabled: var(--color-shades-functional-blue-700); + --color-interactive-foreground-link-info-hover: var(--color-shades-functional-blue-850); + --color-interactive-foreground-link-info-pressed: var(--color-shades-functional-blue-999); + --color-interactive-foreground-link-info-visited: var(--color-shades-functional-neutralgrey-600); --color-interactive-border-primary-enabled: var(--color-shades-grey-999); --color-interactive-border-primary-hover: var(--color-shades-functional-neutralgrey-600-050); --color-interactive-border-primary-disabled: var(--color-shades-grey-300); diff --git a/public/css/rme_dark.css b/public/css/rme_dark.css index a739e9a7..cc8edb90 100644 --- a/public/css/rme_dark.css +++ b/public/css/rme_dark.css @@ -328,9 +328,14 @@ --color-interactive-foreground-tertiary-disabled: var(--color-shades-grey-700); --color-interactive-foreground-danger-enabled: var(--color-shades-grey-000); --color-interactive-foreground-danger-disabled: var(--color-shades-functional-red-800); - --color-interactive-foreground-link-enabled: var(--color-shades-functional-blue-400); - --color-interactive-foreground-link-hover: var(--color-shades-functional-blue-200); - --color-interactive-foreground-link-visited: var(--color-shades-grey-200); + --color-interactive-foreground-link-primary-enabled: var(--color-shades-grey-000); + --color-interactive-foreground-link-primary-hover: var(--color-shades-accent-200); + --color-interactive-foreground-link-primary-pressed: var(--color-shades-accent-300); + --color-interactive-foreground-link-primary-visited: var(--color-shades-functional-neutralgrey-200); + --color-interactive-foreground-link-info-enabled: var(--color-shades-functional-blue-150); + --color-interactive-foreground-link-info-hover: var(--color-shades-functional-blue-100); + --color-interactive-foreground-link-info-pressed: var(--color-shades-functional-blue-000); + --color-interactive-foreground-link-info-visited: var(--color-shades-functional-neutralgrey-200); --color-interactive-border-primary-enabled: var(--color-shades-grey-000); --color-interactive-border-primary-hover: var(--color-shades-functional-neutralgrey-100-050); --color-interactive-border-primary-disabled: var(--color-shades-grey-700); diff --git a/public/css/varsom.css b/public/css/varsom.css index e93c2455..e6436655 100644 --- a/public/css/varsom.css +++ b/public/css/varsom.css @@ -328,9 +328,14 @@ --color-interactive-foreground-tertiary-disabled: var(--color-shades-grey-300); --color-interactive-foreground-danger-enabled: var(--color-shades-grey-000); --color-interactive-foreground-danger-disabled: var(--color-shades-functional-red-000); - --color-interactive-foreground-link-enabled: var(--color-shades-functional-blue-700); - --color-interactive-foreground-link-hover: var(--color-shades-functional-blue-950); - --color-interactive-foreground-link-visited: var(--color-shades-grey-600); + --color-interactive-foreground-link-primary-enabled: var(--color-shades-grey-999); + --color-interactive-foreground-link-primary-hover: var(--color-shades-accent-500); + --color-interactive-foreground-link-primary-pressed: var(--color-shades-accent-700); + --color-interactive-foreground-link-primary-visited: var(--color-shades-functional-neutralgrey-600); + --color-interactive-foreground-link-info-enabled: var(--color-shades-functional-blue-700); + --color-interactive-foreground-link-info-hover: var(--color-shades-functional-blue-850); + --color-interactive-foreground-link-info-pressed: var(--color-shades-functional-blue-999); + --color-interactive-foreground-link-info-visited: var(--color-shades-functional-neutralgrey-600); --color-interactive-border-primary-enabled: var(--color-shades-grey-999); --color-interactive-border-primary-hover: var(--color-shades-functional-neutralgrey-600-050); --color-interactive-border-primary-disabled: var(--color-shades-grey-300); diff --git a/public/css/varsom_dark.css b/public/css/varsom_dark.css index ad4e0775..e7606df6 100644 --- a/public/css/varsom_dark.css +++ b/public/css/varsom_dark.css @@ -328,9 +328,14 @@ --color-interactive-foreground-tertiary-disabled: var(--color-shades-grey-700); --color-interactive-foreground-danger-enabled: var(--color-shades-grey-000); --color-interactive-foreground-danger-disabled: var(--color-shades-functional-red-800); - --color-interactive-foreground-link-enabled: var(--color-shades-functional-blue-400); - --color-interactive-foreground-link-hover: var(--color-shades-functional-blue-200); - --color-interactive-foreground-link-visited: var(--color-shades-grey-200); + --color-interactive-foreground-link-primary-enabled: var(--color-shades-grey-000); + --color-interactive-foreground-link-primary-hover: var(--color-shades-accent-200); + --color-interactive-foreground-link-primary-pressed: var(--color-shades-accent-300); + --color-interactive-foreground-link-primary-visited: var(--color-shades-functional-neutralgrey-200); + --color-interactive-foreground-link-info-enabled: var(--color-shades-functional-blue-150); + --color-interactive-foreground-link-info-hover: var(--color-shades-functional-blue-100); + --color-interactive-foreground-link-info-pressed: var(--color-shades-functional-blue-000); + --color-interactive-foreground-link-info-visited: var(--color-shades-functional-neutralgrey-200); --color-interactive-border-primary-enabled: var(--color-shades-grey-000); --color-interactive-border-primary-hover: var(--color-shades-functional-neutralgrey-100-050); --color-interactive-border-primary-disabled: var(--color-shades-grey-700); diff --git a/tokens/$themes.json b/tokens/$themes.json index bd763288..d76aee73 100644 --- a/tokens/$themes.json +++ b/tokens/$themes.json @@ -1428,9 +1428,10 @@ "color.interactive.foreground.tertiary.disabled": "b190b3da5803b45a821b6b56104d3845149bf3ba", "color.interactive.foreground.danger.enabled": "cba14b847ffe942665ad08945e185ae955e217ed", "color.interactive.foreground.danger.disabled": "7a1cc600bf1c6eaca12e71cc32a6b21ff8c1e2fd", - "color.interactive.foreground.link.enabled": "0bbcbd1a5b8abfb3aec0990b23c02681d7efde64", - "color.interactive.foreground.link.hover": "bc6c0e3e17300a85e87e0cc99477d43cbe8b8ad3", - "color.interactive.foreground.link.visited": "449964460a6f72c71dc25680d2b32cb7799a9f60", + "color.interactive.foreground.link.primary.enabled": "0bbcbd1a5b8abfb3aec0990b23c02681d7efde64", + "color.interactive.foreground.link.primary.hover": "bc6c0e3e17300a85e87e0cc99477d43cbe8b8ad3", + "color.interactive.foreground.link.primary.pressed": "33e63e9c738deb787f484342858a44a2479558c2", + "color.interactive.foreground.link.primary.visited": "449964460a6f72c71dc25680d2b32cb7799a9f60", "color.interactive.border.primary.enabled": "d87443486bd3dfa8ee9a4cba148914b558b3fd06", "color.interactive.border.primary.hover": "f45f2ad159d3e15ea1bd55889cc5d9ff76d2a044", "color.interactive.border.primary.disabled": "0cb6ca182d903cd6c14a85e3db4e70b6d67b5eb9", @@ -1561,7 +1562,11 @@ "color.supplemental.charts.foreground.data-15": "9217c6350bc92a18be83bf46553268a03093944b", "color.supplemental.charts.foreground.data-16": "5e6a8893b5bef3f52c7a2a3f7ae435b8669d4827", "color.supplemental.charts.foreground.data-17": "9c0ec240c214b566dc7454ad1473d3ccb87d87f4", - "color.supplemental.charts.foreground.data-18": "5e8ba44148e446465bfa18ae34b75605e09d954c" + "color.supplemental.charts.foreground.data-18": "5e8ba44148e446465bfa18ae34b75605e09d954c", + "color.interactive.foreground.link.info.enabled": "4a0701647a107bd5aaa7ed39a37f3584abad585f", + "color.interactive.foreground.link.info.hover": "eea699b6c62afb5786e537ab95d50ab4d3e5bc74", + "color.interactive.foreground.link.info.pressed": "c49aff1dbe6c3256bf8388e85809f97a60b6e832", + "color.interactive.foreground.link.info.visited": "3f5631f5c615c6ff14d29d7a885009cbb16b2378" }, "group": "Theme" }, @@ -1785,9 +1790,10 @@ "color.interactive.foreground.tertiary.disabled": "b190b3da5803b45a821b6b56104d3845149bf3ba", "color.interactive.foreground.danger.enabled": "cba14b847ffe942665ad08945e185ae955e217ed", "color.interactive.foreground.danger.disabled": "7a1cc600bf1c6eaca12e71cc32a6b21ff8c1e2fd", - "color.interactive.foreground.link.enabled": "0bbcbd1a5b8abfb3aec0990b23c02681d7efde64", - "color.interactive.foreground.link.hover": "bc6c0e3e17300a85e87e0cc99477d43cbe8b8ad3", - "color.interactive.foreground.link.visited": "449964460a6f72c71dc25680d2b32cb7799a9f60", + "color.interactive.foreground.link.primary.enabled": "0bbcbd1a5b8abfb3aec0990b23c02681d7efde64", + "color.interactive.foreground.link.primary.hover": "bc6c0e3e17300a85e87e0cc99477d43cbe8b8ad3", + "color.interactive.foreground.link.primary.pressed": "33e63e9c738deb787f484342858a44a2479558c2", + "color.interactive.foreground.link.primary.visited": "449964460a6f72c71dc25680d2b32cb7799a9f60", "color.interactive.border.primary.enabled": "d87443486bd3dfa8ee9a4cba148914b558b3fd06", "color.interactive.border.primary.hover": "f45f2ad159d3e15ea1bd55889cc5d9ff76d2a044", "color.interactive.border.primary.disabled": "0cb6ca182d903cd6c14a85e3db4e70b6d67b5eb9", @@ -1918,7 +1924,11 @@ "color.supplemental.charts.foreground.data-15": "9217c6350bc92a18be83bf46553268a03093944b", "color.supplemental.charts.foreground.data-16": "5e6a8893b5bef3f52c7a2a3f7ae435b8669d4827", "color.supplemental.charts.foreground.data-17": "9c0ec240c214b566dc7454ad1473d3ccb87d87f4", - "color.supplemental.charts.foreground.data-18": "5e8ba44148e446465bfa18ae34b75605e09d954c" + "color.supplemental.charts.foreground.data-18": "5e8ba44148e446465bfa18ae34b75605e09d954c", + "color.interactive.foreground.link.info.enabled": "4a0701647a107bd5aaa7ed39a37f3584abad585f", + "color.interactive.foreground.link.info.hover": "eea699b6c62afb5786e537ab95d50ab4d3e5bc74", + "color.interactive.foreground.link.info.pressed": "c49aff1dbe6c3256bf8388e85809f97a60b6e832", + "color.interactive.foreground.link.info.visited": "3f5631f5c615c6ff14d29d7a885009cbb16b2378" }, "group": "Theme" }, diff --git a/tokens/public/theme/dark.json b/tokens/public/theme/dark.json index 9d6a693b..8445c66d 100644 --- a/tokens/public/theme/dark.json +++ b/tokens/public/theme/dark.json @@ -272,17 +272,41 @@ } }, "link": { - "enabled": { - "$type": "color", - "$value": "{color-shades.functional.blue.400}" - }, - "hover": { - "$type": "color", - "$value": "{color-shades.functional.blue.200}" + "primary": { + "enabled": { + "$type": "color", + "$value": "{color-shades.grey.000}" + }, + "hover": { + "$type": "color", + "$value": "{color-shades.accent.200}" + }, + "pressed": { + "$type": "color", + "$value": "{color-shades.accent.300}" + }, + "visited": { + "$type": "color", + "$value": "{color-shades.functional.neutralgrey.200}" + } }, - "visited": { - "$type": "color", - "$value": "{color-shades.grey.200}" + "info": { + "enabled": { + "$type": "color", + "$value": "{color-shades.functional.blue.150}" + }, + "hover": { + "$type": "color", + "$value": "{color-shades.functional.blue.100}" + }, + "pressed": { + "$type": "color", + "$value": "{color-shades.functional.blue.000}" + }, + "visited": { + "$type": "color", + "$value": "{color-shades.functional.neutralgrey.200}" + } } } }, diff --git a/tokens/public/theme/light.json b/tokens/public/theme/light.json index 3e7e47e3..becb3978 100644 --- a/tokens/public/theme/light.json +++ b/tokens/public/theme/light.json @@ -271,17 +271,41 @@ } }, "link": { - "enabled": { - "$type": "color", - "$value": "{color-shades.functional.blue.700}" - }, - "hover": { - "$type": "color", - "$value": "{color-shades.functional.blue.950}" + "primary": { + "enabled": { + "$type": "color", + "$value": "{color-shades.grey.999}" + }, + "hover": { + "$type": "color", + "$value": "{color-shades.accent.500}" + }, + "pressed": { + "$type": "color", + "$value": "{color-shades.accent.700}" + }, + "visited": { + "$type": "color", + "$value": "{color-shades.functional.neutralgrey.600}" + } }, - "visited": { - "$type": "color", - "$value": "{color-shades.grey.600}" + "info": { + "enabled": { + "$type": "color", + "$value": "{color-shades.functional.blue.700}" + }, + "hover": { + "$type": "color", + "$value": "{color-shades.functional.blue.850}" + }, + "pressed": { + "$type": "color", + "$value": "{color-shades.functional.blue.999}" + }, + "visited": { + "$type": "color", + "$value": "{color-shades.functional.neutralgrey.600}" + } } } },