aboutsummaryrefslogtreecommitdiffstats
path: root/resources/lib/codex-design-tokens/theme-wikimedia-ui-mixin-dark.less
diff options
context:
space:
mode:
Diffstat (limited to 'resources/lib/codex-design-tokens/theme-wikimedia-ui-mixin-dark.less')
-rw-r--r--resources/lib/codex-design-tokens/theme-wikimedia-ui-mixin-dark.less8
1 files changed, 7 insertions, 1 deletions
diff --git a/resources/lib/codex-design-tokens/theme-wikimedia-ui-mixin-dark.less b/resources/lib/codex-design-tokens/theme-wikimedia-ui-mixin-dark.less
index 9a8494e5ee1c..dca53bb81f7c 100644
--- a/resources/lib/codex-design-tokens/theme-wikimedia-ui-mixin-dark.less
+++ b/resources/lib/codex-design-tokens/theme-wikimedia-ui-mixin-dark.less
@@ -1,5 +1,5 @@
/**
- * Codex Design Tokens v1.13.1
+ * Codex Design Tokens v1.14.0
* Design System for Wikimedia
* See https://doc.wikimedia.org/codex/latest/design-tokens/overview.html
*/
@@ -26,6 +26,8 @@
--color-content-removed: #fd7865;
--color-base--subtle: #a2a9b1;
--box-shadow-color-base: #fff;
+ --box-shadow-color-progressive--focus: #6b8edf;
+ --box-shadow-color-destructive--focus: #6b8edf;
--box-shadow-color-inverted: #000;
--background-color-base: #101418; /* Background Colors for static elements (for page layout, sections, etc.) from here on. */
--background-color-neutral: #27292d;
@@ -35,7 +37,9 @@
--background-color-disabled: #54595d; /* Components like Buttons, Checkboxes, Radios, ProgressBars…. */
--background-color-disabled-subtle: #404244; /* Components like TextInputs, Selects…. */
--background-color-inverted: #f8f9fa;
+ --background-color-progressive--focus: #6b8edf;
--background-color-progressive-subtle: #233566;
+ --background-color-destructive--focus: #6b8edf;
--background-color-destructive-subtle: #612419;
--background-color-error: #fc493b;
--background-color-error--hover: #fd7865;
@@ -54,6 +58,8 @@
--border-color-interactive: #a2a9b1;
--border-color-disabled: #54595d;
--border-color-inverted: #101418;
+ --border-color-progressive--focus: #6b8edf;
+ --border-color-destructive--focus: #6b8edf;
--border-color-error: #fc493b;
--border-color-error--hover: #fd7865;
--border-color-warning: #fecc44;