diff --git a/packages/theme/src/generated/themes/vkt-theme/dark.css b/packages/theme/src/generated/themes/vkt-theme/dark.css index 0853a8aa..582580ea 100644 --- a/packages/theme/src/generated/themes/vkt-theme/dark.css +++ b/packages/theme/src/generated/themes/vkt-theme/dark.css @@ -24,19 +24,19 @@ --color-foreground-inverse-primary: #000000; --color-foreground-inverse-secondary: #555e65; --color-foreground-inverse-disabled: #a9aeb1; - --color-background-neutral-0-background: #555e65; + --color-background-neutral-0-background: #2b343a; --color-background-neutral-0-foreground-primary: #ffffff; --color-background-neutral-0-foreground-secondary: #e1e7eb; --color-background-neutral-0-foreground-disabled: #a9aeb1; - --color-background-neutral-1-background: #37424a; + --color-background-neutral-1-background: #1a2024; --color-background-neutral-1-foreground-primary: #ffffff; --color-background-neutral-1-foreground-secondary: #e1e7eb; --color-background-neutral-1-foreground-disabled: #a9aeb1; - --color-background-neutral-2-background: #2b343a; + --color-background-neutral-2-background: #111518; --color-background-neutral-2-foreground-primary: #ffffff; --color-background-neutral-2-foreground-secondary: #e1e7eb; --color-background-neutral-2-foreground-disabled: #a9aeb1; - --color-background-neutral-3-background: #1a2024; + --color-background-neutral-3-background: #000000; --color-background-neutral-3-foreground-primary: #ffffff; --color-background-neutral-3-foreground-secondary: #e1e7eb; --color-background-neutral-3-foreground-disabled: #a9aeb1; @@ -156,7 +156,7 @@ --color-interactive-2-active-foreground-primary: #ffffff; --color-interactive-2-active-foreground-secondary: #e1e7eb; --color-interactive-2-active-foreground-disabled: #a9aeb1; - --color-interactive-2-disabled-background: #1a2024; + --color-interactive-2-disabled-background: #111518; --color-interactive-2-disabled-foreground-primary: #ffffff; --color-interactive-2-disabled-foreground-secondary: #e1e7eb; --color-interactive-2-disabled-foreground-disabled: #a9aeb1; @@ -344,7 +344,7 @@ --color-geofencing-zone-no-entry-stroke-opacity: 0.75; --color-geofencing-zone-no-entry-layer-index-weight: 5; --color-geofencing-zone-no-entry-line-style: solid; - --color-border-primary-background: #1a2024; + --color-border-primary-background: #111518; --color-border-primary-foreground-primary: #ffffff; --color-border-primary-foreground-secondary: #e1e7eb; --color-border-primary-foreground-disabled: #a9aeb1; diff --git a/packages/theme/src/generated/themes/vkt-theme/dark.ts b/packages/theme/src/generated/themes/vkt-theme/dark.ts index f7f72f32..2d4e87de 100644 --- a/packages/theme/src/generated/themes/vkt-theme/dark.ts +++ b/packages/theme/src/generated/themes/vkt-theme/dark.ts @@ -47,7 +47,7 @@ export default { background: { neutral: { 0: { - background: "#555e65", + background: "#2b343a", foreground: { primary: "#ffffff", secondary: "#e1e7eb", @@ -55,7 +55,7 @@ export default { } }, 1: { - background: "#37424a", + background: "#1a2024", foreground: { primary: "#ffffff", secondary: "#e1e7eb", @@ -63,7 +63,7 @@ export default { } }, 2: { - background: "#2b343a", + background: "#111518", foreground: { primary: "#ffffff", secondary: "#e1e7eb", @@ -71,7 +71,7 @@ export default { } }, 3: { - background: "#1a2024", + background: "#000000", foreground: { primary: "#ffffff", secondary: "#e1e7eb", @@ -331,7 +331,7 @@ export default { } }, disabled: { - background: "#1a2024", + background: "#111518", foreground: { primary: "#ffffff", secondary: "#e1e7eb", @@ -734,7 +734,7 @@ export default { }, border: { primary: { - background: "#1a2024", + background: "#111518", foreground: { primary: "#ffffff", secondary: "#e1e7eb", diff --git a/packages/theme/src/generated/themes/vkt-theme/light.css b/packages/theme/src/generated/themes/vkt-theme/light.css index 2fc44ee9..69685aad 100644 --- a/packages/theme/src/generated/themes/vkt-theme/light.css +++ b/packages/theme/src/generated/themes/vkt-theme/light.css @@ -348,7 +348,7 @@ --color-border-primary-foreground-primary: #000000; --color-border-primary-foreground-secondary: #555e65; --color-border-primary-foreground-disabled: #a9aeb1; - --color-border-secondary-background: #1a2024; + --color-border-secondary-background: #111518; --color-border-secondary-foreground-primary: #ffffff; --color-border-secondary-foreground-secondary: #e1e7eb; --color-border-secondary-foreground-disabled: #a9aeb1; diff --git a/packages/theme/src/generated/themes/vkt-theme/light.ts b/packages/theme/src/generated/themes/vkt-theme/light.ts index 419f590d..d20bfd01 100644 --- a/packages/theme/src/generated/themes/vkt-theme/light.ts +++ b/packages/theme/src/generated/themes/vkt-theme/light.ts @@ -742,7 +742,7 @@ export default { } }, secondary: { - background: "#1a2024", + background: "#111518", foreground: { primary: "#ffffff", secondary: "#e1e7eb",