mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 02:21:13 +00:00
feat(editor): Add sections to autocomplete dropdown (#8720)
Co-authored-by: Giulio Andreini <andreini@netseven.it>
This commit is contained in:
@@ -69,7 +69,7 @@
|
||||
--color-sticky-background-7: var(--prim-gray-740);
|
||||
--color-sticky-border-7: var(--prim-gray-670);
|
||||
|
||||
// Expressions
|
||||
// Expressions and autocomplete
|
||||
--color-valid-resolvable-foreground: var(--prim-color-alt-a-tint-300);
|
||||
--color-valid-resolvable-background: var(--prim-color-alt-a-alpha-025);
|
||||
--color-invalid-resolvable-foreground: var(--prim-color-alt-c-tint-250);
|
||||
@@ -78,6 +78,8 @@
|
||||
--color-pending-resolvable-background: var(--prim-gray-70-alpha-01);
|
||||
--color-expression-editor-background: var(--prim-gray-800);
|
||||
--color-expression-syntax-example: var(--prim-gray-670);
|
||||
--color-autocomplete-item-selected: var(--prim-color-secondary-tint-200);
|
||||
--color-autocomplete-section-header-border: var(--prim-gray-540);
|
||||
|
||||
// Code
|
||||
--color-code-tags-string: var(--prim-color-alt-f-tint-150);
|
||||
|
||||
@@ -102,7 +102,7 @@
|
||||
--color-sticky-background-7: var(--prim-gray-10);
|
||||
--color-sticky-border-7: var(--prim-gray-120);
|
||||
|
||||
// Expressions
|
||||
// Expressions and autocomplete
|
||||
--color-valid-resolvable-foreground: var(--prim-color-alt-a);
|
||||
--color-valid-resolvable-background: var(--prim-color-alt-a-tint-500);
|
||||
--color-invalid-resolvable-foreground: var(--prim-color-alt-c);
|
||||
@@ -111,6 +111,8 @@
|
||||
--color-pending-resolvable-background: var(--prim-gray-40);
|
||||
--color-expression-editor-background: var(--prim-gray-0);
|
||||
--color-expression-syntax-example: var(--prim-gray-40);
|
||||
--color-autocomplete-item-selected: var(--color-secondary);
|
||||
--color-autocomplete-section-header-border: var(--color-foreground-light);
|
||||
|
||||
// Code
|
||||
--color-code-tags-string: var(--prim-color-alt-f);
|
||||
@@ -138,8 +140,6 @@
|
||||
--color-code-gutterBackground: var(--prim-gray-0);
|
||||
--color-code-gutterForeground: var(--prim-gray-320);
|
||||
--color-code-tags-comment: var(--prim-gray-420);
|
||||
--color-autocomplete-selected-background: var(--prim-color-alt-e);
|
||||
--color-autocomplete-selected-font: var(--prim-gray-0);
|
||||
|
||||
// Variables
|
||||
--color-variables-usage-font: var(--color-success);
|
||||
|
||||
Reference in New Issue
Block a user