Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
128 changes: 52 additions & 76 deletions doc-site/.vitepress/theme/styles/nve_theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
--color-shades-functional-blue-400: #38a9ff;
--color-shades-functional-blue-500: #008ffb;
--color-shades-functional-blue-600: #0f81fa;
--color-shades-functional-blue-700: #1e6fdc;
--color-shades-functional-blue-700: #1d6dd7;
--color-shades-functional-blue-800: #2061b6;
--color-shades-functional-blue-850: #184886;
--color-shades-functional-blue-900: #163f74;
Expand Down Expand Up @@ -163,6 +163,8 @@
--color-shades-functional-neutralgrey-950: #0d0d0e;
--color-shades-functional-neutralgrey-999: #0d0d0e;
--color-shades-functional-neutralgrey-000: #ffffff;
--color-shades-functional-neutralgrey-100-050: rgba(238, 239, 241, 0.5);
--color-shades-functional-neutralgrey-600-050: rgba(96, 101, 108, 0.5);
--color-shades-functional-neutralgrey-050: #f7f7f8;
--color-shades-additional-lime-100: #eaf4da;
--color-shades-additional-lime-150: #dfeec8;
Expand Down Expand Up @@ -279,43 +281,29 @@
--color-neutrals-border-mute: var(--color-shades-grey-300);
--color-neutrals-border-subtle: var(--color-shades-grey-150);
--color-neutrals-border-disabled: var(--color-shades-grey-500);
--color-interactive-primary-background-default: var(--color-shades-grey-950);
--color-interactive-primary-background-hover: var(--color-shades-grey-800);
--color-interactive-primary-background-disabled: var(--color-shades-grey-950);
--color-interactive-primary-foreground-default: var(--color-shades-grey-000);
--color-interactive-primary-foreground-hover: var(--color-shades-grey-000);
--color-interactive-primary-foreground-disabled: var(--color-shades-grey-000);
--color-interactive-primary-border-focus: var(--color-shades-functional-blue-500);
--color-interactive-secondary-background-default: var(--color-shades-grey-150);
--color-interactive-secondary-background-hover: var(--color-shades-grey-200);
--color-interactive-secondary-background-disabled: var(--color-shades-grey-150);
--color-interactive-secondary-foreground-default: var(--color-shades-grey-950);
--color-interactive-secondary-foreground-hover: var(--color-shades-grey-950);
--color-interactive-secondary-foreground-disabled: var(--color-shades-grey-950);
--color-interactive-secondary-border-focus: var(--color-shades-functional-blue-500);
--color-interactive-outlined-foreground-default: var(--color-shades-grey-950);
--color-interactive-outlined-foreground-hover: var(--color-shades-grey-950);
--color-interactive-outlined-foreground-disabled: var(--color-shades-grey-950);
--color-interactive-outlined-border-default: var(--color-shades-grey-500);
--color-interactive-outlined-border-hover: var(--color-shades-grey-950);
--color-interactive-outlined-border-focus: var(--color-shades-functional-blue-500);
--color-interactive-outlined-border-disabled: var(--color-shades-grey-500);
--color-interactive-ghost-background-hover: var(--color-shades-grey-150);
--color-interactive-ghost-foreground-default: var(--color-shades-grey-950);
--color-interactive-ghost-foreground-hover: var(--color-shades-grey-950);
--color-interactive-ghost-foreground-disabled: var(--color-shades-grey-950);
--color-interactive-ghost-border-focus: var(--color-shades-functional-blue-500);
--color-interactive-links-default: var(--color-shades-functional-blue-700);
--color-interactive-links-hover: var(--color-shades-grey-950);
--color-interactive-links-focus: var(--color-shades-functional-blue-700);
--color-interactive-links-visited: var(--color-shades-grey-600);
--color-interactive-danger-background-default: var(--color-shades-functional-red-700);
--color-interactive-danger-background-hover: var(--color-shades-functional-red-850);
--color-interactive-danger-background-disabled: var(--color-shades-functional-red-700);
--color-interactive-danger-foreground-default: var(--color-shades-grey-000);
--color-interactive-danger-foreground-hover: var(--color-shades-grey-000);
--color-interactive-danger-foreground-disabled: var(--color-shades-grey-000);
--color-interactive-danger-border-focus: var(--color-shades-functional-blue-500);
--color-interactive-background-primary-enabled: var(--color-shades-grey-950);
--color-interactive-background-primary-hover: var(--color-shades-grey-600);
--color-interactive-background-primary-disabled: var(--color-shades-grey-950);
--color-interactive-background-secondary-enabled: var(--color-shades-grey-150);
--color-interactive-background-secondary-hover: var(--color-shades-grey-200);
--color-interactive-background-secondary-disabled: var(--color-shades-grey-150);
--color-interactive-background-tertiary-hover: var(--color-shades-grey-150);
--color-interactive-foreground-primary-enabled: var(--color-shades-grey-000);
--color-interactive-foreground-primary-hover: var(--color-shades-grey-000);
--color-interactive-foreground-primary-disabled: var(--color-shades-grey-000);
--color-interactive-foreground-secondary-enabled: var(--color-shades-grey-950);
--color-interactive-foreground-secondary-hover: var(--color-shades-grey-950);
--color-interactive-foreground-secondary-disabled: var(--color-shades-grey-950);
--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-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-999);
--color-interactive-border-secondary-enabled: var(--color-shades-grey-500);
--color-interactive-border-secondary-hover: var(--color-shades-grey-950);
--color-interactive-border-secondary-disabled: var(--color-shades-grey-500);
--color-interactive-border-accessibility-focus: var(--color-shades-functional-blue-500);
--color-feedback-background-default-neutral: var(--color-shades-functional-neutralgrey-150); /** For neutral messages */
--color-feedback-background-default-info: var(--color-shades-functional-blue-100);
--color-feedback-background-default-error: var(--color-shades-functional-red-050);
Expand Down Expand Up @@ -769,7 +757,7 @@
--color-shades-functional-blue-400: #38a9ff;
--color-shades-functional-blue-500: #008ffb;
--color-shades-functional-blue-600: #0f81fa;
--color-shades-functional-blue-700: #1e6fdc;
--color-shades-functional-blue-700: #1d6dd7;
--color-shades-functional-blue-800: #2061b6;
--color-shades-functional-blue-850: #184886;
--color-shades-functional-blue-900: #163f74;
Expand Down Expand Up @@ -851,6 +839,8 @@
--color-shades-functional-neutralgrey-950: #0d0d0e;
--color-shades-functional-neutralgrey-999: #0d0d0e;
--color-shades-functional-neutralgrey-000: #ffffff;
--color-shades-functional-neutralgrey-100-050: rgba(238, 239, 241, 0.5);
--color-shades-functional-neutralgrey-600-050: rgba(96, 101, 108, 0.5);
--color-shades-functional-neutralgrey-050: #f7f7f8;
--color-shades-additional-lime-100: #eaf4da;
--color-shades-additional-lime-150: #dfeec8;
Expand Down Expand Up @@ -967,43 +957,29 @@
--color-neutrals-border-mute: var(--color-shades-grey-600);
--color-neutrals-border-subtle: var(--color-shades-grey-700);
--color-neutrals-border-disabled: var(--color-shades-grey-500);
--color-interactive-primary-background-default: var(--color-shades-grey-000);
--color-interactive-primary-background-hover: var(--color-shades-grey-150);
--color-interactive-primary-background-disabled: var(--color-shades-grey-000);
--color-interactive-primary-foreground-default: var(--color-shades-grey-950);
--color-interactive-primary-foreground-hover: var(--color-shades-grey-950);
--color-interactive-primary-foreground-disabled: var(--color-shades-grey-950);
--color-interactive-primary-border-focus: var(--color-shades-functional-blue-500);
--color-interactive-secondary-background-default: var(--color-shades-grey-700);
--color-interactive-secondary-background-hover: var(--color-shades-grey-600);
--color-interactive-secondary-background-disabled: var(--color-shades-grey-700);
--color-interactive-secondary-foreground-default: var(--color-shades-grey-000);
--color-interactive-secondary-foreground-hover: var(--color-shades-grey-000);
--color-interactive-secondary-foreground-disabled: var(--color-shades-grey-000);
--color-interactive-secondary-border-focus: var(--color-shades-functional-blue-500);
--color-interactive-outlined-foreground-default: var(--color-shades-grey-000);
--color-interactive-outlined-foreground-hover: var(--color-shades-grey-000);
--color-interactive-outlined-foreground-disabled: var(--color-shades-grey-000);
--color-interactive-outlined-border-default: var(--color-shades-grey-500);
--color-interactive-outlined-border-hover: var(--color-shades-grey-000);
--color-interactive-outlined-border-focus: var(--color-shades-functional-blue-500);
--color-interactive-outlined-border-disabled: var(--color-shades-grey-600);
--color-interactive-ghost-background-hover: var(--color-shades-grey-700);
--color-interactive-ghost-foreground-default: var(--color-shades-grey-000);
--color-interactive-ghost-foreground-hover: var(--color-shades-grey-000);
--color-interactive-ghost-foreground-disabled: var(--color-shades-grey-000);
--color-interactive-ghost-border-focus: var(--color-shades-functional-blue-500);
--color-interactive-links-default: var(--color-shades-functional-blue-400);
--color-interactive-links-hover: var(--color-shades-grey-000);
--color-interactive-links-focus: var(--color-shades-functional-blue-500);
--color-interactive-links-visited: var(--color-shades-grey-200);
--color-interactive-danger-background-default: var(--color-shades-functional-red-500);
--color-interactive-danger-background-hover: var(--color-shades-functional-red-400);
--color-interactive-danger-background-disabled: var(--color-shades-functional-red-500);
--color-interactive-danger-foreground-default: var(--color-shades-grey-950);
--color-interactive-danger-foreground-hover: var(--color-shades-grey-950);
--color-interactive-danger-foreground-disabled: var(--color-shades-grey-950);
--color-interactive-danger-border-focus: var(--color-shades-functional-blue-500);
--color-interactive-background-primary-enabled: var(--color-shades-grey-000);
--color-interactive-background-primary-hover: var(--color-shades-grey-150);
--color-interactive-background-primary-disabled: var(--color-shades-grey-000);
--color-interactive-background-secondary-enabled: var(--color-shades-grey-700);
--color-interactive-background-secondary-hover: var(--color-shades-grey-600);
--color-interactive-background-secondary-disabled: var(--color-shades-grey-700);
--color-interactive-background-tertiary-hover: var(--color-shades-grey-700);
--color-interactive-foreground-primary-enabled: var(--color-shades-grey-950);
--color-interactive-foreground-primary-hover: var(--color-shades-grey-950);
--color-interactive-foreground-primary-disabled: var(--color-shades-grey-950);
--color-interactive-foreground-secondary-enabled: var(--color-shades-grey-000);
--color-interactive-foreground-secondary-hover: var(--color-shades-grey-000);
--color-interactive-foreground-secondary-disabled: var(--color-shades-grey-000);
--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-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-000);
--color-interactive-border-secondary-enabled: var(--color-shades-grey-500);
--color-interactive-border-secondary-hover: var(--color-shades-grey-000);
--color-interactive-border-secondary-disabled: var(--color-shades-grey-600);
--color-interactive-border-accessibility-focus: var(--color-shades-functional-blue-500);
--color-feedback-background-default-neutral: var(--color-shades-functional-neutralgrey-800);
--color-feedback-background-default-info: var(--color-shades-functional-blue-850);
--color-feedback-background-default-error: var(--color-shades-functional-red-850);
Expand Down
Loading