mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 02:21:13 +00:00
fix(editor): Improve workflow diff components (#18018)
This commit is contained in:
@@ -4,6 +4,17 @@
|
||||
// Primary tokens
|
||||
--color-danger: var(--prim-color-alt-k);
|
||||
|
||||
// Diff colors (dark theme overrides)
|
||||
--diff-new: #38cb7a;
|
||||
--diff-new-light: #43674f;
|
||||
--diff-new-faint: #3a463e;
|
||||
--diff-modified: #d6a625;
|
||||
--diff-modified-light: #6a5c38;
|
||||
--diff-modified-faint: #464236;
|
||||
--diff-del: #fb887a;
|
||||
--diff-del-light: #7a524e;
|
||||
--diff-del-faint: #4d3e3d;
|
||||
|
||||
// Text
|
||||
--color-text-dark: var(--prim-gray-40);
|
||||
--color-text-base: var(--prim-gray-200);
|
||||
|
||||
@@ -42,6 +42,17 @@
|
||||
--color-danger-tint-1: var(--prim-color-alt-c-tint-400);
|
||||
--color-danger-tint-2: var(--prim-color-alt-c-tint-450);
|
||||
|
||||
// Diff colors
|
||||
--diff-new: #0eab54;
|
||||
--diff-new-light: #b4efc4;
|
||||
--diff-new-faint: #ddfbe7;
|
||||
--diff-modified: #bf941f;
|
||||
--diff-modified-light: #f3dca1;
|
||||
--diff-modified-faint: #fbf1d4;
|
||||
--diff-del: #f51f32;
|
||||
--diff-del-light: #fad3d0;
|
||||
--diff-del-faint: #ffedec;
|
||||
|
||||
// Text
|
||||
--color-text-dark: var(--prim-gray-740);
|
||||
--color-text-base: var(--prim-gray-540);
|
||||
|
||||
Reference in New Issue
Block a user