diff --git a/src/tokens/generated/dark.css.ts b/src/tokens/generated/dark.css.ts index 938a2a2..ad89031 100644 --- a/src/tokens/generated/dark.css.ts +++ b/src/tokens/generated/dark.css.ts @@ -151,19 +151,19 @@ globalStyle('[data-theme="dark"]', { }, 'primary': { 'focus': { - 'background': '#22c55e', + 'background': '#3b82f6', 'foreground': '#ffffff' }, 'hover': { - 'background': '#4ade80', + 'background': '#60a5fa', 'foreground': '#ffffff' }, 'active': { - 'background': '#86efac', + 'background': '#93c5fd', 'foreground': '#ffffff' }, 'default': { - 'background': '#22c55e', + 'background': '#3b82f6', 'foreground': '#ffffff' }, 'disabled': { diff --git a/src/tokens/generated/light.css.ts b/src/tokens/generated/light.css.ts index 72e9aad..2c4baed 100644 --- a/src/tokens/generated/light.css.ts +++ b/src/tokens/generated/light.css.ts @@ -151,19 +151,19 @@ globalStyle('[data-theme="light"]', { }, 'primary': { 'focus': { - 'background': '#16a34a', + 'background': '#2563eb', 'foreground': '#ffffff' }, 'hover': { - 'background': '#15803d', + 'background': '#1d4ed8', 'foreground': '#ffffff' }, 'active': { - 'background': '#166534', + 'background': '#1e40af', 'foreground': '#ffffff' }, 'default': { - 'background': '#16a34a', + 'background': '#2563eb', 'foreground': '#ffffff' }, 'disabled': { diff --git a/tokens/3-themes/dark/theme.json b/tokens/3-themes/dark/theme.json index c182b35..8682256 100644 --- a/tokens/3-themes/dark/theme.json +++ b/tokens/3-themes/dark/theme.json @@ -123,7 +123,7 @@ "focus": { "background": { "$type": "color", - "$value": "{core.color.green.500}" + "$value": "{core.color.blue.500}" }, "foreground": { "$type": "color", @@ -133,7 +133,7 @@ "hover": { "background": { "$type": "color", - "$value": "{core.color.green.400}" + "$value": "{core.color.blue.400}" }, "foreground": { "$type": "color", @@ -143,7 +143,7 @@ "active": { "background": { "$type": "color", - "$value": "{core.color.green.300}" + "$value": "{core.color.blue.300}" }, "foreground": { "$type": "color", @@ -153,7 +153,7 @@ "default": { "background": { "$type": "color", - "$value": "{core.color.green.500}" + "$value": "{core.color.blue.500}" }, "foreground": { "$type": "color", diff --git a/tokens/3-themes/light/theme.json b/tokens/3-themes/light/theme.json index 3a09be3..c9440e2 100644 --- a/tokens/3-themes/light/theme.json +++ b/tokens/3-themes/light/theme.json @@ -123,7 +123,7 @@ "focus": { "background": { "$type": "color", - "$value": "{core.color.green.600}" + "$value": "{core.color.blue.600}" }, "foreground": { "$type": "color", @@ -133,7 +133,7 @@ "hover": { "background": { "$type": "color", - "$value": "{core.color.green.700}" + "$value": "{core.color.blue.700}" }, "foreground": { "$type": "color", @@ -143,7 +143,7 @@ "active": { "background": { "$type": "color", - "$value": "{core.color.green.800}" + "$value": "{core.color.blue.800}" }, "foreground": { "$type": "color", @@ -153,7 +153,7 @@ "default": { "background": { "$type": "color", - "$value": "{core.color.green.600}" + "$value": "{core.color.blue.600}" }, "foreground": { "$type": "color",